Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ lint:
breaking:
use:
- FILE
except:
- FILE_SAME_GO_PACKAGE
2 changes: 0 additions & 2 deletions kontext/agent/v1/agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package kontext.agent.v1;

option go_package = "github.com/kontext-dev/proto/gen/kontext/agent/v1;agentv1";

// AgentService is the bidirectional streaming service between the CLI sidecar
// and the Kontext backend. The sidecar maintains a persistent connection and
// streams hook events for policy evaluation and telemetry.
Expand Down
Loading