Code Cleanup Overview Performs post-review cosmetic cleanup to make code production-ready. This workflow is now integrated as Phase T-7 of . It can also be invoked manually using . Input : (reviewed status) Output : Cleaned code, task marked When to Use - Use when asked to clean up code, polish, finalize, tidy up, or remove technical debt after review approval. - Use to prepare code for completion: remove debug logs, dead code, optimize imports, and improve readability. - Use as the final quality gate in the specification-driven development workflow. - Not for refactoring logic or fixing bugs…