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 --- cmd/spike/main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmd') diff --git a/cmd/spike/main.go b/cmd/spike/main.go index 2841436..c2f3f8d 100644 --- a/cmd/spike/main.go +++ b/cmd/spike/main.go @@ -87,6 +87,9 @@ func (c *recordingChannel) ProposeRoleConfig(_ context.Context, cfg role.RoleCon c.mu.Unlock() return 1, nil } +func (c *recordingChannel) ReportVerdict(_ context.Context, approved bool, reasoning string) error { + return nil +} func main() { agent := "claude" -- cgit v1.2.3