You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(v0.14.0): adversarial debate mode toggle (#4)
Optional opt-in mode: when enabled, evaluation/judgment steps
(REVIEW / INVESTIGATE / large-decision PLAN) auto-spawn two workers
with opposing stances, exchange one round of rebuttals via the
mailbox, then synthesize a consolidated answer that acknowledges
both views.
- types.ts: OrchestratorConfig.adversarialMode: boolean
- server.mjs: DEFAULT_ORCH default false; orchestrator.update accepts
the field; new ADVERSARIAL_BLOCK appended to the orchestrator
system prompt when on (after APPROVAL_BLOCK). Builds on the
existing mailbox + shared task list (v0.13.0).
- store.ts: initial state matches.
- App.tsx TopBar: new checkbox alongside the plan-approval one,
amber accent.
IMPLEMENT (coder) / DESIGN (designer) steps are explicitly excluded
from debate — those are output-generation, not judgment.
Max one rebuttal round to keep latency reasonable.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>