stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View 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.