●●● CLAUDE.md
# Project Conventions
- Use TypeScript strict mode
- Write tests for all new features
- Keep commits small and atomic
- Prefer functions over classes where possible
- Never commit secrets
# baseline templates — tune for your project
# Project Conventions
- Use TypeScript strict mode
- Write tests for all new features
- Keep commits small and atomic
- Prefer functions over classes where possible
- Never commit secrets
You are working in a TypeScript monorepo.
- Keep changes minimal and focused
- Add/update tests for behavior changes
- Prefer existing project patterns
- Run lint + typecheck before finishing
model: sonnet
auto-commits: true
pretty: true
gitignore: true
{
"models": [
{ "title": "Claude Sonnet", "provider": "anthropic", "model": "claude-sonnet-4-5" }
],
"tabAutocompleteModel": { "provider": "ollama", "model": "qwen2.5-coder:7b" }
}