v0.1.11 โ Clean Code, On Demand
Author
๐๏ธ July 2026
Aether can now review your code for clean-code violations without touching it. /cleancode scans the project, writes a plain-language report, and leaves the actual editing to whichever AI assistant you point at the result.
โจ Features
- New
/cleancodecommand. Run/cleancode reviewto scan the project for clean-code violations and write a report to.aether/clean/report.mdโ no code is rewritten by Aether itself - Hybrid detection. Free local heuristics flag suspect files first; only those files go through one batched AI pass for a sharper review. Clean files never touch the API
- Cost confirmation before the AI pass. Same flow as
/genesisand/syncโ see the estimated tokens and cost, confirm or skip with--yes - Selectable paradigms. Review against
clean-code(default),solid,functional, orgoogle-stylewith/cleancode paradigm <name> - Per-project ignore list.
/cleancode ignore <pattern>excludes matching files from future reviews
๐๏ธ Under the hood
- The
@path picker now offers files as well as folders when typing/cleancode review @โ every other command (including/exclude) still offers folders only - Nothing from
/cleancodeis persisted as JSON between runs โ the markdown report is the single source of truth, regenerated fresh each time
