Naming Conventions
05-referenceThe project's naming rules in one place, so the agent stays consistent unprompted.
What it is
The conventions for files, code, database, and branches — written down so the agent doesn't have to be corrected every session.
When to write it
Once the project has conventions worth enforcing. Delete the rows that don't apply.
What goes in it
- Files & folders
- Code (booleans, functions)
- Database (tables, columns)
- Branches & commits
How it fits
Lives in 05-reference/ alongside the tech stack — reference the Router loads on demand.
Get the templatestarter/docs/05-reference/naming-conventions.md
Related