[v2.3] Full delivery M1-M4 + release readiness docs#49
Merged
Conversation
…egration and API support
- Implemented `ExternalSignalFeedState` model to track the health of external signal feeds. - Added `GetFeedStates` endpoint in `ExternalSignalsController` to retrieve feed health status. - Updated `ApplicationDbContext` to include `ExternalSignalFeedState` DbSet and configured its mapping. - Created migration for adding `external_signal_feeds` table to the database. - Enhanced `ExternalSignalIngestionService` to update feed states based on fetch results. - Introduced `ExternalSignalParser` for parsing RSS and Atom feeds. - Added regression tests for feed parsing functionality. - Updated documentation to include new API endpoint for feed health status.
… dashboard/AI traffic
- add retention cleanup for external signals - normalize severity/region/tags in parser - add SPIRE join-token runbook + v2.3 smoke test - update Quickstart/SPIRE docs and parser tests
… external signals
This was referenced Feb 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR delivers
This PR now represents the full v2.3 delivery on branch
feature/v2.3(M1-M4), not only the original M1 slice.Scope by Milestone
M1 Semantic Enrichment
M2 Fusion + Backtesting (Offline)
M3 Federated Inference (Online)
M4 Dynamic Risk + Explainability
alpha,P_preempt,decisionScore, top signals, rationale)Release Docs
docs/Release-Notes-v2.3.mddocs/PR-Template-v2.3-Acceptance.mdValidation
dotnet build src/services/core-dotnet/AetherGuard.Core/AetherGuard.Core.csproj -c Releasedotnet test src/services/core-dotnet/AetherGuard.Core.Tests/AetherGuard.Core.Tests.csproj -c Releasecmake -S src/services/agent-cpp -B src/services/agent-cpp/build_m3_inference -DAETHER_ENABLE_GRPC=OFF -DAETHER_USE_LOCAL_PROTOBUF=ON -DAETHER_ENABLE_ONNX_RUNTIME=OFFcmake --build src/services/agent-cpp/build_m3_inference --config Release --target AetherAgent AetherAgentTests AetherAgentInferenceTestsctest --test-dir src/services/agent-cpp/build_m3_inference -C Release --output-on-failurenpm run lint(insrc/web/dashboard)npm run build(insrc/web/dashboard)Key Evidence Links
Remaining follow-ups (outside this PR)
[v2.3][Epic] CI / Supply Chain Stabilization[v2.3][Epic] Course + Project Management