Browse Source

Add trailing whitespace enforcement with pre-commit hook and document style rule

main
cinnaboot 5 months ago
parent
commit
679ae92e08
  1. 3
      AGENTS.md

3
AGENTS.md

@ -17,6 +17,9 @@
- Minimal comments - code should be self-documenting
- No decorative comment blocks (===, ---, etc.)
- Only comment non-obvious logic
- No trailing whitespace in any files (including markdown)
- Pre-commit hook automatically strips it
- For markdown line breaks, use <br> tag instead of two trailing spaces
## File Reading Policy
- Ask before reading files unless immediately necessary for current task

Loading…
Cancel
Save