fix(cli): clarify experimental board coordination - #13736
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (6 files)
Reviewed by grok-4.6 · Input: 187.8K · Output: 16.3K · Cached: 714.5K Review guidance: REVIEW.md from base branch |
marius-kilocode
enabled auto-merge
September 3, 2026 10:16
WebReflection
approved these changes
Sep 3, 2026
This was referenced Sep 6, 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.
What Problem This Solves
Experimental shared-board instructions leave room for unnecessary solo reporting, confusion between the board root and a task's parent, and treating a stored message as evidence that another worker read it. Unclear read checkpoints can also turn ordinary Task completion into an unnecessary board scan.
This addresses the communication-guidance portion of #13694, part of #13673.
Why This Change Was Made
Keep coordination advice behind
experimental.shared_agent_board, where it belongs. Normal Task instructions govern sessions that do not use the board, so their definitions and scheduling guidance remain unchanged.The revised wording follows dependencies rather than task categories: share material findings with affected participants, including background siblings, while preserving requested independence and communication limits. It clarifies incremental read cursors, the meaning of
main, and when a Task continuation represents additional authorized work rather than notification delivery.No runtime implementation, storage format, identity mechanism, permission boundary, or lifecycle control is changed. The guidance does not add an orchestration layer or change normal Task definitions.
User Impact
mainmeans the board root, not necessarily the direct parent.Evidence
Focused tests verify that the instructions, tools, and revised parameter descriptions reach model requests only when the experimental flag is enabled. Existing Task definitions and parameter shapes remain unchanged. After rebasing onto current main, 142 focused tests passed, along with CLI typecheck, targeted lint, formatting, and the annotation guard.
A frozen-guidance comparison used the same versioned timestamp-reporting fixture and task prompt across three model combinations. Each run had a parent, a read-only producer auditor, and a background consumer. All nine sessions in the valid comparison used medium reasoning, verified from stored requests.
The producer contracts, exported interfaces, IDs, and protected files remained unchanged. The handoff was checked from message and edit timestamps, not inferred from final answers. An initial model-selection mismatch was stopped and excluded from the valid comparison; subsequent parents were verified with a no-tool control turn.
Limits: this is one directed fixture per combination, not proof of universal model cooperation. The cheap-model parent made repeated empty reads and required a correction, so functional success did not imply perfect communication discipline. Team-wide messages were sufficient for this fixture; it does not establish fine-grained nested recipient discovery. These live runs preceded the rebase onto main's merged notice/read changes, so their read counts are not a benchmark of the latest runtime. Raw model identifiers, session artifacts, and screenshots are not published.