diff --git a/.gitignore b/.gitignore index 52c1a80..5b559e4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ logs .env .env.* !.env.example +.worktrees diff --git a/AGENTS.md b/AGENTS.md index d8482c0..67f6860 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -44,6 +44,12 @@ Config: `registry.config.ts` and `components.json` `registries` field. - shadcn-vue style: `new-york`, baseColor: `neutral`, CSS variables enabled - Icons: `lucide-vue-next` for app and local shadcn primitives; registry-distributed items targeting shadcn-vue Create may use `@lucide/vue` when fresh `shadcn-vue add` verification requires it +## Commit conventions + +- Use commitizen/czg-style Conventional Commits: `(): `. +- Keep `type` and `scope` lowercase; capitalize the first letter of `Subject`. +- Use imperative mood and omit trailing periods, e.g. `feat(registry): Add pricing plans block`. + ## Content - `content.config.ts` defines the docs collection with `category` field: `element | content | marketing | chat | overview`