orchestrar
v0.3.6
Published
OpenCode milestone orchestrator
Readme
orchestrar
Orchestrates OpenCode milestones based on PRD.md, SPEC.md, and PLAN.md.
Requirements
- Node.js 18+
- An OpenCode-compatible config with a
review-uncommitedcommand - A repo containing PRD.md, SPEC.md, and PLAN.md in the root or
docs/
Install
npm install -g orchestrarUsage
Run from the repo root:
orchestrarBehavior
- Uses
github-copilot/gpt-5.2-codexfor work and review instances. - Uses
github-copilot/gpt-5-minifor the commit/push instance. - Loops until all unchecked tasks in PLAN.md are marked.
Configuration
Optional environment variables:
ORCHESTRATOR_REVIEW_COMMAND(default:review-uncommited)ORCHESTRATOR_REVIEW_ARGUMENTS(default: empty)ORCHESTRATOR_REVIEW_TIMEOUT_MS(default: 3600000)ORCHESTRATOR_SESSION_TIMEOUT_MS(default: 7200000)ORCHESTRATOR_STATUS_POLL_INTERVAL_MS(default: 2000)ORCHESTRATOR_MAX_REVIEW_ITERATIONS(default: 20)
