From 4111fe41f34da4df35cbbf73f3e9c71f1febcf57 Mon Sep 17 00:00:00 2001 From: Hirotaka Mizutani <52546+hirotaka@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:37:26 +0900 Subject: [PATCH 1/2] chore(gitignore): Ignore local worktrees --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 52c1a80..5b559e4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ logs .env .env.* !.env.example +.worktrees From 92d6dd8eb6a92987d26608ec58bfaff77a766f79 Mon Sep 17 00:00:00 2001 From: Hirotaka Mizutani <52546+hirotaka@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:37:34 +0900 Subject: [PATCH 2/2] docs(workflow): Add commit convention guidance --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) 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`