diff --git a/buf.yaml b/buf.yaml index f74da98..a0a7548 100644 --- a/buf.yaml +++ b/buf.yaml @@ -7,3 +7,5 @@ lint: breaking: use: - FILE + except: + - FILE_SAME_GO_PACKAGE diff --git a/kontext/agent/v1/agent.proto b/kontext/agent/v1/agent.proto index 9c0d59f..1970f89 100644 --- a/kontext/agent/v1/agent.proto +++ b/kontext/agent/v1/agent.proto @@ -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.