Clean Code / AI coding agent rules

Clean Code rules for AI agents.

A strong default for everyday coding, reviews, naming, function design, readable control flow, test hygiene, and avoiding clever-but-fragile implementation shortcuts.

code qualityreadabilitytestsreviews

Use when

You want the agent to write clearer code, keep functions focused, improve names, and review implementation quality.

Default version

Use mini for most projects. Use nano only for tight always-on context.