refactor: add explicit room mode ssot helpers
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user