fix(recall): relax mandatory trigger to recommended with skip conditions#158
Merged
Merged
Conversation
The recall rule and TodoWrite hint used MUST/强制 language that forced knowledge base search even when the user already provided context, the answer was in local files, or the change was trivial — wasting tokens. Change to SHOULD with three explicit skip conditions so the AI can exercise judgment on when recall adds value.
e2888f5 to
5aa1aa5
Compare
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
teamai-recallagent description to match the new guidanceMotivation
The unconditional MUST language caused unnecessary
teamai-recallinvocations even when:This wasted tokens and slowed down responses without adding value.
Test plan
npx tsc --noEmitpassesnpx vitest run)npm run buildsucceedsteamai pull, verify.claude/rules/teamai-recall.mdcontains "SHOULD" and skip conditions🤖 Generated with Claude Code