stabilize tests
This commit is contained in:
24
src/Verifier/AGENTS.md
Normal file
24
src/Verifier/AGENTS.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# AGENTS - Verifier Module
|
||||
|
||||
## Working Directory
|
||||
- `src/Verifier/**` (verifier CLI and tests).
|
||||
|
||||
## Required Reading
|
||||
- `docs/README.md`
|
||||
- `docs/07_HIGH_LEVEL_ARCHITECTURE.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/modules/airgap/README.md`
|
||||
- `docs/modules/attestor/architecture.md`
|
||||
- `docs/modules/provenance/architecture.md`
|
||||
|
||||
## Engineering Rules
|
||||
- Verification must be deterministic; stable ordering and canonical inputs only.
|
||||
- No network access in verification paths; offline-only execution.
|
||||
- Fail closed on signature or schema validation errors.
|
||||
|
||||
## Testing & Verification
|
||||
- Tests live in `src/Verifier/__Tests/**`.
|
||||
- Add fixtures for success/failure verification paths and replay determinism.
|
||||
|
||||
## Sprint Discipline
|
||||
- Record verification contract changes in sprint Decisions & Risks.
|
||||
Reference in New Issue
Block a user