save progress
This commit is contained in:
10
src/Graph/StellaOps.Graph.Api/TASKS.md
Normal file
10
src/Graph/StellaOps.Graph.Api/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Graph API 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-0350-M | DONE | Maintainability audit for Graph.Api. |
|
||||
| AUDIT-0350-T | DONE | Test coverage audit for Graph.Api. |
|
||||
| AUDIT-0350-A | TODO | Pending approval (non-test project). |
|
||||
10
src/Graph/StellaOps.Graph.Indexer/TASKS.md
Normal file
10
src/Graph/StellaOps.Graph.Indexer/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Graph Indexer 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-0352-M | DONE | Maintainability audit for Graph.Indexer. |
|
||||
| AUDIT-0352-T | DONE | Test coverage audit for Graph.Indexer. |
|
||||
| AUDIT-0352-A | TODO | Pending approval (non-test project). |
|
||||
@@ -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.
|
||||
@@ -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). |
|
||||
25
src/Graph/__Tests/StellaOps.Graph.Api.Tests/AGENTS.md
Normal file
25
src/Graph/__Tests/StellaOps.Graph.Api.Tests/AGENTS.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Graph API Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
- Maintain deterministic, offline-safe tests for the Graph API.
|
||||
|
||||
## Responsibilities
|
||||
- Keep fixtures stable and time/ID deterministic.
|
||||
- Cover query/search/path/diff/export behaviors and error handling.
|
||||
- Ensure test categories reflect integration vs unit scope.
|
||||
|
||||
## 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 offline-safe.
|
||||
- Coverage includes core API behaviors and validation paths.
|
||||
- Test metadata (traits/categories) is accurate.
|
||||
|
||||
## 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 injected time providers in tests.
|
||||
- 4. Avoid network calls in tests unless explicitly mocked.
|
||||
10
src/Graph/__Tests/StellaOps.Graph.Api.Tests/TASKS.md
Normal file
10
src/Graph/__Tests/StellaOps.Graph.Api.Tests/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Graph API 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-0351-M | DONE | Maintainability audit for Graph.Api.Tests. |
|
||||
| AUDIT-0351-T | DONE | Test coverage audit for Graph.Api.Tests. |
|
||||
| AUDIT-0351-A | DONE | Waived (test project). |
|
||||
@@ -0,0 +1,25 @@
|
||||
# Graph Indexer Persistence Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
- Maintain deterministic, offline-safe integration tests for Graph Indexer persistence.
|
||||
|
||||
## Responsibilities
|
||||
- Keep schema and repository tests aligned with current DDL and behaviors.
|
||||
- Use stable IDs/timestamps and avoid cross-test state coupling.
|
||||
- Ensure test categories reflect integration vs unit scope.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/graph/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
|
||||
## Definition of Done
|
||||
- Tests validate repository behavior and schema initialization.
|
||||
- Test data is deterministic and repeatable.
|
||||
- Integration tests are categorized correctly.
|
||||
|
||||
## 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 over Guid.NewGuid or DateTime.UtcNow.
|
||||
- 4. Avoid order-dependent tests unless ordering is the explicit contract.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Graph Indexer Persistence 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-0354-M | DONE | Maintainability audit for Graph.Indexer.Persistence tests. |
|
||||
| AUDIT-0354-T | DONE | Test coverage audit for Graph.Indexer.Persistence tests. |
|
||||
| AUDIT-0354-A | DONE | Waived (test project). |
|
||||
25
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/AGENTS.md
Normal file
25
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/AGENTS.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Graph Indexer Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
- Maintain deterministic, offline-safe tests for Graph Indexer analytics and ingestion.
|
||||
|
||||
## Responsibilities
|
||||
- Keep fixtures and helper data deterministic and repeatable.
|
||||
- Categorize tests accurately (unit vs integration).
|
||||
- Avoid global state changes and nondeterministic timestamps.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/graph/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
|
||||
## Definition of Done
|
||||
- Tests run offline and deterministically.
|
||||
- Test data uses fixed timestamps and stable IDs.
|
||||
- Categories reflect runtime scope.
|
||||
|
||||
## 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 scoped temp directories.
|
||||
- 4. Keep test helpers aligned with production schema expectations.
|
||||
10
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/TASKS.md
Normal file
10
src/Graph/__Tests/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-0356-M | DONE | Maintainability audit for Graph.Indexer.Tests. |
|
||||
| AUDIT-0356-T | DONE | Test coverage audit for Graph.Indexer.Tests. |
|
||||
| AUDIT-0356-A | DONE | Waived (test project). |
|
||||
Reference in New Issue
Block a user