refactor: add explicit room mode ssot helpers

This commit is contained in:
Eyejoker
2026-03-31 08:07:26 +09:00
parent 4aef48f3ba
commit 99fe4243bf
3 changed files with 125 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export interface AgentConfig {
}
export type AgentType = 'claude-code' | 'codex';
export type RoomMode = 'single' | 'tribunal';
/** Phase of agent output as emitted by the runner. */
export type AgentOutputPhase =