Manuals / AI Coding with Cursor / Chapter 10
C · Production · advanced · ~40 min · Chapter 10 of 11
Refactoring & codebase navigation with agents
Agents excel at mechanical refactors (rename, extract, migrate). Guide them with search results and explicit file lists.
Path progress86%
Step 1 of 2
Scoped refactor brief
"Rename UserService to AccountService in src/services/ only. Update imports. Run tests."
Do this now
Execute a rename refactor with agent. Verify with grep that no old name remains.
Was this step clear?
Chapter learning outcomes
- Guided refactors
- Codemods vs agents
- Large-scale changes
Clear these before you leave
Side quest
Migration assist
Use agent to migrate one file from JS to TS. Review types manually.