audit work, fixed StellaOps.sln warnings/errors, fixed tests, sprints work, new advisories
This commit is contained in:
24
src/__Tests/__Libraries/StellaOps.Testing.Policy/AGENTS.md
Normal file
24
src/__Tests/__Libraries/StellaOps.Testing.Policy/AGENTS.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# AGENTS - Testing.Policy Library
|
||||
|
||||
## Roles
|
||||
- Backend engineer: maintain policy diff and regression helpers.
|
||||
- QA / test engineer: validate deterministic regression checks.
|
||||
|
||||
## Required Reading
|
||||
- docs/README.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- src/__Libraries/AGENTS.md
|
||||
- Current sprint file under docs/implplan/SPRINT_*.md
|
||||
|
||||
## Working Directory & Boundaries
|
||||
- Primary scope: src/__Tests/__Libraries/StellaOps.Testing.Policy
|
||||
- Used by policy regression test suites across modules.
|
||||
- Avoid cross-module edits unless explicitly noted in the sprint file.
|
||||
|
||||
## Determinism and Safety
|
||||
- Avoid DateTimeOffset.UtcNow in default results; use TimeProvider.
|
||||
- Use ordinal ordering for factor comparisons and diff outputs.
|
||||
|
||||
## Testing
|
||||
- Cover factor delta detection, allowed-change filtering, and diff ordering.
|
||||
Reference in New Issue
Block a user