/configs

# baseline templates — tune for your project

●●● 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
●●● .cursorrules
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
●●● .aider.conf.yml
model: sonnet
auto-commits: true
pretty: true
gitignore: true
●●● .continue/config.json
{
  "models": [
    { "title": "Claude Sonnet", "provider": "anthropic", "model": "claude-sonnet-4-5" }
  ],
  "tabAutocompleteModel": { "provider": "ollama", "model": "qwen2.5-coder:7b" }
}