709 B
709 B
Development Workflow
Branches
main— stable, deployablefeature-*— 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
- UX polish (chat search, keyboard shortcuts, PWA)
- Teams + RBAC (0.8.0)
- Audit + Usage tracking (0.8.x)
See ROADMAP.md for detail.