--- # Orchestration State Document epic: "" epicName: "" storyRange: [] status: "INITIALIZING" currentStory: null currentStep: null stepsCompleted: [] lastUpdated: "" createdAt: "" # Configuration aiCommand: "" # Deprecated: use agentConfig overrides: skipAutomate: false maxParallel: 1 customInstructions: "" # User-provided instructions for orchestration agentsFile: "" # Deterministic per-story agent selections complexityFile: "" # Persisted story complexity data policyVersion: 0 policySnapshotFile: "" policySnapshotHash: "" legacyPolicy: false # Agent Configuration (v3.0.0) agentConfig: defaultPrimary: "auto" # auto resolves to the active runtime provider: claude | codex defaultFallback: false # Default fallback: claude | codex | false (disabled) # Per-task overrides (optional) # perTask: # create: # primary: "codex" # fallback: "claude" # dev: # primary: "claude" # fallback: false # auto: # primary: "codex" # fallback: false # review: # primary: "claude" # fallback: false # Complexity-based overrides (optional, WIN per task) # complexityOverrides: # low: # create: # primary: "claude" # fallback: false # medium: # dev: # primary: "claude" # fallback: false # high: # review: # primary: "claude" # fallback: false # Codex-specific (applied automatically when agent is codex): # - 1.5x timeout multiplier (60min → 90min) # - 1.5x wait time cap (2min → 3min between polls) # - Natural language prompts instead of command syntax # Session Tracking activeSessions: [] completedSessions: [] --- # Orchestration Log: {{epicName}} ## Configuration **Epic:** {{epic}} **Story Range:** {{storyRange}} **Created:** {{createdAt}} **Overrides:** - Skip Automate: {{overrides.skipAutomate}} - Max Parallel: {{overrides.maxParallel}} **Custom Instructions:** {{customInstructions}} --- ## Story Progress | Story | create-story | dev-story | automate | code-review | git-commit | Status | |-------|--------------|-----------|----------|-------------|------------|--------| --- ## Action Log --- ## Session References | Session ID | Story | Step | Status | Started | Completed | |------------|-------|------|--------|---------|-----------| --- ## Pending Decisions --- ## Learnings & Recommendations