One-paragraph description of what this project does and who it is for.
Describe the problem this project solves, its main features, and any key design decisions worth highlighting upfront.
git clone https://github.com/your-org/your-repo.git
cd your-repo
./bin/mat setup # Git hooks, .env, dev shell (Nix/direnv/devenv), repo configOn native Windows (no WSL2), run .\bin\mat.ps1 instead.
Full setup guide (prerequisites, dependency install, dev server): docs/product-code/tutorials/getting-started.
See docs/product-code/concept/todo_architecture-overview — template placeholder, not yet filled in.
.
├── src/ # Source code
├── docs/ # Documentation — organized by domain × type, see docs/README.md
└── .github/ # GitHub configuration
All project documentation lives in docs/, organized by domain (what it's about) × type (what shape it takes). Start there for anything beyond this quickstart — architecture, environment variables, coding conventions, CI/CD, decisions, and more.
Contributions are welcome. Please read CONTRIBUTING.md before opening a pull request.
Distributed under the MIT License.