| name | description |
|---|---|
refactor |
Guide safe, disciplined code refactoring using small, verifiable steps. Use when restructuring code, extracting functions, renaming, or improving code structure without changing behavior. |
Change code structure without changing behavior. Every step must be small enough to verify before proceeding.