Guidelines for AI-assisted development on this project.
Add tests for any feature you add. The project uses Vitest for testing:
- Unit tests go in
tests/unit/mirroring thesrc/structure - Integration tests go in
tests/integration/ - Run tests with
npm run test
Commit regularly. Make small, focused commits with clear messages as you complete each logical unit of work.