Files
excalidraw-box/AGENTS.md
2026-05-24 18:36:09 +00:00

8 lines
152 B
Markdown

# Commit Style
- Use Conventional Commits.
- Keep the type and subject lowercase.
- Keep commit messages terse.
Example: `feat: dark mode by default`