feat(compass): remove dead initial_prompt from the agent-session start path - #295
Merged
mattwilkinsonn merged 1 commit intoAug 13, 2026
Conversation
seal-agent
force-pushed
the
compass-server-sea-1959-initial-prompt-removal
branch
from
August 12, 2026 22:06
cbbf0be to
2fb5aa4
Compare
…t path The initial_prompt field on StartAgentSessionRequest, SpawnAgentRequest, and the internal SpawnPeerRequest was accepted on the wire but never delivered to the agent — dead plumbing removed across the proto, all four generated trees, the go/server relay callers, and the compass-agent spawn tool; the freed field numbers and names are reserved for forward-compat hygiene. The go/e2e package is intentionally held (does not compile against the dropped field) pending a turn-driver ownership ruling. Spec-impact: none Refs SEA-1959 Co-authored-by: Matt Wilkinson <matt@sealedsecurity.com>
seal-agent
force-pushed
the
compass-server-sea-1959-initial-prompt-removal
branch
from
August 12, 2026 22:11
2fb5aa4 to
df73966
Compare
Contributor
Author
|
Review loop complete — review-clean, ready for merge gate. (head The mandatory
Every finding dispositioned (all fixed, none deferred). The strip is complete: zero live Stack: #295 is stacked on #294 (base |
mattwilkinsonn
deleted the
compass-server-sea-1959-initial-prompt-removal
branch
August 13, 2026 00:06
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.
This PR is part of a stack containing 2 PRs:
mainThe initial_prompt field on StartAgentSessionRequest, SpawnAgentRequest, and the internal SpawnPeerRequest was accepted on the wire but never delivered to the agent — dead plumbing removed across the proto, all four generated trees, the go/server relay callers, and the compass-agent spawn tool; the freed field numbers and names are reserved for forward-compat hygiene. The go/e2e package is intentionally held (does not compile against the dropped field) pending a turn-driver ownership ruling.
Spec-impact: none
Refs SEA-1959
Co-authored-by: Matt Wilkinson matt@sealedsecurity.com