Cursor rule
.cursor/rules/architecture-boundaries.mdcCommitlint AI clean architecture boundaries
Cursor rules
Quality
16/100
Scores the file, not the repository.Length
108 words
1 headings · 0 code blocksRepository
3
— · pushed 72 days agoLast changed
3 days ago
First indexed 3 days ago.1234567# Architecture Boundaries89- `src/domain/**` owns pure contracts, enums, entities, value objects, constants, and errors.10- `src/domain/**` must not import application, infrastructure, presentation, SDK, Node, or CLI packages.11- `src/application/**` owns use cases, ports, and application services. It may import domain, but not infrastructure or presentation.12- `src/infrastructure/**` owns SDK adapters, DI composition, filesystem, environment, config adapters, and provider payload mapping.13- `src/presentation/**` owns public adapter facades and should stay thin.14- Provider-specific SDK payload shapes must be built in AI-Core or infrastructure, not in domain/application contracts.15- Validation that protects public Commitlint AI invariants can live in application services; SDK request validation lives in AI-Core or infrastructure.16
Also in ElsiKora/Commitizen-Plugin-Commitlint-AI
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 |
|---|---|---|---|---|---|
| ElsiKora/Commitizen-Plugin-Commitlint-AI.cursor/rules/documentation-governance.mdc · 3 | Cursor rules | docs | 16/100 | 3 days ago | |
| ElsiKora/Commitizen-Plugin-Commitlint-AI.cursor/rules/file-organization.mdc · 3 | Cursor rules | styledo-not | 58/100 | 3 days ago | |
| ElsiKora/Commitizen-Plugin-Commitlint-AI.cursor/rules/linter-disable-policy.mdc · 3 | Cursor rules | lint-formatdo-not | 35/100 | 3 days ago | |
| ElsiKora/Commitizen-Plugin-Commitlint-AI.cursor/rules/no-noisy-abstractions.mdc · 3 | Cursor rules | style | 20/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 |
