# Development Workflow ## Branches - `main` — stable, deployable - `feature-*` — feature branches, merge to main via PR ## Issue Format Title: `[CATEGORY] Description` Categories: `BACKEND`, `FRONTEND`, `DEVOPS`, `TESTING`, `DOCS`, `BUG` ## Commit Messages ``` [Category] Short description Longer explanation if needed. Closes #XX ``` ## PR Checklist - [ ] Code follows existing style - [ ] Tested manually - [ ] No breaking API changes (or documented) - [ ] Docs updated if user-facing - [ ] Screenshots if UI changes ## Current Priorities 1. UX polish (chat search, keyboard shortcuts, PWA) 2. Teams + RBAC (0.8.0) 3. Audit + Usage tracking (0.8.x) See [ROADMAP.md](ROADMAP.md) for detail.