save progress
This commit is contained in:
24
src/__Libraries/StellaOps.Resolver.Tests/AGENTS.md
Normal file
24
src/__Libraries/StellaOps.Resolver.Tests/AGENTS.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Resolver Tests Charter
|
||||
|
||||
## Mission
|
||||
- Validate deterministic resolver behavior, graph validation rules, and digest stability.
|
||||
|
||||
## Responsibilities
|
||||
- Keep test inputs deterministic (fixed IDs, timestamps, and seeded data).
|
||||
- Avoid culture-dependent parsing and non-ASCII literals in fixtures.
|
||||
- Keep property-based tests bounded and reproducible.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/reach-graph/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Directory and Scope
|
||||
- Primary: src/__Libraries/StellaOps.Resolver.Tests
|
||||
|
||||
## Testing Expectations
|
||||
- Cover cycle detection, graph normalization, and digest invariants.
|
||||
- Assert deterministic ordering and stable hashes across runs.
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep outputs deterministic and ASCII-only in logs and comments.
|
||||
10
src/__Libraries/StellaOps.Resolver.Tests/TASKS.md
Normal file
10
src/__Libraries/StellaOps.Resolver.Tests/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Resolver Tests Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/permament/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0109-M | DONE | Revalidated 2026-01-08; maintainability audit for Resolver tests. |
|
||||
| AUDIT-0109-T | DONE | Revalidated 2026-01-08; test coverage audit for Resolver tests. |
|
||||
| AUDIT-0109-A | TODO | Pending approval (revalidated 2026-01-08). |
|
||||
Reference in New Issue
Block a user