Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ logs
.env
.env.*
!.env.example
.worktrees
6 changes: 6 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<type>(<scope>): <Subject>`.
- 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`
Expand Down
Loading