orchestrator: Compose report delivery from the board's ReportSink capability - #448
Open
chrysh wants to merge 1 commit into
Open
orchestrator: Compose report delivery from the board's ReportSink capability#448chrysh wants to merge 1 commit into
chrysh wants to merge 1 commit into
Conversation
chrysh
force-pushed
the
compose-report-sink
branch
from
August 31, 2026 20:53
44f6bc4 to
aa32a21
Compare
chrysh
marked this pull request as ready for review
August 31, 2026 20:54
chrysh
marked this pull request as draft
September 1, 2026 08:03
Collaborator
|
Move from draft to ready for review. |
rusty1968
marked this pull request as ready for review
September 3, 2026 01:34
chrysh
marked this pull request as draft
September 3, 2026 10:25
Contributor
Author
|
Moved back to draft until 447 is merged |
chrysh
force-pushed
the
compose-report-sink
branch
2 times, most recently
from
September 3, 2026 18:14
a20c843 to
9b97807
Compare
chrysh
marked this pull request as ready for review
September 4, 2026 08:04
chrysh
force-pushed
the
compose-report-sink
branch
from
September 4, 2026 08:17
9b97807 to
a53f436
Compare
…ability BoardCapabilities gains ReportSink and Board a report_sink field, and the four Report effects leave the not-yet-composed group to hand their Report to the sink. One sink per platform, not one per component: two of the four reports name no component. Assisted-by: Claude:claude-opus-5 Signed-off-by: Christina Quast <christina.quast@9elements.com>
chrysh
force-pushed
the
compose-report-sink
branch
from
September 4, 2026 08:27
a53f436 to
64610c9
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.
TL;DR Wire reportsink to board
BoardCapabilitiesgains aReportSinkandBoardareport_sinkfield.One sink per platform, not one per component: two of the four reports name
no component. The four
Reporteffects leave the not-yet-composed group andhand their
Reportto the sink.Reporting returns no error, so it never reaches the fail-closed group. An
Isolablecomponent is contained, reported, and the platform staysReady.References 9elements#3.