Cursor rule
.cursor/rules/caliber-conventions.mdcCaliber project conventions for TypeScript CLI development
Cursor rules
Quality
20/100
Scores the file, not the repository.Length
86 words
0 headings · 0 code blocksRepository
1.2k
— · pushed 8 days agoLast changed
3 days ago
First indexed 3 days ago.123456- ESM imports with `.js` extensions (even for `.ts` sources)7- `unknown` over `any` — ESLint warns on explicit any8- Tests in `__tests__/` dirs next to source, global setup in `src/test/setup.ts`9- Conventional commits: `feat:`, `fix:`, `refactor:`, `chore:`10- No hardcoded file→language mappings — detection is LLM-driven via `src/ai/detect.ts`11- `collectFingerprint()` in `src/fingerprint/index.ts` is async with internal LLM enrichment12- Constants in `src/constants.ts` and `src/scoring/constants.ts`13- `resolveCaliber()` from `src/lib/resolve-caliber.ts` for CLI binary path resolution14- Dev branch: `next` · Stable: `master` · Node >= 20
Also in caliber-ai-org/ai-setup
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| caliber-ai-org/ai-setup.cursor/rules/caliber-pre-commit.mdc · 1.2k | Cursor rules | no sections | 16/100 | 3 days ago | |
| caliber-ai-org/ai-setup.cursor/rules/llm-layer.mdc · 1.2k | Cursor rules | no sections | 24/100 | 3 days ago | |
| caliber-ai-org/ai-setup.cursor/rules/testing.mdc · 1.2k | Cursor rules | testtesting-strategy | 43/100 | 3 days ago | |
| caliber-ai-org/ai-setupAGENTS.md · 1.2k | AGENTS.md | buildtestlint-formatstyle+1 | 97/100 | 3 days ago | |
| caliber-ai-org/ai-setupCLAUDE.md · 1.2k | CLAUDE.md | buildtestlint-formatstyle+1 | 97/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
