feat(host): inject parameters into execution snapshots#6474
Merged
Conversation
Add a generic, snapshot-scoped `SignalGraph::ExecutionSnapshot::inject_parameter_events` that routes through a shared static helper, so exact per-block parameter events can be injected against a prepared execution snapshot the same way the public `SignalGraph::inject_parameter_events` does against the live graph — both take only generic `NodeId` + `state::ParameterEventQueue`, with no coupling to any higher layer. This is the generic ingress the timeline host-delivery layer will call; the delivery code stays a caller, never a `friend`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TVQHcnbg3t6TvXsdv6gXhS
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 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.
Summary
Adds a generic, snapshot-scoped
SignalGraph::ExecutionSnapshot::inject_parameter_events(routing through a shared static helper) so exact per-block parameter events can be injected against a prepared execution snapshot the same way the publicSignalGraph::inject_parameter_eventsdoes against the live graph. Both take only genericNodeId+state::ParameterEventQueue— no coupling to any higher layer.This is the generic ingress the timeline host-delivery layer will call; the delivery code stays a caller, never a
friend. First host slice of Gate 5, stacked on the merged playback compiler+renderer slices.Surgical + generic (no B2 friendship)
Deliberately additive on the shared
signal_graph: +3 hpp (helper decl), +24 cpp (the shared helper), +3 execution_snapshot.hpp (the new generic method). Zerofrienddeclarations, zero Timeline coupling — verified. The RT-exact claim path + its passkey is the separate host-delivery PR.Tests
test_host_signal_graph.cpp+71: exercises the generic snapshot-inject path (a non-Timeline caller injecting viaExecutionSnapshot).pulp-test-host-signal-graph7501 assertions / 113 cases. Broad Release build all-targets green.🤖 Generated with Claude Code
🔎 Provenance
claudem3/Volumes/Workshop/Code/pulp-g5c66f4a64-25ea-42e5-b184-d48611a066a2Resume
Jump to this tab
Relaunch (any agent)
Restore URL — https://claude.ai/code/session_01TVQHcnbg3t6TvXsdv6gXhS
stamped 2026-07-22 22:34 UTC