save progress
This commit is contained in:
26
src/Findings/StellaOps.Findings.Ledger.Tests/AGENTS.md
Normal file
26
src/Findings/StellaOps.Findings.Ledger.Tests/AGENTS.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Findings Ledger Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
Validate Findings Ledger snapshotting, replay determinism, exports, and web service contracts with deterministic tests.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain unit and contract tests for ledger behaviors and API schemas.
|
||||
- Keep tests deterministic with fixed IDs/timestamps and stable ordering.
|
||||
- Keep fixtures minimal and offline-safe.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/vuln-explorer/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
|
||||
## Definition of Done
|
||||
- Tests cover replay determinism, snapshots, exports, and web service contracts.
|
||||
- Tests remain deterministic across runs and environments.
|
||||
- Failures provide actionable diagnostics.
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to DOING/DONE in the sprint file and local TASKS.md.
|
||||
- 2. Review this charter and required docs before coding.
|
||||
- 3. Avoid DateTimeOffset.UtcNow/Guid.NewGuid in tests unless explicitly controlled.
|
||||
- 4. Keep outputs stable (ordering, timestamps, hashes).
|
||||
- 5. Revert to TODO if paused; capture context in PR notes.
|
||||
10
src/Findings/StellaOps.Findings.Ledger.Tests/TASKS.md
Normal file
10
src/Findings/StellaOps.Findings.Ledger.Tests/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Findings Ledger 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-0344-M | DONE | Maintainability audit for Findings.Ledger.Tests. |
|
||||
| AUDIT-0344-T | DONE | Test coverage audit for Findings.Ledger.Tests. |
|
||||
| AUDIT-0344-A | DONE | Waived (test project). |
|
||||
26
src/Findings/StellaOps.Findings.Ledger.WebService/AGENTS.md
Normal file
26
src/Findings/StellaOps.Findings.Ledger.WebService/AGENTS.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Findings Ledger WebService Agent Charter
|
||||
|
||||
## Mission
|
||||
Operate the Findings Ledger web service API with deterministic, auditable behavior and stable public contracts.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain API endpoints for findings, scoring, evidence graphs, and exports.
|
||||
- Keep outputs deterministic with stable ordering, timestamps, and hashes.
|
||||
- Keep service defaults offline-safe and clearly gated for in-memory stores.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/vuln-explorer/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
|
||||
## Definition of Done
|
||||
- Endpoints validate inputs and return stable schemas.
|
||||
- Tests cover core flows and determinism constraints.
|
||||
- Changes document contract or behavior shifts in sprint logs.
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to DOING/DONE in the sprint file and local TASKS.md.
|
||||
- 2. Review this charter and required docs before coding.
|
||||
- 3. Avoid DateTimeOffset.UtcNow/Guid.NewGuid in outputs unless explicitly controlled.
|
||||
- 4. Keep outputs stable (ordering, timestamps, hashes).
|
||||
- 5. Revert to TODO if paused; capture context in PR notes.
|
||||
10
src/Findings/StellaOps.Findings.Ledger.WebService/TASKS.md
Normal file
10
src/Findings/StellaOps.Findings.Ledger.WebService/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Findings Ledger WebService 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-0345-M | DONE | Maintainability audit for Findings.Ledger.WebService. |
|
||||
| AUDIT-0345-T | DONE | Test coverage audit for Findings.Ledger.WebService. |
|
||||
| AUDIT-0345-A | TODO | Pending approval (non-test project). |
|
||||
10
src/Findings/StellaOps.Findings.Ledger/TASKS.md
Normal file
10
src/Findings/StellaOps.Findings.Ledger/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Findings Ledger 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-0342-M | DONE | Maintainability audit for Findings Ledger. |
|
||||
| AUDIT-0342-T | DONE | Test coverage audit for Findings Ledger. |
|
||||
| AUDIT-0342-A | TODO | Pending approval (non-test project). |
|
||||
@@ -0,0 +1,26 @@
|
||||
# Findings Ledger Tests Agent Charter
|
||||
|
||||
## Mission
|
||||
Validate Findings Ledger event ingestion, projections, scoring, and API workflows with deterministic tests.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain unit, integration, and schema tests for ledger and web service behaviors.
|
||||
- Keep tests deterministic with fixed IDs/timestamps and stable ordering.
|
||||
- Keep fixtures minimal and offline-safe.
|
||||
|
||||
## Required Reading
|
||||
- docs/modules/vuln-explorer/architecture.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
|
||||
## Definition of Done
|
||||
- Tests cover ledger append/projection, scoring endpoints, and schema contracts.
|
||||
- Tests remain deterministic across runs and environments.
|
||||
- Failures provide actionable diagnostics.
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to DOING/DONE in the sprint file and local TASKS.md.
|
||||
- 2. Review this charter and required docs before coding.
|
||||
- 3. Avoid DateTimeOffset.UtcNow/Guid.NewGuid in tests unless explicitly controlled.
|
||||
- 4. Keep outputs stable (ordering, timestamps, hashes).
|
||||
- 5. Revert to TODO if paused; capture context in PR notes.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Findings Ledger 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-0343-M | DONE | Maintainability audit for Findings.Ledger.Tests. |
|
||||
| AUDIT-0343-T | DONE | Test coverage audit for Findings.Ledger.Tests. |
|
||||
| AUDIT-0343-A | DONE | Waived (test project). |
|
||||
Reference in New Issue
Block a user