diff options
| author | Claudomator Agent <agent@claudomator> | 2026-07-08 09:11:14 +0000 |
|---|---|---|
| committer | Claudomator Agent <agent@claudomator> | 2026-07-08 09:11:14 +0000 |
| commit | 09066e1e4e928487bea0658492fd8573607c77c3 (patch) | |
| tree | 76f3456fbf4eb3c71d90598297919dad97d43ddb /internal/executor/container_test.go | |
| parent | 2d311c129b6233ae7279587a82c95ffec3d6eeb5 (diff) | |
feat(agentchannel,executor): add ReportVerdict for structured approve/reject signals
Diffstat (limited to 'internal/executor/container_test.go')
| -rw-r--r-- | internal/executor/container_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
