From 09066e1e4e928487bea0658492fd8573607c77c3 Mon Sep 17 00:00:00 2001 From: Claudomator Agent Date: Wed, 8 Jul 2026 09:11:14 +0000 Subject: feat(agentchannel,executor): add ReportVerdict for structured approve/reject signals --- internal/executor/container_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/executor/container_test.go') diff --git a/internal/executor/container_test.go b/internal/executor/container_test.go index 6672dea..80b1996 100644 --- a/internal/executor/container_test.go +++ b/internal/executor/container_test.go @@ -855,3 +855,4 @@ func (noopChannel) ProposeEpic(_ context.Context, _ EpicProposal) (string, error func (noopChannel) ProposeRoleConfig(_ context.Context, _ role.RoleConfig) (int, error) { return 0, nil } +func (noopChannel) ReportVerdict(_ context.Context, _ bool, _ string) error { return nil } -- cgit v1.2.3