Bundled pre-session doc + ops work: - docs/modules/**: sync across advisory-ai, airgap, cli, excititor, export-center, findings-ledger, notifier, notify, platform, router, sbom-service, ui, web (architectural + operational updates) - docs/features/**: updates to checked excititor vex pipeline, developer workspace, quick verify drawer - docs top-level: README, quickstart, API_CLI_REFERENCE, UI_GUIDE, code-of-conduct/TESTING_PRACTICES updates - docs/qa/feature-checks/: FLOW.md + excititor state update - docs/implplan/: remaining sprint updates + new Concelier source credentials sprint (SPRINT_20260422_003) - docs-archived/implplan/: 30 sprint archival moves (ElkSharp series, misc completed sprints) - devops/compose: .env + services compose + env example + router gateway config updates File-level granularity preserved. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2.7 KiB
2.7 KiB
Findings Ledger Implementation Plan
Purpose
Define the delivery plan for the Findings Ledger service, replay harness, observability, and air-gap provenance so audits can verify deterministic state reconstruction.
Active work
- Runtime fake-removal work for Findings/RiskEngine was completed under
docs/implplan/SPRINT_20260415_006_DOCS_policy_findings_signer_real_backend_cutover.md. - Use
docs/modules/findings-ledger/gaps-FL1-FL10.mdfor the remaining product-capability remediation backlog.
Current host posture
RiskEngine.WebServicenow runs against PostgreSQL outsideTesting; in-memory result stores are test-only.Findings.Ledger.WebServicenon-testing hosts no longer fabricate scoring/webhook/runtime/VulnExplorer write state. Retired compatibility writes fail with truthful501 problem+json, while explicitTestingharnesses inject the in-memory compatibility stores needed by focused integration tests.- The standalone
StellaOps.VulnExplorer.Apihost remains retired; no separate fake backend was reintroduced for legacy write flows.
Near-term deliverables
- Observability baselines: metrics, logs, traces, dashboards, and alert rules per
docs/modules/findings-ledger/observability.md. - Determinism harness: replay CLI, fixtures, and signed reports per
docs/modules/findings-ledger/replay-harness.md. - Deployment collateral: Compose/Helm overlays, migrations, and backup/restore runbooks per
docs/modules/findings-ledger/deployment.md. - Provenance extensions: air-gap bundle metadata, staleness enforcement, and sealed-mode timeline entries per
docs/modules/findings-ledger/airgap-provenance.md.
Dependencies
- Observability schema approval for metrics and dashboards.
- Orchestrator export schema freeze for provenance linkage.
- QA lab capacity for >=5M findings/tenant replay harness.
- DevOps review of Compose/Helm overlays and offline kit packaging.
Evidence of completion
src/Findings/StellaOps.Findings.Ledgerandsrc/Findings/tools/LedgerReplayHarnessupdated with deterministic behavior and tests.- Replay harness reports (
harness-report.json+ DSSE) stored under approved offline kit locations. - Dashboard JSON and alert rules committed under
offline/telemetry/dashboards/ledgerorops/devops/findings-ledger/**. - Deployment and backup guidance validated against
docs/modules/findings-ledger/deployment.md.
Reference docs
docs/modules/findings-ledger/schema.mddocs/modules/findings-ledger/replay-harness.mddocs/modules/findings-ledger/observability.mddocs/modules/findings-ledger/deployment.mddocs/modules/findings-ledger/airgap-provenance.mddocs/modules/findings-ledger/workflow-inference.md