docs(agents): name the question surface, so batching stops meaning prose #1168
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1168
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/xk77-ask-modality"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The autonomy rules in
AGENTS.md, and the role sources that narrow them further, all suppress asking. Agents read that as a reason to avoid the harness's structured question tool entirely, including for the end-of-run batch the wall rule already asks for.Two things had collapsed into one word:
A picker is less blocking than prose, not more, and it takes four questions in one call, so it is the batching mechanism rather than a competitor to it. The added paragraph also says what to do past four, since dropping the remainder into prose is the failure a four-question limit invites.
Caps
Raises
agents_md_max_lines319 to 321 andagents_md_max_chars30000 to 30500, with the reasoning inpyproject.tomlin the established format. The rule binds every session and every role, so no role source can hold it, and it has to land before the first question rather than conditionally. Same shape as the 290 to 296 raise for "A pushed branch owes its pull request".A docs page was not available:
docs/sits at the large band's 40-doc cap anddocs/documentation-bands.mdforbids trading the count cap against this one. The craft of composing the questions stays in the issue-prioritization reference that already owns it.Paired with agent-compose
build-software(closes agent-compose#312), which sets per-role asking frequency. This sets modality for every seat.