Files
git.stella-ops.org/docs/implplan/SPRINTS_PRIOR_20251019.md
root 68da90a11a
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Restructure solution layout by module
2025-10-28 15:10:40 +02:00

68 KiB
Raw Blame History

Closed sprint tasks archived from SPRINTS.md on 2025-10-19.

Sprint Theme Tasks File Path Status Type of Specialist Task ID Task Description
Sprint 1 Stabilize In-Progress Foundations src/Concelier/__Libraries/StellaOps.Concelier.Models/TASKS.md DONE (2025-10-12) Team Models & Merge Leads FEEDMODELS-SCHEMA-01-001 SemVer primitive range-style metadata
Instructions to work:
DONE Read ./AGENTS.md and src/Concelier/__Libraries/StellaOps.Concelier.Models/AGENTS.md. This task lays the groundwork—complete the SemVer helper updates before teammates pick up FEEDMODELS-SCHEMA-01-002/003 and FEEDMODELS-SCHEMA-02-900. Use ./src/FASTER_MODELING_AND_NORMALIZATION.md for the target rule structure.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/__Libraries/StellaOps.Concelier.Models/TASKS.md DONE (2025-10-11) Team Models & Merge Leads FEEDMODELS-SCHEMA-01-002 Provenance decision rationale field
Instructions to work:
AdvisoryProvenance now carries decisionReason and docs/tests were updated. Connectors and merge tasks should populate the field when applying precedence/freshness/tie-breaker logic; see src/Concelier/__Libraries/StellaOps.Concelier.Models/PROVENANCE_GUIDELINES.md for usage guidance.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/__Libraries/StellaOps.Concelier.Models/TASKS.md DONE (2025-10-11) Team Models & Merge Leads FEEDMODELS-SCHEMA-01-003 Normalized version rules collection
Instructions to work:
AffectedPackage.NormalizedVersions and supporting comparer/docs/tests shipped. Connector owners must emit rule arrays per ./src/FASTER_MODELING_AND_NORMALIZATION.md and report progress via FEEDMERGE-COORD-02-900 so merge/storage backfills can proceed.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/__Libraries/StellaOps.Concelier.Models/TASKS.md DONE (2025-10-12) Team Models & Merge Leads FEEDMODELS-SCHEMA-02-900 Range primitives for SemVer/EVR/NEVRA metadata
Instructions to work:
DONE Read ./AGENTS.md and src/Concelier/__Libraries/StellaOps.Concelier.Models/AGENTS.md before resuming this stalled effort. Confirm helpers align with the new NormalizedVersions representation so connectors finishing in Sprint 2 can emit consistent metadata.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/__Libraries/StellaOps.Concelier.Normalization/TASKS.md DONE (2025-10-11) Team Normalization & Storage Backbone FEEDNORM-NORM-02-001 SemVer normalized rule emitter
Shared SemVerRangeRuleBuilder now outputs primitives + normalized rules per FASTER_MODELING_AND_NORMALIZATION.md; CVE/GHSA connectors consuming the API have verified fixtures.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-11) Team Normalization & Storage Backbone FEEDSTORAGE-DATA-02-001 Normalized range dual-write + backfill
AdvisoryStore dual-writes flattened normalizedVersions when concelier.storage.enableSemVerStyle is set; migration 20251011-semver-style-backfill updates historical records and docs outline the rollout.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-11) Team Normalization & Storage Backbone FEEDSTORAGE-DATA-02-002 Provenance decision reason persistence
Storage now persists provenance.decisionReason for advisories and merge events; tests cover round-trips.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-11) Team Normalization & Storage Backbone FEEDSTORAGE-DATA-02-003 Normalized versions indexing
Bootstrapper seeds compound/sparse indexes for flattened normalized rules and docs/dev/mongo_indices.md documents query guidance.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-11) Team Normalization & Storage Backbone FEEDSTORAGE-TESTS-02-004 Restore AdvisoryStore build after normalized versions refactor
Updated constructors/tests keep storage suites passing with the new feature flag defaults.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-12) Team WebService & Authority FEEDWEB-ENGINE-01-002 Plumb Authority client resilience options
WebService wires authority.resilience.* into AddStellaOpsAuthClient and adds binding coverage via AuthorityClientResilienceOptionsAreBound.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-12) Team WebService & Authority FEEDWEB-DOCS-01-003 Author ops guidance for resilience tuning
Install/runbooks document connected vs air-gapped resilience profiles and monitoring hooks.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-12) Team WebService & Authority FEEDWEB-DOCS-01-004 Document authority bypass logging patterns
Operator guides now call out route/status/subject/clientId/scopes/bypass/remote audit fields and SIEM triggers.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-12) Team WebService & Authority FEEDWEB-DOCS-01-005 Update Concelier operator guide for enforcement cutoff
Install guide reiterates the 2025-12-31 cutoff and links audit signals to the rollout checklist.
Sprint 1 Stabilize In-Progress Foundations src/Authority/StellaOps.Authority/TASKS.md DONE (2025-10-11) Team WebService & Authority SEC3.HOST Rate limiter policy binding
Authority host now applies configuration-driven fixed windows to /token, /authorize, and /internal/*; integration tests assert 429 + Retry-After headers; docs/config samples refreshed for Docs guild diagrams.
Sprint 1 Stabilize In-Progress Foundations src/Authority/StellaOps.Authority/TASKS.md DONE (2025-10-11) Team WebService & Authority SEC3.BUILD Authority rate-limiter follow-through
Security.RateLimiting now fronts token/authorize/internal limiters; Authority + Configuration matrices (dotnet test src/Authority/StellaOps.Authority/StellaOps.Authority.sln, dotnet test src/__Libraries/__Tests/StellaOps.Configuration.Tests/StellaOps.Configuration.Tests.csproj) passed on 2025-10-11; awaiting #authority-core broadcast.
Sprint 1 Stabilize In-Progress Foundations src/Authority/StellaOps.Authority/TASKS.md DONE (2025-10-14) Team Authority Platform & Security Guild AUTHCORE-BUILD-OPENIDDICT / AUTHCORE-STORAGE-DEVICE-TOKENS / AUTHCORE-BOOTSTRAP-INVITES Address remaining Authority compile blockers (OpenIddict transaction shim, token device document, bootstrap invite cleanup) so dotnet build src/Authority/StellaOps.Authority/StellaOps.Authority.sln returns success.
Sprint 1 Stabilize In-Progress Foundations src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/TASKS.md DONE (2025-10-11) Team WebService & Authority PLG6.DOC Plugin developer guide polish
Section 9 now documents rate limiter metadata, config keys, and lockout interplay; YAML samples updated alongside Authority config templates.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-11) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-001 Fetch pipeline & state tracking
Summary planner now drives monthly/yearly VINCE fetches, persists pending summaries/notes, and hydrates VINCE detail queue with telemetry.
Team instructions: Read ./AGENTS.md and src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/AGENTS.md. Coordinate daily with Models/Merge leads so new normalizedVersions output and provenance tags stay aligned with ./src/FASTER_MODELING_AND_NORMALIZATION.md.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-11) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-002 VINCE note detail fetcher
Summary planner queues VINCE note detail endpoints, persists raw JSON with SHA/ETag metadata, and records retry/backoff metrics.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-11) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-003 DTO & parser implementation
Added VINCE DTO aggregate, Markdown→text sanitizer, vendor/status/vulnerability parsers, and parser regression fixture.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-11) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-004 Canonical mapping & range primitives
VINCE DTO aggregate flows through CertCcMapper, emitting vendor range primitives + normalized version rules that persist via _advisoryStore.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-12) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-005 Deterministic fixtures/tests
Snapshot harness refreshed 2025-10-12; certcc-*.snapshot.json regenerated and regression suite green without UPDATE flag drift.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-12) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-006 Telemetry & documentation
CertCcDiagnostics publishes summary/detail/parse/map metrics (meter StellaOps.Concelier.Connector.CertCc), README documents instruments, and log guidance captured for Ops on 2025-10-12.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-12) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-007 Connector test harness remediation
Harness now wires AddSourceCommon, resets FakeTimeProvider, and passes canned-response regression run dated 2025-10-12.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-11) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-008 Snapshot coverage handoff
Fixtures regenerated with normalized ranges + provenance fields on 2025-10-11; QA handoff notes published and merge backfill unblocked.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-12) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-012 Schema sync & snapshot regen follow-up
Fixtures regenerated with normalizedVersions + provenance decision reasons; handoff notes updated for Merge backfill 2025-10-12.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-11) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-009 Detail/map reintegration plan
Staged reintegration plan published in src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/FEEDCONN-CERTCC-02-009_PLAN.md; coordinates enablement with FEEDCONN-CERTCC-02-004.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertCc/TASKS.md DONE (2025-10-12) Team Connector Resumption CERT/RedHat FEEDCONN-CERTCC-02-010 Partial-detail graceful degradation
Detail fetch now tolerates 404/403/410 responses and regression tests cover mixed endpoint availability.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Distro.RedHat/TASKS.md DONE (2025-10-11) Team Connector Resumption CERT/RedHat FEEDCONN-REDHAT-02-001 Fixture validation sweep
Instructions to work:
Fixtures regenerated post-model-helper rollout; provenance ordering and normalizedVersions scaffolding verified via tests. Conflict resolver deltas logged in src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Distro.RedHat/CONFLICT_RESOLVER_NOTES.md for Sprint 3 consumers.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Vndr.Apple/TASKS.md DONE (2025-10-12) Team Vendor Apple Specialists FEEDCONN-APPLE-02-001 Canonical mapping & range primitives
Mapper emits SemVer rules (scheme=apple:*); fixtures regenerated with trimmed references + new RSR coverage, update tooling finalized.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Vndr.Apple/TASKS.md DONE (2025-10-11) Team Vendor Apple Specialists FEEDCONN-APPLE-02-002 Deterministic fixtures/tests
Sanitized live fixtures + regression snapshots wired into tests; normalized rule coverage asserted.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Vndr.Apple/TASKS.md DONE (2025-10-11) Team Vendor Apple Specialists FEEDCONN-APPLE-02-003 Telemetry & documentation
Apple meter metrics wired into Concelier WebService OpenTelemetry configuration; README and fixtures document normalizedVersions coverage.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Vndr.Apple/TASKS.md DONE (2025-10-12) Team Vendor Apple Specialists FEEDCONN-APPLE-02-004 Live HTML regression sweep
Sanitised HT125326/HT125328/HT106355/HT214108/HT215500 fixtures recorded and regression tests green on 2025-10-12.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Vndr.Apple/TASKS.md DONE (2025-10-11) Team Vendor Apple Specialists FEEDCONN-APPLE-02-005 Fixture regeneration tooling
UPDATE_APPLE_FIXTURES=1 flow fetches & rewrites fixtures; README documents usage.
Instructions to work:
DONE Read ./AGENTS.md and src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Vndr.Apple/AGENTS.md. Resume stalled tasks, ensuring normalizedVersions output and fixtures align with ./src/FASTER_MODELING_AND_NORMALIZATION.md before handing data to the conflict sprint.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ghsa/TASKS.md DONE (2025-10-12) Team Connector Normalized Versions Rollout FEEDCONN-GHSA-02-001 GHSA normalized versions & provenance
Team instructions: Read ./AGENTS.md and each module's AGENTS file. Adopt the NormalizedVersions array emitted by the models sprint, wiring provenance decisionReason where merge overrides occur. Follow ./src/FASTER_MODELING_AND_NORMALIZATION.md; report via src/Concelier/__Libraries/StellaOps.Concelier.Merge/TASKS.md (FEEDMERGE-COORD-02-900). Progress 2025-10-11: GHSA/OSV emit normalized arrays with refreshed fixtures; CVE mapper now surfaces SemVer normalized ranges; NVD/KEV adoption pending; outstanding follow-ups include FEEDSTORAGE-DATA-02-001, FEEDMERGE-ENGINE-02-002, and rolling tools/FixtureUpdater updates across connectors.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Osv/TASKS.md DONE (2025-10-12) Team Connector Normalized Versions Rollout FEEDCONN-OSV-02-003 OSV normalized versions & freshness
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Nvd/TASKS.md DONE (2025-10-12) Team Connector Normalized Versions Rollout FEEDCONN-NVD-02-002 NVD normalized versions & timestamps
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Cve/TASKS.md DONE (2025-10-12) Team Connector Normalized Versions Rollout FEEDCONN-CVE-02-003 CVE normalized versions uplift
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Kev/TASKS.md DONE (2025-10-12) Team Connector Normalized Versions Rollout FEEDCONN-KEV-02-003 KEV normalized versions propagation
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Osv/TASKS.md DONE (2025-10-12) Team Connector Normalized Versions Rollout FEEDCONN-OSV-04-003 OSV parity fixture refresh
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-10) Team WebService & Authority FEEDWEB-DOCS-01-001 Document authority toggle & scope requirements
Quickstart carries toggle/scope guidance pending docs guild review (no change this sprint).
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-12) Team WebService & Authority FEEDWEB-DOCS-01-003 Author ops guidance for resilience tuning
Operator docs now outline connected vs air-gapped resilience profiles and monitoring cues.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-12) Team WebService & Authority FEEDWEB-DOCS-01-004 Document authority bypass logging patterns
Audit logging guidance highlights route/status/subject/clientId/scopes/bypass/remote fields and SIEM alerts.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-12) Team WebService & Authority FEEDWEB-DOCS-01-005 Update Concelier operator guide for enforcement cutoff
Install guide reiterates the 2025-12-31 cutoff and ties audit signals to rollout checks.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-11) Team WebService & Authority FEEDWEB-OPS-01-006 Rename plugin drop directory to namespaced path
Build outputs, tests, and docs now target StellaOps.Concelier.PluginBinaries/StellaOps.Authority.PluginBinaries.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-11) Team WebService & Authority FEEDWEB-OPS-01-007 Authority resilience adoption
Deployment docs and CLI notes explain the LIB5 resilience knobs for rollout.
Instructions to work:
DONE Read ./AGENTS.md and src/Concelier/StellaOps.Concelier.WebService/AGENTS.md. These items were mid-flight; resume implementation ensuring docs/operators receive timely updates.
Sprint 1 Stabilize In-Progress Foundations src/Authority/StellaOps.Authority/TASKS.md DONE (2025-10-11) Team Authority Platform & Security Guild AUTHCORE-ENGINE-01-001 CORE8.RL — Rate limiter plumbing validated; integration tests green and docs handoff recorded for middleware ordering + Retry-After headers (see docs/dev/authority-rate-limit-tuning-outline.md for continuing guidance).
Sprint 1 Stabilize In-Progress Foundations src/__Libraries/StellaOps.Cryptography/TASKS.md DONE (2025-10-11) Team Authority Platform & Security Guild AUTHCRYPTO-ENGINE-01-001 SEC3.A — Shared metadata resolver confirmed via host test run; SEC3.B now unblocked for tuning guidance (outline captured in docs/dev/authority-rate-limit-tuning-outline.md).
Sprint 1 Stabilize In-Progress Foundations src/__Libraries/StellaOps.Cryptography/TASKS.md DONE (2025-10-13) Team Authority Platform & Security Guild AUTHSEC-DOCS-01-002 SEC3.B — Published docs/security/rate-limits.md with tuning matrix, alert thresholds, and lockout interplay guidance; Docs guild can lift copy into plugin guide.
Sprint 1 Stabilize In-Progress Foundations src/__Libraries/StellaOps.Cryptography/TASKS.md DONE (2025-10-14) Team Authority Platform & Security Guild AUTHSEC-CRYPTO-02-001 SEC5.B1 — Introduce libsodium signing provider and parity tests to unblock CLI verification enhancements.
Sprint 1 Bootstrap & Replay Hardening src/__Libraries/StellaOps.Cryptography/TASKS.md DONE (2025-10-14) Security Guild AUTHSEC-CRYPTO-02-004 SEC5.D/E — Finish bootstrap invite lifecycle (API/store/cleanup) and token device heuristics; build currently red due to pending handler integration.
Sprint 1 Developer Tooling src/Cli/StellaOps.Cli/TASKS.md DONE (2025-10-15) DevEx/CLI AUTHCLI-DIAG-01-001 Surface password policy diagnostics in CLI startup/output so operators see weakened overrides immediately.
CLI now loads Authority plug-ins at startup, logs weakened password policies (length/complexity), and regression coverage lives in StellaOps.Cli.Tests/Services/AuthorityDiagnosticsReporterTests.
Sprint 1 Stabilize In-Progress Foundations src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/TASKS.md DONE (2025-10-11) Team Authority Platform & Security Guild AUTHPLUG-DOCS-01-001 PLG6.DOC — Developer guide copy + diagrams merged 2025-10-11; limiter guidance incorporated and handed to Docs guild for asset export.
Sprint 2 Connector & Data Implementation Wave src/Concelier/__Libraries/StellaOps.Concelier.Normalization/TASKS.md DONE (2025-10-12) Team Normalization & Storage Backbone FEEDNORM-NORM-02-001 SemVer normalized rule emitter
SemVerRangeRuleBuilder shipped 2025-10-12 with comparator/`
Sprint 2 Connector & Data Implementation Wave src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-11) Team Normalization & Storage Backbone FEEDSTORAGE-DATA-02-001 Normalized range dual-write + backfill
Sprint 2 Connector & Data Implementation Wave src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-11) Team Normalization & Storage Backbone FEEDSTORAGE-DATA-02-002 Provenance decision reason persistence
Sprint 2 Connector & Data Implementation Wave src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-11) Team Normalization & Storage Backbone FEEDSTORAGE-DATA-02-003 Normalized versions indexing
Indexes seeded + docs updated 2025-10-11 to cover flattened normalized rules for connector adoption.
Sprint 2 Connector & Data Implementation Wave src/Concelier/__Libraries/StellaOps.Concelier.Merge/TASKS.md DONE (2025-10-11) Team Normalization & Storage Backbone FEEDMERGE-ENGINE-02-002 Normalized versions union & dedupe
Affected package resolver unions/dedupes normalized rules, stamps merge provenance with decisionReason, and tests cover the rollout.
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ghsa/TASKS.md DONE (2025-10-11) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-GHSA-02-001 GHSA normalized versions & provenance
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ghsa/TASKS.md DONE (2025-10-11) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-GHSA-02-004 GHSA credits & ecosystem severity mapping
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ghsa/TASKS.md DONE (2025-10-12) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-GHSA-02-005 GitHub quota monitoring & retries
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ghsa/TASKS.md DONE (2025-10-12) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-GHSA-02-006 Production credential & scheduler rollout
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ghsa/TASKS.md DONE (2025-10-12) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-GHSA-02-007 Credit parity regression fixtures
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Nvd/TASKS.md DONE (2025-10-11) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-NVD-02-002 NVD normalized versions & timestamps
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Nvd/TASKS.md DONE (2025-10-11) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-NVD-02-004 NVD CVSS & CWE precedence payloads
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Nvd/TASKS.md DONE (2025-10-12) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-NVD-02-005 NVD merge/export parity regression
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Osv/TASKS.md DONE (2025-10-11) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-OSV-02-003 OSV normalized versions & freshness
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Osv/TASKS.md DONE (2025-10-11) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-OSV-02-004 OSV references & credits alignment
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Osv/TASKS.md DONE (2025-10-12) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-OSV-02-005 Fixture updater workflow
Resolved 2025-10-12: OSV mapper now derives canonical PURLs for Go + scoped npm packages when raw payloads omit purl; conflict fixtures unchanged for invalid npm names. Verified via dotnet test src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Osv.Tests, src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ghsa.Tests, src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Nvd.Tests, and backbone normalization/storage suites.
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Acsc/TASKS.md DONE (2025-10-12) Team Connector Expansion Regional & Vendor Feeds FEEDCONN-ACSC-02-001 … 02-008 Fetch→parse→map pipeline, fixtures, diagnostics, and README finished 2025-10-12; downstream export parity captured via FEEDEXPORT-JSON-04-001 / FEEDEXPORT-TRIVY-04-001 (completed).
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Cccs/TASKS.md DONE (2025-10-16) Team Connector Expansion Regional & Vendor Feeds FEEDCONN-CCCS-02-001 … 02-008 Observability meter, historical harvest plan, and DOM sanitizer refinements wrapped; ops notes live under docs/ops/concelier-cccs-operations.md with fixtures validating EN/FR list handling.
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.CertBund/TASKS.md DONE (2025-10-15) Team Connector Expansion Regional & Vendor Feeds FEEDCONN-CERTBUND-02-001 … 02-008 Telemetry/docs (02-006) and history/locale sweep (02-007) completed alongside pipeline; runbook docs/ops/concelier-certbund-operations.md captures locale guidance and offline packaging.
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Kisa/TASKS.md DONE (2025-10-14) Team Connector Expansion Regional & Vendor Feeds FEEDCONN-KISA-02-001 … 02-007 Connector, tests, and telemetry/docs (02-006) finalized; localisation notes in docs/dev/kisa_connector_notes.md complete rollout.
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ru.Bdu/TASKS.md DONE (2025-10-14) Team Connector Expansion Regional & Vendor Feeds FEEDCONN-RUBDU-02-001 … 02-008 Fetch/parser/mapper refinements, regression fixtures, telemetry/docs, access options, and trusted root packaging all landed; README documents offline access strategy.
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ru.Nkcki/TASKS.md DONE (2025-10-13) Team Connector Expansion Regional & Vendor Feeds FEEDCONN-NKCKI-02-001 … 02-008 Listing fetch, parser, mapper, fixtures, telemetry/docs, and archive plan finished; Mongo2Go/libcrypto dependency resolved via bundled OpenSSL noted in ops guide.
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ics.Cisa/TASKS.md DONE (2025-10-16) Team Connector Expansion Regional & Vendor Feeds FEEDCONN-ICSCISA-02-001 … 02-011 Feed parser attachment fixes, SemVer exact values, regression suites, telemetry/docs updates, and handover complete; ops runbook now details attachment verification + proxy usage.
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Vndr.Cisco/TASKS.md DONE (2025-10-14) Team Connector Expansion Regional & Vendor Feeds FEEDCONN-CISCO-02-001 … 02-007 OAuth fetch pipeline, DTO/mapping, tests, and telemetry/docs shipped; monitoring/export integration follow-ups recorded in Ops docs and exporter backlog (completed).
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Vndr.Msrc/TASKS.md DONE (2025-10-15) Team Connector Expansion Regional & Vendor Feeds FEEDCONN-MSRC-02-001 … 02-008 Azure AD onboarding (02-008) unblocked fetch/parse/map pipeline; fixtures, telemetry/docs, and Offline Kit guidance published in docs/ops/concelier-msrc-operations.md.
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Cve/TASKS.md DONE (2025-10-15) Team Connector Support & Monitoring FEEDCONN-CVE-02-001 … 02-002 CVE data-source selection, fetch pipeline, and docs landed 2025-10-10. 2025-10-15: smoke verified using the seeded mirror fallback; connector now logs a warning and pulls from seed-data/cve/ until live CVE Services credentials arrive.
Sprint 2 Connector & Data Implementation Wave src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Kev/TASKS.md DONE (2025-10-12) Team Connector Support & Monitoring FEEDCONN-KEV-02-001 … 02-002 KEV catalog ingestion, fixtures, telemetry, and schema validation completed 2025-10-12; ops dashboard published.
Sprint 2 Connector & Data Implementation Wave docs/TASKS.md DONE (2025-10-11) Team Docs & Knowledge Base FEEDDOCS-DOCS-01-001 Canonical schema docs refresh
Updated canonical schema + provenance guides with SemVer style, normalized version rules, decision reason change log, and migration notes.
Sprint 2 Connector & Data Implementation Wave docs/TASKS.md DONE (2025-10-11) Team Docs & Knowledge Base FEEDDOCS-DOCS-02-001 Concelier-SemVer Playbook
Published merge playbook covering mapper patterns, dedupe flow, indexes, and rollout checklist.
Sprint 2 Connector & Data Implementation Wave docs/TASKS.md DONE (2025-10-11) Team Docs & Knowledge Base FEEDDOCS-DOCS-02-002 Normalized versions query guide
Delivered Mongo index/query addendum with $unwind recipes, dedupe checks, and operational checklist.
Instructions to work:
DONE Read ./AGENTS.md and docs/AGENTS.md. Document every schema/index/query change produced in Sprint 1-2 leveraging ./src/FASTER_MODELING_AND_NORMALIZATION.md.
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/__Libraries/StellaOps.Concelier.Core/TASKS.md DONE (2025-10-11) Team Core Engine & Storage Analytics FEEDCORE-ENGINE-03-001 Canonical merger implementation
CanonicalMerger ships with freshness/tie-breaker logic, provenance, and unit coverage feeding Merge.
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/__Libraries/StellaOps.Concelier.Core/TASKS.md DONE (2025-10-11) Team Core Engine & Storage Analytics FEEDCORE-ENGINE-03-002 Field precedence and tie-breaker map
Field precedence tables and tie-breaker metrics wired into the canonical merge flow; docs/tests updated.
Instructions to work:
Read ./AGENTS.md and core AGENTS. Implement the conflict resolver exactly as specified in ./src/DEDUP_CONFLICTS_RESOLUTION_ALGO.md, coordinating with Merge and Storage teammates.
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-11) Team Core Engine & Storage Analytics FEEDSTORAGE-DATA-03-001 Merge event provenance audit prep
Merge events now persist fieldDecisions and analytics-ready provenance snapshots.
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-11) Team Core Engine & Storage Analytics FEEDSTORAGE-DATA-02-001 Normalized range dual-write + backfill
Dual-write/backfill flag delivered; migration + options validated in tests.
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-11) Team Core Engine & Storage Analytics FEEDSTORAGE-TESTS-02-004 Restore AdvisoryStore build after normalized versions refactor
Storage tests adjusted for normalized versions/decision reasons.
Instructions to work:
Read ./AGENTS.md and storage AGENTS. Extend merge events with decision reasons and analytics views to support the conflict rules, and deliver the dual-write/backfill for NormalizedVersions + decisionReason so connectors can roll out safely.
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/__Libraries/StellaOps.Concelier.Merge/TASKS.md DONE (2025-10-11) Team Merge & QA Enforcement FEEDMERGE-ENGINE-04-001 GHSA/NVD/OSV conflict rules
Merge pipeline consumes CanonicalMerger output prior to precedence merge.
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/__Libraries/StellaOps.Concelier.Merge/TASKS.md DONE (2025-10-11) Team Merge & QA Enforcement FEEDMERGE-ENGINE-04-002 Override metrics instrumentation
Merge events capture per-field decisions; counters/logs align with conflict rules.
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/__Libraries/StellaOps.Concelier.Merge/TASKS.md DONE (2025-10-11) Team Merge & QA Enforcement FEEDMERGE-ENGINE-04-003 Reference & credit union pipeline
Canonical merge preserves unions with updated tests.
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/__Libraries/StellaOps.Concelier.Merge/TASKS.md DONE (2025-10-11) Team Merge & QA Enforcement FEEDMERGE-QA-04-001 End-to-end conflict regression suite
Added regression tests (AdvisoryMergeServiceTests) covering canonical + precedence flow.
Instructions to work:
Read ./AGENTS.md and merge AGENTS. Integrate the canonical merger, instrument metrics, and deliver comprehensive regression tests following ./src/DEDUP_CONFLICTS_RESOLUTION_ALGO.md.
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ghsa/TASKS.md DONE (2025-10-12) Team Connector Regression Fixtures FEEDCONN-GHSA-04-002 GHSA conflict regression fixtures
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Nvd/TASKS.md DONE (2025-10-12) Team Connector Regression Fixtures FEEDCONN-NVD-04-002 NVD conflict regression fixtures
Sprint 3 Conflict Resolution Integration & Communications src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Osv/TASKS.md DONE (2025-10-12) Team Connector Regression Fixtures FEEDCONN-OSV-04-002 OSV conflict regression fixtures
Instructions to work:
Read ./AGENTS.md and module AGENTS. Produce fixture triples supporting the precedence/tie-breaker paths defined in ./src/DEDUP_CONFLICTS_RESOLUTION_ALGO.md and hand them to Merge QA.
Sprint 3 Conflict Resolution Integration & Communications docs/TASKS.md DONE (2025-10-11) Team Documentation Guild Conflict Guidance FEEDDOCS-DOCS-05-001 Concelier Conflict Rules
Runbook published at docs/ops/concelier-conflict-resolution.md; metrics/log guidance aligned with Sprint 3 merge counters.
Sprint 3 Conflict Resolution Integration & Communications docs/TASKS.md DONE (2025-10-16) Team Documentation Guild Conflict Guidance FEEDDOCS-DOCS-05-002 Conflict runbook ops rollout
Ops review completed, alert thresholds applied, and change log appended in docs/ops/concelier-conflict-resolution.md; task closed after connector signals verified.
Sprint 4 Schema Parity & Freshness Alignment src/Concelier/__Libraries/StellaOps.Concelier.Models/TASKS.md DONE (2025-10-15) Team Models & Merge Leads FEEDMODELS-SCHEMA-04-001 Advisory schema parity (description/CWE/canonical metric)
Extend Advisory and related records with description text, CWE collection, and canonical metric pointer; refresh validation + serializer determinism tests.
Sprint 4 Schema Parity & Freshness Alignment src/Concelier/__Libraries/StellaOps.Concelier.Core/TASKS.md DONE (2025-10-15) Team Core Engine & Storage Analytics FEEDCORE-ENGINE-04-003 Canonical merger parity for new fields
Teach CanonicalMerger to populate description, CWEResults, and canonical metric pointer with provenance + regression coverage.
Sprint 4 Schema Parity & Freshness Alignment src/Concelier/__Libraries/StellaOps.Concelier.Core/TASKS.md DONE (2025-10-15) Team Core Engine & Storage Analytics FEEDCORE-ENGINE-04-004 Reference normalization & freshness instrumentation cleanup
Implement URL normalization for reference dedupe, align freshness-sensitive instrumentation, and add analytics tests.
Sprint 4 Schema Parity & Freshness Alignment src/Concelier/__Libraries/StellaOps.Concelier.Merge/TASKS.md DONE (2025-10-15) Team Merge & QA Enforcement FEEDMERGE-ENGINE-04-004 Merge pipeline parity for new advisory fields
Ensure merge service + merge events surface description/CWE/canonical metric decisions with updated metrics/tests.
Sprint 4 Schema Parity & Freshness Alignment src/Concelier/__Libraries/StellaOps.Concelier.Merge/TASKS.md DONE (2025-10-15) Team Merge & QA Enforcement FEEDMERGE-ENGINE-04-005 Connector coordination for new advisory fields
GHSA/NVD/OSV connectors now ship description, CWE, and canonical metric data with refreshed fixtures; merge coordination log updated and exporters notified.
Sprint 4 Schema Parity & Freshness Alignment src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Exporter.Json/TASKS.md DONE (2025-10-15) Team Exporters JSON FEEDEXPORT-JSON-04-001 Surface new advisory fields in JSON exporter
Update schemas/offline bundle + fixtures once model/core parity lands.
2025-10-15: dotnet test src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Exporter.Json.Tests validated canonical metric/CWE emission.
Sprint 4 Schema Parity & Freshness Alignment src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Exporter.TrivyDb/TASKS.md DONE (2025-10-15) Team Exporters Trivy DB FEEDEXPORT-TRIVY-04-001 Propagate new advisory fields into Trivy DB package
Extend Bolt builder, metadata, and regression tests for the expanded schema.
2025-10-15: dotnet test src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Exporter.TrivyDb.Tests confirmed canonical metric/CWE propagation.
Sprint 4 Schema Parity & Freshness Alignment src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ghsa/TASKS.md DONE (2025-10-16) Team Connector Regression Fixtures FEEDCONN-GHSA-04-004 Harden CVSS fallback so canonical metric ids persist when GitHub omits vectors; extend fixtures and document severity precedence hand-off to Merge.
Sprint 4 Schema Parity & Freshness Alignment src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Osv/TASKS.md DONE (2025-10-16) Team Connector Expansion GHSA/NVD/OSV FEEDCONN-OSV-04-005 Map OSV advisories lacking CVSS vectors to canonical metric ids/notes and document CWE provenance quirks; schedule parity fixture updates.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Core/TASKS.md DONE (2025-10-15) Team Excititor Core & Policy EXCITITOR-CORE-01-001 Stand up canonical VEX claim/consensus records with deterministic serializers so Storage/Exports share a stable contract.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Core/TASKS.md DONE (2025-10-15) Team Excititor Core & Policy EXCITITOR-CORE-01-002 Implement trust-weighted consensus resolver with baseline policy weights, justification gates, telemetry output, and majority/tie handling.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Core/TASKS.md DONE (2025-10-15) Team Excititor Core & Policy EXCITITOR-CORE-01-003 Publish shared connector/exporter/attestation abstractions and deterministic query signature utilities for cache/attestation workflows.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Policy/TASKS.md DONE (2025-10-15) Team Excititor Policy EXCITITOR-POLICY-01-001 Established policy options & snapshot provider covering baseline weights/overrides.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Policy/TASKS.md DONE (2025-10-15) Team Excititor Policy EXCITITOR-POLICY-01-002 Policy evaluator now feeds consensus resolver with immutable snapshots.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Policy/TASKS.md DONE (2025-10-16) Team Excititor Policy EXCITITOR-POLICY-01-003 Author policy diagnostics, CLI/WebService surfacing, and documentation updates.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Policy/TASKS.md DONE (2025-10-16) Team Excititor Policy EXCITITOR-POLICY-01-004 Implement YAML/JSON schema validation and deterministic diagnostics for operator bundles.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Policy/TASKS.md DONE (2025-10-16) Team Excititor Policy EXCITITOR-POLICY-01-005 Add policy change tracking, snapshot digests, and telemetry/logging hooks.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Storage.Mongo/TASKS.md DONE (2025-10-15) Team Excititor Storage EXCITITOR-STORAGE-01-001 Mongo mapping registry plus raw/export entities and DI extensions in place.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Storage.Mongo/TASKS.md DONE (2025-10-16) Team Excititor Storage EXCITITOR-STORAGE-01-004 Build provider/consensus/cache class maps and related collections.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Export/TASKS.md DONE (2025-10-15) Team Excititor Export EXCITITOR-EXPORT-01-001 Export engine delivers cache lookup, manifest creation, and policy integration.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Export/TASKS.md DONE (2025-10-17) Team Excititor Export EXCITITOR-EXPORT-01-004 Connect export engine to attestation client and persist Rekor metadata.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Attestation/TASKS.md DONE (2025-10-16) Team Excititor Attestation EXCITITOR-ATTEST-01-001 Implement in-toto predicate + DSSE builder providing envelopes for export attestation.
Sprint 5 Excititor Core Foundations src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/TASKS.md DONE (2025-10-17) Team Excititor Connectors EXCITITOR-CONN-ABS-01-001 Deliver shared connector context/base classes so provider plug-ins can be activated via WebService/Worker.
Sprint 5 Excititor Core Foundations src/Excititor/StellaOps.Excititor.WebService/TASKS.md DONE (2025-10-17) Team Excititor WebService EXCITITOR-WEB-01-001 Scaffold minimal API host, DI, and /excititor/status endpoint integrating policy, storage, export, and attestation services.
Sprint 6 Excititor Ingest & Formats src/Excititor/StellaOps.Excititor.Worker/TASKS.md DONE (2025-10-17) Team Excititor Worker EXCITITOR-WORKER-01-001 Create Worker host with provider scheduling and logging to drive recurring pulls/reconciliation.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Formats EXCITITOR-FMT-CSAF-01-001 Implement CSAF normalizer foundation translating provider documents into VexClaim entries.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/TASKS.md DONE (2025-10-17) Team Excititor Formats EXCITITOR-FMT-CYCLONE-01-001 Implement CycloneDX VEX normalizer capturing analysis state and component references.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/TASKS.md DONE (2025-10-17) Team Excititor Formats EXCITITOR-FMT-OPENVEX-01-001 Implement OpenVEX normalizer to ingest attestations into canonical claims with provenance.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors Red Hat EXCITITOR-CONN-RH-01-001 Ship Red Hat CSAF provider metadata discovery enabling incremental pulls.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors Red Hat EXCITITOR-CONN-RH-01-002 Fetch CSAF windows with ETag handling, resume tokens, quarantine on schema errors, and persist raw docs.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors Red Hat EXCITITOR-CONN-RH-01-003 Populate provider trust overrides (cosign issuer, identity regex) and provenance hints for policy evaluation/logging.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors Red Hat EXCITITOR-CONN-RH-01-004 Persist resume cursors (last updated timestamp/document hashes) in storage and reload during fetch to avoid duplicates.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors Red Hat EXCITITOR-CONN-RH-01-005 Register connector in Worker/WebService DI, add scheduled jobs, and document CLI triggers for Red Hat CSAF pulls.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors Red Hat EXCITITOR-CONN-RH-01-006 Add CSAF normalization parity fixtures ensuring RHSA-specific metadata is preserved.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors Cisco EXCITITOR-CONN-CISCO-01-001 Implement Cisco CSAF endpoint discovery/auth to unlock paginated pulls.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors Cisco EXCITITOR-CONN-CISCO-01-002 Implement Cisco CSAF paginated fetch loop with dedupe and raw persistence support.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/TASKS.md DONE (2025-10-17) Team Excititor Connectors SUSE EXCITITOR-CONN-SUSE-01-001 Build Rancher VEX Hub discovery/subscription path with offline snapshot support.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors MSRC EXCITITOR-CONN-MS-01-001 Deliver AAD onboarding/token cache for MSRC CSAF ingestion.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors Oracle EXCITITOR-CONN-ORACLE-01-001 Implement Oracle CSAF catalogue discovery with CPU calendar awareness.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/TASKS.md DONE (2025-10-17) Team Excititor Connectors Ubuntu EXCITITOR-CONN-UBUNTU-01-001 Implement Ubuntu CSAF discovery and channel selection for USN ingestion.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/TASKS.md DONE (2025-10-18) Team Excititor Connectors OCI EXCITITOR-CONN-OCI-01-001 Wire OCI discovery/auth to fetch OpenVEX attestations for configured images.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/TASKS.md DONE (2025-10-18) Team Excititor Connectors OCI EXCITITOR-CONN-OCI-01-002 Attestation fetch & verify loop download DSSE attestations, trigger verification, handle retries/backoff, persist raw statements.
Sprint 6 Excititor Ingest & Formats src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/TASKS.md DONE (2025-10-18) Team Excititor Connectors OCI EXCITITOR-CONN-OCI-01-003 Provenance metadata & policy hooks emit image, subject digest, issuer, and trust metadata for policy weighting/logging.
Sprint 6 Excititor Ingest & Formats src/Cli/StellaOps.Cli/TASKS.md DONE (2025-10-18) DevEx/CLI EXCITITOR-CLI-01-001 Add excititor CLI verbs bridging to WebService with consistent auth and offline UX.
Sprint 7 Contextual Truth Foundations src/Excititor/__Libraries/StellaOps.Excititor.Core/TASKS.md DONE (2025-10-19) Team Excititor Core & Policy EXCITITOR-CORE-02-001 Context signal schema prep extend consensus models with severity/KEV/EPSS fields and update canonical serializers.
Sprint 7 Contextual Truth Foundations src/Excititor/__Libraries/StellaOps.Excititor.Policy/TASKS.md DONE (2025-10-19) Team Excititor Policy EXCITITOR-POLICY-02-001 Scoring coefficients & weight ceilings add α/β options, weight boosts, and validation guidance.
Sprint 7 Contextual Truth Foundations src/Excititor/__Libraries/StellaOps.Excititor.Attestation/TASKS.md DONE (2025-10-16) Team Excititor Attestation EXCITITOR-ATTEST-01-002 Rekor v2 client integration ship transparency log client with retries and offline queue.
Sprint 9 Scanner Core Foundations src/Scanner/__Libraries/StellaOps.Scanner.Core/TASKS.md DONE (2025-10-18) Team Scanner Core SCANNER-CORE-09-501 Define shared DTOs (ScanJob, ProgressEvent), error taxonomy, and deterministic ID/timestamp helpers aligning with ARCHITECTURE_SCANNER.md §3§4.
Sprint 9 Scanner Core Foundations src/Scanner/__Libraries/StellaOps.Scanner.Core/TASKS.md DONE (2025-10-18) Team Scanner Core SCANNER-CORE-09-502 Observability helpers (correlation IDs, logging scopes, metric namespacing, deterministic hashes) consumed by WebService/Worker.
Sprint 9 Scanner Core Foundations src/Scanner/__Libraries/StellaOps.Scanner.Core/TASKS.md DONE (2025-10-18) Team Scanner Core SCANNER-CORE-09-503 Security utilities: Authority client factory, OpTok caching, DPoP verifier, restart-time plug-in guardrails for scanner components.
Sprint 9 Scanner Build-time src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/TASKS.md DONE (2025-10-19) BuildX Guild SP9-BLDX-09-001 Buildx driver scaffold + handshake with Scanner.Emit (local CAS).
Sprint 9 Scanner Build-time src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/TASKS.md DONE (2025-10-19) BuildX Guild SP9-BLDX-09-002 OCI annotations + provenance hand-off to Attestor.
Sprint 9 Scanner Build-time src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/TASKS.md DONE (2025-10-19) BuildX Guild SP9-BLDX-09-003 CI demo: minimal SBOM push & backend report wiring.
Sprint 9 Scanner Build-time src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/TASKS.md DONE (2025-10-19) BuildX Guild SP9-BLDX-09-004 Stabilize descriptor nonce derivation so repeated builds emit deterministic placeholders.
Sprint 9 Scanner Build-time src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/TASKS.md DONE (2025-10-19) BuildX Guild SP9-BLDX-09-005 Integrate determinism guard into GitHub/Gitea workflows and archive proof artifacts.
Sprint 9 Scanner Core Foundations src/Scanner/StellaOps.Scanner.WebService/TASKS.md DONE (2025-10-18) Team Scanner WebService SCANNER-WEB-09-101 Minimal API host with Authority enforcement, health/ready endpoints, and restart-time plug-in loader per architecture §1, §4.
Sprint 9 Scanner Core Foundations src/Scanner/StellaOps.Scanner.WebService/TASKS.md DONE (2025-10-18) Team Scanner WebService SCANNER-WEB-09-102 /api/v1/scans submission/status endpoints with deterministic IDs, validation, and cancellation support.
Sprint 9 Scanner Core Foundations src/Scanner/StellaOps.Scanner.WebService/TASKS.md DONE (2025-10-19) Team Scanner WebService SCANNER-WEB-09-104 Configuration binding for Mongo, MinIO, queue, feature flags; startup diagnostics and fail-fast policy.
Sprint 9 Scanner Core Foundations src/Scanner/StellaOps.Scanner.Worker/TASKS.md DONE (2025-10-19) Team Scanner Worker SCANNER-WORKER-09-201 Worker host bootstrap with Authority auth, hosted services, and graceful shutdown semantics.
Sprint 9 Scanner Core Foundations src/Scanner/StellaOps.Scanner.Worker/TASKS.md DONE (2025-10-19) Team Scanner Worker SCANNER-WORKER-09-202 Lease/heartbeat loop with retry+jitter, poison-job quarantine, structured logging.
Sprint 9 Scanner Core Foundations src/Scanner/StellaOps.Scanner.Worker/TASKS.md DONE (2025-10-19) Team Scanner Worker SCANNER-WORKER-09-203 Analyzer dispatch skeleton emitting deterministic stage progress and honoring cancellation tokens.
Sprint 9 Scanner Core Foundations src/Scanner/StellaOps.Scanner.Worker/TASKS.md DONE (2025-10-19) Team Scanner Worker SCANNER-WORKER-09-204 Worker metrics (queue latency, stage duration, failure counts) with OpenTelemetry resource wiring.
Sprint 9 Scanner Core Foundations src/Scanner/StellaOps.Scanner.Worker/TASKS.md DONE (2025-10-19) Team Scanner Worker SCANNER-WORKER-09-205 Harden heartbeat jitter so lease safety margin stays ≥3× and cover with regression tests + optional live queue smoke run.
Sprint 9 Policy Foundations src/Policy/__Libraries/StellaOps.Policy/TASKS.md DONE Policy Guild POLICY-CORE-09-001 Policy schema + binder + diagnostics.
Sprint 9 Policy Foundations src/Policy/__Libraries/StellaOps.Policy/TASKS.md DONE Policy Guild POLICY-CORE-09-002 Policy snapshot store + revision digests.
Sprint 9 Policy Foundations src/Policy/__Libraries/StellaOps.Policy/TASKS.md DONE Policy Guild POLICY-CORE-09-003 /policy/preview API (image digest → projected verdict diff).
Sprint 9 DevOps Foundations ops/devops/TASKS.md DONE (2025-10-19) DevOps Guild DEVOPS-HELM-09-001 Helm/Compose environment profiles (dev/staging/airgap) with deterministic digests.
Sprint 9 Docs & Governance docs/TASKS.md DONE (2025-10-19) Docs Guild, DevEx DOCS-ADR-09-001 Establish ADR process and template.
Sprint 9 Docs & Governance docs/TASKS.md DONE (2025-10-19) Docs Guild, Platform Events DOCS-EVENTS-09-002 Publish event schema catalog (docs/events/) for critical envelopes.
Sprint 9 Scanner Core Foundations src/Scanner/__Libraries/StellaOps.Scanner.Storage/TASKS.md DONE (2025-10-19) Team Scanner Storage SCANNER-STORAGE-09-301 Mongo catalog schemas/indexes for images, layers, artifacts, jobs, lifecycle rules plus migrations.
Sprint 9 Scanner Core Foundations src/Scanner/__Libraries/StellaOps.Scanner.Storage/TASKS.md DONE (2025-10-19) Team Scanner Storage SCANNER-STORAGE-09-302 MinIO layout, immutability policies, client abstraction, and configuration binding.
Sprint 9 Scanner Core Foundations src/Scanner/__Libraries/StellaOps.Scanner.Storage/TASKS.md DONE (2025-10-19) Team Scanner Storage SCANNER-STORAGE-09-303 Repositories/services with dual-write feature flag, deterministic digests, TTL enforcement tests.
Sprint 9 Scanner Core Foundations src/Scanner/__Libraries/StellaOps.Scanner.Queue/TASKS.md DONE (2025-10-19) Team Scanner Queue SCANNER-QUEUE-09-401 Queue abstraction + Redis Streams adapter with ack/claim APIs and idempotency tokens.
Sprint 9 Scanner Core Foundations src/Scanner/__Libraries/StellaOps.Scanner.Queue/TASKS.md DONE (2025-10-19) Team Scanner Queue SCANNER-QUEUE-09-402 Pluggable backend support (Redis, NATS) with configuration binding, health probes, failover docs.
Sprint 9 Scanner Core Foundations src/Scanner/__Libraries/StellaOps.Scanner.Queue/TASKS.md DONE (2025-10-19) Team Scanner Queue SCANNER-QUEUE-09-403 Retry + dead-letter strategy with structured logs/metrics for offline deployments.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Connector.Ghsa/TASKS.md DONE (2025-10-12) Team Connector Normalized Versions Rollout FEEDCONN-GHSA-02-001 GHSA normalized versions & provenance
Team instructions: Read ./AGENTS.md and each module's AGENTS file. Adopt the NormalizedVersions array emitted by the models sprint, wiring provenance decisionReason where merge overrides occur. Follow ./src/FASTER_MODELING_AND_NORMALIZATION.md; report via src/Concelier/__Libraries/StellaOps.Concelier.Merge/TASKS.md (FEEDMERGE-COORD-02-900). Progress 2025-10-11: GHSA/OSV emit normalized arrays with refreshed fixtures; CVE mapper now surfaces SemVer normalized ranges; NVD/KEV adoption pending; outstanding follow-ups include FEEDSTORAGE-DATA-02-001, FEEDMERGE-ENGINE-02-002, and rolling tools/FixtureUpdater updates across connectors.
Progress 2025-10-20: Coordination matrix + rollout dashboard refreshed; upcoming deadlines tracked (Cccs/Cisco 2025-10-21, CertBund 2025-10-22, ICS-CISA 2025-10-23, KISA 2025-10-24) with escalation path documented in FEEDMERGE-COORD-02-900.
Sprint 1 Stabilize In-Progress Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-19) Team WebService & Authority FEEDWEB-OPS-01-006 Rename plugin drop directory to namespaced path
Build outputs now point at StellaOps.Concelier.PluginBinaries/StellaOps.Authority.PluginBinaries; defaults/docs/tests updated to reflect the new layout.
Sprint 7 Contextual Truth Foundations src/Excititor/__Libraries/StellaOps.Excititor.Storage.Mongo/TASKS.md DONE (2025-10-19) Team Excititor Storage EXCITITOR-STORAGE-02-001 Statement events & scoring signals immutable VEX statements store, consensus signal fields, and migration 20251019-consensus-signals-statements with tests (dotnet test src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj, dotnet test src/Excititor/__Tests/StellaOps.Excititor.Storage.Mongo.Tests/StellaOps.Excititor.Storage.Mongo.Tests.csproj).
Sprint 7 Contextual Truth Foundations src/Concelier/__Libraries/StellaOps.Concelier.Core/TASKS.md DONE (2025-10-19) Team Core Engine & Storage Analytics FEEDCORE-ENGINE-07-001 Advisory event log & asOf queries surface immutable statements and replay capability.
Sprint 7 Contextual Truth Foundations src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-19) Concelier WebService Guild FEEDWEB-EVENTS-07-001 Advisory event replay API expose /concelier/advisories/{key}/replay with asOf filter, hex hashes, and conflict data.
Sprint 7 Contextual Truth Foundations src/Concelier/__Libraries/StellaOps.Concelier.Merge/TASKS.md DONE (2025-10-20) BE-Merge FEEDMERGE-ENGINE-07-001 Conflict sets & explainers persist conflict materialization and replay hashes for merge decisions.
Sprint 8 Mongo strengthening src/Concelier/__Libraries/StellaOps.Concelier.Storage.Mongo/TASKS.md DONE (2025-10-19) Team Normalization & Storage Backbone FEEDSTORAGE-MONGO-08-001 Causal-consistent Concelier storage sessions
Scoped session facilitator registered, repositories accept optional session handles, and replica-set failover tests verify read-your-write + monotonic reads.
Sprint 8 Mongo strengthening src/Authority/StellaOps.Authority/TASKS.md DONE (2025-10-19) Authority Core & Storage Guild AUTHSTORAGE-MONGO-08-001 Harden Authority Mongo usage
Scoped Mongo sessions with majority read/write concerns wired through stores and GraphQL/HTTP pipelines; replica-set election regression validated.
Sprint 8 Mongo strengthening src/Excititor/__Libraries/StellaOps.Excititor.Storage.Mongo/TASKS.md DONE (2025-10-19) Team Excititor Storage EXCITITOR-STORAGE-MONGO-08-001 Causal consistency for Excititor repositories
Session-scoped repositories shipped with new Mongo records, orchestrators/workers now share scoped sessions, and replica-set failover coverage added via dotnet test src/Excititor/__Tests/StellaOps.Excititor.Storage.Mongo.Tests/StellaOps.Excititor.Storage.Mongo.Tests.csproj.
Sprint 8 Platform Maintenance src/Excititor/__Libraries/StellaOps.Excititor.Storage.Mongo/TASKS.md DONE (2025-10-19) Team Excititor Storage EXCITITOR-STORAGE-03-001 Statement backfill tooling shipped admin backfill endpoint, CLI hook (stellaops excititor backfill-statements), integration tests, and operator runbook (docs/dev/EXCITITOR_STATEMENT_BACKFILL.md).
Sprint 8 Mirror Distribution src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Exporter.Json/TASKS.md DONE (2025-10-19) Concelier Export Guild CONCELIER-EXPORT-08-201 Mirror bundle + domain manifest produce signed JSON aggregates for *.stella-ops.org mirrors.
Sprint 8 Mirror Distribution src/Concelier/StellaOps.Concelier.PluginBinaries/StellaOps.Concelier.Exporter.TrivyDb/TASKS.md DONE (2025-10-19) Concelier Export Guild CONCELIER-EXPORT-08-202 Mirror-ready Trivy DB bundles mirror options emit per-domain manifests/metadata/db archives with deterministic digests for downstream sync.
Sprint 8 Mirror Distribution src/Concelier/StellaOps.Concelier.WebService/TASKS.md DONE (2025-10-20) Concelier WebService Guild CONCELIER-WEB-08-201 Mirror distribution endpoints expose domain-scoped index/download APIs with auth/quota.
Sprint 8 Mirror Distribution ops/devops/TASKS.md DONE (2025-10-19) DevOps Guild DEVOPS-MIRROR-08-001 Managed mirror deployments for *.stella-ops.org Helm/Compose overlays, CDN, runbooks.
Sprint 8 Plugin Infrastructure src/__Libraries/StellaOps.Plugin/TASKS.md DONE (2025-10-20) Plugin Platform Guild, Authority Core PLUGIN-DI-08-003 Refactor Authority identity-provider registry to resolve scoped plugin services on-demand.
Introduce factory pattern aligned with scoped lifetimes decided in coordination workshop.
Sprint 8 Plugin Infrastructure src/__Libraries/StellaOps.Plugin/TASKS.md DONE (2025-10-20) Plugin Platform Guild, Authority Core PLUGIN-DI-08-004 Update Authority plugin loader to activate registrars with DI support and scoped service awareness.
Add two-phase initialization allowing scoped dependencies post-container build.
Sprint 8 Plugin Infrastructure src/__Libraries/StellaOps.Plugin/TASKS.md DONE (2025-10-20) Plugin Platform Guild, Authority Core PLUGIN-DI-08-005 Provide scoped-safe bootstrap execution for Authority plugins.
Implement scope-per-run pattern for hosted bootstrap tasks and document migration guidance.
Sprint 10 DevOps Security ops/devops/TASKS.md DONE (2025-10-20) DevOps Guild DEVOPS-SEC-10-301 Address NU1902/NU1903 advisories for MongoDB.Driver 2.12.0 and SharpCompress 0.23.0; Wave0A prerequisites confirmed complete before remediation work.
Sprint 11 Signing Chain Bring-up src/Authority/StellaOps.Authority/TASKS.md DONE (2025-10-20) Authority Core & Security Guild AUTH-DPOP-11-001 Implement DPoP proof validation + nonce handling for high-value audiences per architecture.
Sprint 15 Notify Foundations src/Notify/StellaOps.Notify.WebService/TASKS.md DONE (2025-10-19) Notify WebService Guild NOTIFY-WEB-15-103 Delivery history & test-send endpoints.
Sprint 15 Notify Foundations src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/TASKS.md DONE (2025-10-20) Notify Connectors Guild NOTIFY-CONN-SLACK-15-502 Slack health/test-send support.
Sprint 15 Notify Foundations src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/TASKS.md DONE (2025-10-20) Notify Connectors Guild NOTIFY-CONN-TEAMS-15-602 Teams health/test-send support.
Sprint 15 Notify Foundations src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/TASKS.md DONE (2025-10-20) Notify Connectors Guild NOTIFY-CONN-TEAMS-15-604 Teams health endpoint metadata alignment.
Sprint 15 Notify Foundations src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/TASKS.md DONE (2025-10-20) Notify Connectors Guild NOTIFY-CONN-SLACK-15-503 Package Slack connector as restart-time plug-in (manifest + host registration).
Sprint 15 Notify Foundations src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/TASKS.md DONE (2025-10-20) Notify Connectors Guild NOTIFY-CONN-TEAMS-15-603 Package Teams connector as restart-time plug-in (manifest + host registration).
Sprint 15 Notify Foundations src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/TASKS.md DONE (2025-10-20) Notify Connectors Guild NOTIFY-CONN-EMAIL-15-703 Package Email connector as restart-time plug-in (manifest + host registration).
Sprint 15 Notify Foundations src/Scanner/StellaOps.Scanner.WebService/TASKS.md DONE (2025-10-20) Scanner WebService Guild SCANNER-EVENTS-15-201 Emit scanner.report.ready + scanner.scan.completed events.
Sprint 15 Notify Foundations src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/TASKS.md DONE (2025-10-20) Notify Connectors Guild NOTIFY-CONN-WEBHOOK-15-803 Package Webhook connector as restart-time plug-in (manifest + host registration).
Sprint 16 Scheduler Intelligence src/Scheduler/__Libraries/StellaOps.Scheduler.Models/TASKS.md DONE (2025-10-20) Scheduler Models Guild SCHED-MODELS-16-103 Versioning/migration helpers for schedules/runs.
Sprint 16 Scheduler Intelligence src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/TASKS.md DONE (2025-10-20) Scheduler Queue Guild SCHED-QUEUE-16-401 Queue abstraction + Redis Streams adapter.
Sprint 16 Scheduler Intelligence src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/TASKS.md DONE (2025-10-20) Scheduler Queue Guild SCHED-QUEUE-16-402 NATS JetStream adapter with health probes.
Sprint 16 Scheduler Intelligence src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/TASKS.md DONE (2025-10-20) Scheduler ImpactIndex Guild SCHED-IMPACT-16-300 STUB ImpactIndex ingest/query using fixtures (to be removed by SP16 completion).