AGENTS.md
General
- Use conventional commit for commits and pull request title
- Project uses biome for formatting, linting: `npm run lint` fixing: `npm run lint:fix`
- Project is fully in TypeScript written and can be type checked with `npm run typecheck`