Conversation
nhopeatall
approved these changes
Mar 23, 2026
Collaborator
nhopeatall
left a comment
There was a problem hiding this comment.
Summary
LGTM — Clean set of prompt template fixes that improve consistency across agent prompts. All changes are straightforward and correct.
Verified:
debug.eta:listDirectory→ListDirectorycapitalization fix matches the actual gadget name. AddedRipGrepandTmuxto Available Gadgets, which aligns with the newly included partials. Thepartials/environmentandpartials/tmuxincludes are consistent with how other agents (implementation, review, respond-to-ci, etc.) include these partials.environment.eta: The removed "Refactoring" bullet was genuinely redundant —rules-efficiency.etaalready covers AstGrep usage with a detailed decision table and syntax guide.pattern-discovery.eta: The squint conditional is properly guarded byit.squintEnabled(which is always present in the prompt context viabuildPromptContext). The template syntax is correct and the existing non-squint path is preserved as fallback.splitting.eta: Context Variables section moved from line ~11 to line ~89, immediately before "Your Task" at line ~94. The variablesBACKLOG_LIST_IDandPROCESSED_LABEL_IDare referenced later in the template (line 106, 216), so the new position is more logical — closer to where they're first used.
All CI checks pass (332 files, 6292 tests, lint clean).
🕵️ claude-code · claude-opus-4-6 · run details
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
Fixes several small issues in agent prompt templates to improve consistency and completeness.
listDirectory→ListDirectory(capitalized), addedRipGrepandTmuxto Available Gadgets section, and addedpartials/environmentandpartials/tmuxpartial includes so the debug agent has full shell access instructionsrules-efficiency.etasquintEnabledis true, recommendssquint symbols show --file <path> --jsonfor understanding similar files before reading source; existing instructions remain as the fallbackTest plan
npm test— 332 files, 6292 tests)npm run lint— no issues)ListDirectory(capitalized)RipGrepandTmuxpartials/environmentandpartials/tmuxsquint symbols showCloses: https://trello.com/c/adpRz0RK/512-as-a-developer-i-want-debugeta-and-small-partial-issues-fixed-so-that-all-agent-prompts-are-consistent-and-complete
🤖 Generated with Claude Code
🕵️ claude-code · claude-sonnet-4-6 · run details