docs(buzz): size the task not the conversation in Paul routing - #148
Merged
Conversation
Paul misrouted a single-file verbatim-text edit (block/buzz#1247) to Duncan because the surrounding memory-bloat arc was high-stakes, conflating task difficulty with workstream importance. Adds a default-to-Alia tripwire to the Chore row and a size-the-task-not-the-conversation note so mechanical edits inside high-stakes arcs route correctly. Co-authored-by: Will Pfleger <pfleger.will@gmail.com> Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
wpfleger96
pushed a commit
that referenced
this pull request
Jun 24, 2026
🤖 I have created a release *beep* *boop* --- ## [0.68.5](v0.68.4...v0.68.5) (2026-06-24) ### Documentation * **buzz:** size the task not the conversation in Paul routing ([#148](#148)) ([2b925af](2b925af)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: wpfleger-release-bot[bot] <282999489+wpfleger-release-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
Adds two routing-discipline rules to Paul's persona prompt to prevent task-misrouting like block/buzz#1247, where a single-file, verbatim-text edit was dispatched to Duncan because the surrounding memory-bloat workstream was high-stakes — conflating how much the conversation matters with how hard the task is.
Both rules land in the Size the task section of
src/ai_rules/config/buzz/agents/paul.persona.md:Single-file + exact-text-supplied + no design decision = Alia, always.This is the L1-discipline complement to the base-prompt evict-completed-work rule going in via block/buzz#1247.