save progress
This commit is contained in:
25
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/AGENTS.md
Normal file
25
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/AGENTS.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Graph Indexer Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
- Maintain deterministic, offline-safe unit tests for Graph Indexer ingestion and transforms.
|
||||
|
||||
## Responsibilities
|
||||
- Keep fixture-based tests aligned with schema expectations.
|
||||
- Avoid global state changes without isolation (env vars, temp paths).
|
||||
- Maintain clear test categorization and fast execution.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/graph/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
|
||||
## Definition of Done
|
||||
- Tests are deterministic and do not require network access.
|
||||
- Fixtures remain stable and are copied to output reliably.
|
||||
- Test metadata accurately reflects scope (unit vs integration).
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- 2. Review required docs before changes.
|
||||
- 3. Prefer fixed IDs/timestamps and isolated temp directories.
|
||||
- 4. Avoid process-wide env var mutations unless isolated.
|
||||
10
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/TASKS.md
Normal file
10
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Graph Indexer Tests Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0355-M | DONE | Maintainability audit for Graph.Indexer.Tests (legacy path). |
|
||||
| AUDIT-0355-T | DONE | Test coverage audit for Graph.Indexer.Tests (legacy path). |
|
||||
| AUDIT-0355-A | DONE | Waived (test project). |
|
||||
Reference in New Issue
Block a user