save progress

This commit is contained in:
StellaOps Bot
2026-01-02 21:06:27 +02:00
parent f46bde5575
commit 3f197814c5
441 changed files with 21545 additions and 4306 deletions

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

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