# > ## Start Here 1. Read this file for project state and architecture 2. Check `.claude/sessions/` for the latest session handoff 3. Read SESSION.md for accumulated decisions and discoveries ## Project State - **Phase:** - **Branch:** - **Tests:** - **Deployment:** ## Architecture ### Key Files | File | Role | |------|------| | | | ## Infrastructure See `CONTEXT.md` for detailed infrastructure facts. ## Conventions - Conventional commits: `feat:`, `fix:`, `docs:`, `refactor:`, `test:`, `chore:` - ## Credentials All credentials are in `.env` (gitignored, never committed). **Never inline credentials in code, docs, or messages.** ## Development ```bash # Setup # Run # Test ```