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 Persistence Agent Charter
## Mission
- Maintain deterministic, offline-safe persistence components for the Graph Indexer.
## Responsibilities
- Keep Postgres repositories deterministic (stable IDs, stable time sources).
- Validate options and schema initialization paths.
- Provide tests for repository behavior and schema creation.
## Required Reading
- docs/modules/graph/architecture.md
- docs/modules/platform/architecture-overview.md
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
## Definition of Done
- Persistence wiring validates options on startup.
- Repository behavior is deterministic and covered by tests.
- Schema initialization is idempotent and documented.
## Working Agreement
- 1. Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- 2. Review required docs before changes.
- 3. Prefer injected time/ID sources over DateTime.UtcNow or Guid.NewGuid.
- 4. Keep SQL schemas deterministic and offline-safe.

View File

@@ -0,0 +1,10 @@
# Graph Indexer Persistence 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-0353-M | DONE | Maintainability audit for Graph.Indexer.Persistence. |
| AUDIT-0353-T | DONE | Test coverage audit for Graph.Indexer.Persistence. |
| AUDIT-0353-A | TODO | Pending approval (non-test project). |