feat(runtime): project subscriptions into health-filtered plan - #102
Merged
Conversation
mfw78
force-pushed
the
seam/c7-subscription-plan
branch
from
August 6, 2026 07:32
51afeff to
9d3a6c1
Compare
mfw78
force-pushed
the
seam/c7-subscription-plan
branch
from
August 6, 2026 07:36
9d3a6c1 to
a396180
Compare
AI Assistance: Claude (Fable 5) used for implementation and tests
AI Assistance: Claude (Opus 5) used for red-team review, the fix, and tests
mfw78
force-pushed
the
seam/c7-subscription-plan
branch
from
August 6, 2026 08:06
a396180 to
0ff4f52
Compare
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
Adds a health-filtered SubscriptionPlan that projects supervisor subscriptions into a single view, and fixes viability decisions to use the sources that actually opened rather than the sources that were requested.
Why
Part of #94
The plan-epic calls for one converged view of subscriptions instead of scattered per-source checks, and viability needs to reflect real open state so a source that failed to open does not silently count as live.
Testing
cargo nextest run: 656 tests run, 656 passed, 0 skipped.
cargo test --doc: all doctests passed across nexum-tasks and nexum-world (0 doctests present, no failures).
cargo clippy: clean, no warnings.
cargo build --release: finished with no errors.
cargo doc: finished with no errors.
E2E nextest subset: 11 tests run, 11 passed, including block subscription dispatch, manual clock override, and balance tracker/price alert/http probe module dispatch.
AI Assistance
Implement claude-fable-5, red-team claude-opus-5, PR claude-sonnet-5.