stabilize tests
This commit is contained in:
24
docs/modules/advisory-ai/implementation_plan.md
Normal file
24
docs/modules/advisory-ai/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Advisory AI Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Advisory AI deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/advisory-ai/architecture.md`
|
||||
- `docs/modules/advisory-ai/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/AdvisoryAI/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/advisory-ai/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/authority/implementation_plan.md
Normal file
24
docs/modules/authority/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Authority Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Authority deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/authority/architecture.md`
|
||||
- `docs/modules/authority/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Authority/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/authority/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
19
docs/modules/ci/architecture.md
Normal file
19
docs/modules/ci/architecture.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# CI Architecture
|
||||
|
||||
## Purpose
|
||||
Describe CI workflows, triggers, and offline constraints for Stella Ops.
|
||||
|
||||
## Scope
|
||||
- Gitea workflows and templates under `.gitea/`.
|
||||
- DevOps scripts under `devops/scripts/` and `.gitea/scripts/`.
|
||||
- Build and test policy docs under `docs/technical/cicd/`.
|
||||
|
||||
## Principles
|
||||
- Deterministic and offline-first execution.
|
||||
- Pinned tool versions with explicit provenance.
|
||||
- Evidence logged to sprint Execution Log and audits.
|
||||
|
||||
## References
|
||||
- `docs/technical/cicd/workflow-triggers.md`
|
||||
- `docs/technical/cicd/release-pipelines.md`
|
||||
- `docs/operations/devops/README.md`
|
||||
@@ -273,7 +273,7 @@ public interface IFeedConnector {
|
||||
|
||||
* **Fetch**: windowed (cursor), conditional GET (ETag/Last‑Modified), retry/backoff, rate limiting.
|
||||
* **Parse**: schema validation (JSON Schema, XSD/CSAF), content type checks; write **DTO** with normalized casing.
|
||||
* **Map**: build canonical records; all outputs carry **provenance** (doc digest, URI, anchors).
|
||||
* **Map**: build canonical records; all outputs carry **provenance** (doc digest, URI, anchors). KEV references use `reference` provenance anchored to the catalog search URL.
|
||||
|
||||
### 4.2 Version range normalization
|
||||
|
||||
|
||||
9
docs/modules/concelier/design/README.md
Normal file
9
docs/modules/concelier/design/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Concelier Design Notes
|
||||
|
||||
This directory holds design references linked from sprints and AGENTS.
|
||||
Add focused design notes here when new contracts or data flows are introduced.
|
||||
|
||||
## References
|
||||
- `docs/modules/concelier/architecture.md`
|
||||
- `docs/modules/concelier/README.md`
|
||||
- `docs/modules/concelier/link-not-merge-schema.md`
|
||||
24
docs/modules/concelier/implementation_plan.md
Normal file
24
docs/modules/concelier/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Concelier Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Concelier deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/concelier/architecture.md`
|
||||
- `docs/modules/concelier/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Concelier/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/concelier/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
@@ -0,0 +1,13 @@
|
||||
# Concelier Orchestrator Registry Prep (2025-11-20)
|
||||
|
||||
This prep note was consolidated into the current Concelier and Orchestrator documentation.
|
||||
|
||||
## Current References
|
||||
- `docs/modules/concelier/architecture.md`
|
||||
- `docs/modules/concelier/connectors.md`
|
||||
- `docs/modules/concelier/operations/authority-audit-runbook.md`
|
||||
- `docs/modules/orchestrator/architecture.md`
|
||||
|
||||
## Scope
|
||||
- Registry/control-plane assumptions for ingestion scheduling.
|
||||
- Connector registration, validation, and auditability expectations.
|
||||
12
docs/modules/concelier/prep/2025-11-22-oas-obs-prep.md
Normal file
12
docs/modules/concelier/prep/2025-11-22-oas-obs-prep.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Concelier OAS + Observability Prep (2025-11-22)
|
||||
|
||||
This prep note was consolidated into the current Concelier documentation set.
|
||||
|
||||
## Current References
|
||||
- `docs/modules/concelier/operations/observability.md`
|
||||
- `docs/modules/concelier/api/observations.md`
|
||||
- `docs/modules/concelier/architecture.md`
|
||||
|
||||
## Scope
|
||||
- OpenAPI surface alignment for observations and linksets.
|
||||
- Observability contracts and required telemetry for ingestion pipelines.
|
||||
13
docs/modules/excititor/changes.md
Normal file
13
docs/modules/excititor/changes.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Excititor Changes Log
|
||||
|
||||
This file records breaking or behavior-changing updates for the Excititor module.
|
||||
Update this log whenever public contracts, schemas, or workflows change.
|
||||
|
||||
## Format
|
||||
- Date (UTC)
|
||||
- Change summary
|
||||
- Impacted contracts or schemas
|
||||
- Migration notes (if required)
|
||||
|
||||
## Entries
|
||||
- 2026-01-30: Log initialized. No breaking changes recorded.
|
||||
24
docs/modules/excititor/implementation_plan.md
Normal file
24
docs/modules/excititor/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Excititor Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Excititor deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/excititor/architecture.md`
|
||||
- `docs/modules/excititor/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Excititor/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/excititor/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/export-center/implementation_plan.md
Normal file
24
docs/modules/export-center/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Export Center Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Export Center deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/export-center/architecture.md`
|
||||
- `docs/modules/export-center/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/ExportCenter/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/export-center/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/graph/implementation_plan.md
Normal file
24
docs/modules/graph/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Graph Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Graph deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/graph/architecture.md`
|
||||
- `docs/modules/graph/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Graph/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/graph/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/notify/implementation_plan.md
Normal file
24
docs/modules/notify/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Notify Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Notify deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/notify/architecture.md`
|
||||
- `docs/modules/notify/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Notify/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/notify/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/orchestrator/implementation_plan.md
Normal file
24
docs/modules/orchestrator/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Orchestrator Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Orchestrator deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/orchestrator/architecture.md`
|
||||
- `docs/modules/orchestrator/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Orchestrator/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/orchestrator/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/policy/implementation_plan.md
Normal file
24
docs/modules/policy/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Policy Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Policy deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/policy/architecture.md`
|
||||
- `docs/modules/policy/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Policy/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/policy/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/registry/implementation_plan.md
Normal file
24
docs/modules/registry/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Registry Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Registry deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/registry/architecture.md`
|
||||
- `docs/modules/registry/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Registry/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/registry/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
@@ -31,10 +31,10 @@ Scanner analyses container images layer-by-layer, producing deterministic SBOM f
|
||||
- `docs/modules/scanner/architecture.md`
|
||||
- `docs/modules/scanner/implementation_plan.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/product/advisories/CONSOLIDATED - Diff-Aware Release Gates and Risk Budgets.md` — Master reference for delta verdicts, smart-diff algorithms, and determinism requirements that Scanner must honor.
|
||||
- `docs-archived/product/advisories/CONSOLIDATED - Diff-Aware Release Gates and Risk Budgets.md` — Master reference for delta verdicts, smart-diff algorithms, and determinism requirements that Scanner must honor.
|
||||
|
||||
## Related Product Advisories
|
||||
- **[Consolidated: Diff-Aware Release Gates and Risk Budgets](../../product/advisories/CONSOLIDATED%20-%20Diff-Aware%20Release%20Gates%20and%20Risk%20Budgets.md)** — Risk budgets, delta verdicts, smart-diff algorithms
|
||||
- **[Consolidated: Diff-Aware Release Gates and Risk Budgets](../../../docs-archived/product/advisories/CONSOLIDATED%20-%20Diff-Aware%20Release%20Gates%20and%20Risk%20Budgets.md)** — Risk budgets, delta verdicts, smart-diff algorithms
|
||||
- **[Consolidated: Deterministic Evidence and Verdict Architecture](../../product/advisories/CONSOLIDATED%20-%20Deterministic%20Evidence%20and%20Verdict%20Architecture.md)** — Determinism guarantees, canonical serialization, keyless signing
|
||||
- **[Determinism Specification](../../technical/architecture/determinism-specification.md)** — Technical spec for digest algorithms and canonicalization rules
|
||||
- **[Smart-Diff Technical Reference](../../product/advisories/archived/2025-12-21-moat-gap-closure/14-Dec-2025%20-%20Smart-Diff%20Technical%20Reference.md)** — Detailed reachability gate and call-stack analysis specs
|
||||
|
||||
24
docs/modules/scanner/implementation_plan.md
Normal file
24
docs/modules/scanner/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Scanner Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Scanner deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/scanner/architecture.md`
|
||||
- `docs/modules/scanner/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Scanner/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/scanner/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
9
docs/modules/scheduler/TASKS.md
Normal file
9
docs/modules/scheduler/TASKS.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Scheduler Module Task Board
|
||||
|
||||
This board mirrors active Scheduler sprint(s). Update alongside the sprint tracker.
|
||||
|
||||
Source of truth: docs/implplan/SPRINT_*.md.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| TBD | TODO | Populate from active sprint. |
|
||||
24
docs/modules/scheduler/implementation_plan.md
Normal file
24
docs/modules/scheduler/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Scheduler Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Scheduler deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/scheduler/architecture.md`
|
||||
- `docs/modules/scheduler/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Scheduler/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/scheduler/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/telemetry/implementation_plan.md
Normal file
24
docs/modules/telemetry/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Telemetry Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Telemetry deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/telemetry/architecture.md`
|
||||
- `docs/modules/telemetry/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Telemetry/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/telemetry/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/ui/implementation_plan.md
Normal file
24
docs/modules/ui/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# UI Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for UI deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/ui/architecture.md`
|
||||
- `docs/modules/ui/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Web/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/ui/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/vex-lens/implementation_plan.md
Normal file
24
docs/modules/vex-lens/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Vex Lens Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Vex Lens deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/vex-lens/architecture.md`
|
||||
- `docs/modules/vex-lens/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/VexLens/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/vex-lens/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/vuln-explorer/implementation_plan.md
Normal file
24
docs/modules/vuln-explorer/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Vuln Explorer Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Vuln Explorer deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/vuln-explorer/architecture.md`
|
||||
- `docs/modules/vuln-explorer/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/VulnExplorer/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/vuln-explorer/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
24
docs/modules/zastava/implementation_plan.md
Normal file
24
docs/modules/zastava/implementation_plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Zastava Implementation Plan
|
||||
|
||||
## Purpose
|
||||
Provide a living plan for Zastava deliverables, dependencies, and evidence.
|
||||
|
||||
## Active work
|
||||
- Track current sprints under `docs/implplan/SPRINT_*.md` for this module.
|
||||
- Update this file when new scoped work is approved.
|
||||
|
||||
## Near-term deliverables
|
||||
- TBD (add when sprint is staffed).
|
||||
|
||||
## Dependencies
|
||||
- `docs/modules/zastava/architecture.md`
|
||||
- `docs/modules/zastava/README.md`
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Evidence of completion
|
||||
- Code changes under `src/Zastava/**`.
|
||||
- Tests and fixtures under the module's `__Tests` / `__Libraries`.
|
||||
- Docs and runbooks under `docs/modules/zastava/**`.
|
||||
|
||||
## Notes
|
||||
- Keep deterministic and offline-first expectations aligned with module AGENTS.
|
||||
Reference in New Issue
Block a user