Refactor Agent
Takes a refactoring goal, analyzes impact, plans changes, executes safely, verifies no regressions. Includes post-refactor anti-hallucination verification for import paths, barrel exports, test references, and pattern consistency.
Expected outcome
Takes a refactoring goal, analyzes impact, plans changes, executes safely, verifies no regressions. Includes post-refactor anti-hallucination verification for import paths, barrel exports, test references, and pattern consistency.
Typical deliverable
An ordered execution plan with explicit dependencies and handoffs.
01
Inspect context
Loads project authority and checks prerequisites.
02
Run the procedure
Executes defined steps and honors safety gates.
03
Return evidence
Produces a reviewable result instead of an unsupported claim.
Licensed implementation
The licensed module adds trigger phrases, CLI aliases, dependency and coordination maps, and its step-by-step governed procedure.