fix(plan): remove deprecated /technical_review references#258
Merged
tmchow merged 1 commit intoEveryInc:mainfrom Mar 13, 2026
Merged
fix(plan): remove deprecated /technical_review references#258tmchow merged 1 commit intoEveryInc:mainfrom
tmchow merged 1 commit intoEveryInc:mainfrom
Conversation
The /technical_review command was removed in v2.32.0 but references remained in ce:plan and deepen-plan menus. Remove them entirely - the existing 'Review and refine' option (document-review) already covers plan review. Fixes EveryInc#244 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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.
Summary
/technical_reviewcommand fromce:plananddeepen-planskill files/technical_reviewcommand was removed in v2.32.0 but 6 references remained in the post-generation menus and selection handlersWhy removal instead of replacement
The closed PR #247 took the wrong approach by replacing
/technical_reviewwith/ce:review. That's incorrect because/ce:reviewis a code review tool (for reviewing PRs/diffs), not a plan review tool. The plan menu already has the correct tool for plan review - "Review and refine" (option 4, now option 3), which loads thedocument-reviewskill. There's nothing to replace these references with - they just need to be removed.Supersedes #247.
Fixes #244
Changes
plugins/compound-engineering/skills/ce-plan/SKILL.md(4 removals):/technical_review) from post-generation menu, renumbered remaining options/technical_reviewselection handler/technical_reviewmention/technical_reviewfrom issue creation follow-up promptplugins/compound-engineering/skills/deepen-plan/SKILL.md(2 removals):/technical_review) from post-enhancement menu, renumbered remaining options/technical_reviewselection handlerTest plan
/ce:planand verify the post-generation menu shows correct options without/technical_review/deepen-planand verify the post-enhancement menu shows correct options without/technical_review🤖 Generated with Claude Code