See AGENTS.md for AI agent instructions.
Read .claude/POST-GENERATION-VALIDATION.md to prevent common style violations.
Use .claude/agents/cleanup-agent.md to validate and clean all code.
- Space before
()and[]—Method (),array [i] - Braces on next line (Allman style)
- No
varexcept built-in types - Use
new ()notnew TypeName() - Use
[...]collection expressions - SubView/SuperView terminology
- Early return / guard clauses