stabilize tests
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user