From 278f7506ca7a5dd537bfa23bbbe5232e86cee573 Mon Sep 17 00:00:00 2001 From: tumberger Date: Thu, 9 Apr 2026 08:52:16 +0200 Subject: [PATCH] docs: remove backend implementation details from README Remove NestJS reference and private repo link. Update ProcessHookEvent RPC type from bidi stream to unary to match recent refactor. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1402103..69609c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kontext Protocol Buffers -Shared contract between the [Kontext CLI](https://github.com/kontext-dev/kontext-cli) (Go client) and the [Kontext API](https://github.com/kontext-dev/kontext) (NestJS server). +Shared contract between the [Kontext CLI](https://github.com/kontext-dev/kontext-cli) and the Kontext API. ## Services @@ -11,7 +11,7 @@ The core governance service. Handles session lifecycle, hook event streaming, cr | RPC | Type | Purpose | |---|---|---| | `CreateSession` | Unary | Start a governed agent session | -| `ProcessHookEvent` | Bidi stream | Stream tool call events, receive policy decisions | +| `ProcessHookEvent` | Unary | Ingest a tool call event | | `Heartbeat` | Unary | Keep session alive | | `EndSession` | Unary | Terminate session | | `ExchangeCredential` | Unary | Resolve provider credentials |