stabilize tests
This commit is contained in:
23
src/ReleaseOrchestrator/AGENTS.md
Normal file
23
src/ReleaseOrchestrator/AGENTS.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user