404 B
404 B
description
| description |
|---|
| Clean up legacy code before feature work. |
User Input
$ARGUMENTS
Instructions
- Audit: Scan the target directory
$ARGUMENTS. - Constitution Check: Compare against
/memory/constitution.md. - Refactor: Apply modern patterns (e.g., "Convert Promises to Async/Await") WITHOUT changing business logic.
- Verify: Run existing tests to ensure no regression.