feat(agent): add kanban-comment note channel, separate from user /steer - #85988
Open
steveonjava wants to merge 1 commit into
Open
steveonjava wants to merge 1 commit into
steveonjava wants to merge 1 commit into
Conversation
steveonjava
force-pushed
the
fix/kanban-comment-steer-trust-boundary
branch
from
August 22, 2026 12:39
5c08c71 to
3415370
Compare
steveonjava
marked this pull request as ready for review
August 22, 2026 12:45
Contributor
Author
|
Both red checks are fixed:
All checks green, mergeStateStatus is CLEAN. Marking ready for review. |
steveonjava
force-pushed
the
fix/kanban-comment-steer-trust-boundary
branch
from
August 24, 2026 12:28
3415370 to
a5be3d5
Compare
steveonjava
force-pushed
the
fix/kanban-comment-steer-trust-boundary
branch
from
September 2, 2026 05:47
a5be3d5 to
cf0159e
Compare
steveonjava
force-pushed
the
fix/kanban-comment-steer-trust-boundary
branch
3 times, most recently
from
September 15, 2026 08:35
1b407f2 to
f6694c8
Compare
steveonjava
force-pushed
the
fix/kanban-comment-steer-trust-boundary
branch
from
September 20, 2026 04:27
f6694c8 to
711f3c6
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.
Kanban comments injected mid-turn currently use the same STEER_MARKER envelope as a genuine user
/steer. That gives task-thread comments user-level authority they do not have.This adds a sibling Kanban-comment envelope while leaving the existing STEER_MARKER mechanism byte-for-byte unchanged for prompt-cache stability. Kanban comments now use their own
kanban_note()and_drain_pending_kanban_note()path. Comment injection usesunknownwhen the source has no author rather than calling it an operator.The branch is rebased on current
main. The conflict inagent/agent_runtime_helpers.pywas resolved by keeping the current socket-shutdown refactor and placing the Kanban-note delivery helper beside the current/steerhelper.Verification on this head:
scripts/run_tests.sh tests/tools/test_kanban_comment_injection.py tests/agent/test_steer.py -q: 43 passedruff checkon all touched Python files,py_compile, andgit diff --check: passedNo internal file paths, incident references, or forensic narrative are included here or in the commit message.