Merge branch 'main' of https://git.stella-ops.org/stella-ops.org/git.stella-ops.org
This commit is contained in:
24
src/__Libraries/StellaOps.ReachGraph.Persistence/AGENTS.md
Normal file
24
src/__Libraries/StellaOps.ReachGraph.Persistence/AGENTS.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# ReachGraph Persistence Library Charter
|
||||
|
||||
## Mission
|
||||
- Provide PostgreSQL persistence for reachability graphs and replay logs.
|
||||
|
||||
## Responsibilities
|
||||
- Propagate cancellation tokens and enforce query limits.
|
||||
- Use deterministic serialization for stored JSON fields.
|
||||
- Keep tenant scoping consistent for all queries.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/reach-graph/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Directory & Scope
|
||||
- Primary: src/__Libraries/StellaOps.ReachGraph.Persistence
|
||||
|
||||
## Testing Expectations
|
||||
- Repository tests for store/get/delete/list/find/replay flows.
|
||||
- Coverage for tenant scoping, limit validation, and scope parsing.
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep outputs deterministic and ASCII-only in comments and logs.
|
||||
10
src/__Libraries/StellaOps.ReachGraph.Persistence/TASKS.md
Normal file
10
src/__Libraries/StellaOps.ReachGraph.Persistence/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# ReachGraph Persistence 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-0104-M | DONE | Revalidated 2026-01-08; maintainability audit for ReachGraph.Persistence. |
|
||||
| AUDIT-0104-T | DONE | Revalidated 2026-01-08; test coverage audit for ReachGraph.Persistence. |
|
||||
| AUDIT-0104-A | TODO | Pending approval (revalidated 2026-01-08). |
|
||||
Reference in New Issue
Block a user