fix(trusty-mpm): default ticketing agent to sonnet, not haiku - #4664
Merged
Conversation
Ticketing performs duplicate detection and scope-boundary judgement (does this issue already exist, is this work in scope for a milestone) -- judgement calls, not clerical ones. Observed 2026-08-03: a haiku-tier ticketing agent filed a duplicate issue after being explicitly told not to, and cleared milestones on a shipped release when asked only to report them. Updates both bundled copies (trusty-mpm source of truth and its byte-parity twin embedded in trusty-code, enforced by scripts/check_agent_assets.sh) so the two never drift. Follow-up (not done here, collision with an in-flight PR rewriting crates/trusty-mpm/src/assets/instructions/): the agent-routing table in sections/core.md still lists ticketing's Default Model as haiku and needs updating once that PR lands. 🤖🤖🤖 Generated with trusty-mpm — https://github.com/bobmatnyc/trusty-tools
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.
Summary
ticketingagent's default model tier fromhaikutosonnetin both embedded copies (crates/trusty-mpm/src/assets/agents/ticketing.mdand its byte-parity twincrates/trusty-code/src/assets/agents/ticketing.md, enforced byscripts/check_agent_assets.sh).Known follow-up (not fixed here — collision with an in-flight PR)
crates/trusty-mpm/src/assets/instructions/sections/core.mdline ~57 has an agent-routing table row| \ticketing` | issue create/update/close/label/triage/comment | haiku |that is now stale. A separate PR is actively rewriting everything undersrc/assets/instructions/`, so this PR does not touch it — filing this as an explicit follow-up instead.Test plan
cargo test -p trusty-mpm— full crate-scoped suite greencargo clippy -p trusty-mpm --all-targets -- -D warnings— cleancargo fmt --check— cleanbash scripts/check_line_cap.sh— OKbash scripts/check_agent_assets.sh— OK (byte-parity maintained)bash scripts/check_instruction_floor.sh— OK (untouched)crates/trusty-mpm/changelog.d/ticketing-agent-default-model-sonnet.md,crates/trusty-code/changelog.d/ticketing-agent-default-model-sonnet.md🤖🤖🤖 Generated with trusty-mpm — https://github.com/bobmatnyc/trusty-tools