# AGENTS - ReleaseOrchestrator Module ## Working Directory - `src/ReleaseOrchestrator/**` (API, libraries, agents, tests). ## Required Reading - `docs/README.md` - `docs/07_HIGH_LEVEL_ARCHITECTURE.md` - `docs/modules/platform/architecture-overview.md` - `docs/modules/release-orchestrator/architecture.md` - `docs/modules/release-orchestrator/README.md` ## Engineering Rules - Deterministic decisioning and evidence outputs. - Policy gates must fail closed; no bypass on plugin errors. - Offline-first behavior for evidence replay and approvals. ## Testing & Verification - Tests live in `src/ReleaseOrchestrator/__Tests/**`. - Cover policy gating, approvals, and evidence replay determinism. ## Sprint Discipline - Record decisions and risks for workflow changes in sprint files.