Tech Stack
05-referenceThe stable facts about how the project is built — loaded before the agent writes code.
What it is
A short reference of the project's stack and the conventions that matter, so the agent is consistent without being told every session.
When to write it
Early, and update it when the stack changes. Keep it short — it's a reference, not a tutorial.
What goes in it
- The stack by layer (language, framework, DB, hosting, auth, testing)
- Conventions that matter (e.g. dates in UTC)
- Things explicitly NOT to use
How it fits
Lives in 05-reference/. The Router links to it so it loads before code work.
Get the templatestarter/docs/05-reference/tech-stack.md
Related