-
Notifications
You must be signed in to change notification settings - Fork 66
IOS-5681 Add /polish command (simplify + cleanup) #4461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Best Practicespolish.md:10, 19
polish.md:46 cpp.md:37
|
Best Practicespolish.md:106 - Process section has inconsistent step numbering. Steps 1-3 are defined (Analyze, Present Findings, Wait for Approval, Clean Up), but then "Step 4: Final Check" appears at line 100. Either rename to Step 5 or consolidate the process steps to match. |
Best Practicescpp.md:32-38 - The polish step integration lacks clarity about workflow interruption. The current text says "REQUIRES APPROVAL" but doesn't make it clear this is a blocking step that interrupts the automated flow. Consider rewording to emphasize:
polish.md:29 - The
polish.md:97-99 - The rg search example doesn't specify the search path, which defaults to current directory. This could miss references if run from a subdirectory. Consider adding explicit path: rg "oldSymbolName" --type swift .Or document that it should be run from repo root. codeReview.md:10 & impact_git.md:10-12 - Git context precomputation may fail silently if origin/develop doesn't exist (e.g., fresh clone without fetch). The All command files - The frontmatter syntax
|
Summary
/polishcommand combining code simplification and unused code cleanup/cppworkflow (runs before commit)/polish does: