From 037edcb4ffcbc0f3b942d0ae0d884db3f9cac989 Mon Sep 17 00:00:00 2001 From: Test User Date: Wed, 8 Apr 2026 19:42:24 -0400 Subject: [PATCH] chore: expand conventional commits guidance in CLAUDE.md --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 040bb49..1ee8f53 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -147,7 +147,7 @@ All shared standards (git, testing, code style, cross-platform, CI) defined in s **Quick references**: -- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `(): ` - NO AI attribution +- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `(): ` — types: `feat`, `fix`, `docs`, `style`, `refactor`, `test`, `chore`, `perf` — NO AI attribution (the commit-msg hook auto-strips it) - Scripts: Prefer `pnpm run foo --flag` over `foo:bar` scripts - Docs: Use `docs/` folder, lowercase-with-hyphens.md filenames, pithy writing with visuals - Dependencies: After `package.json` edits, run `pnpm install` to update `pnpm-lock.yaml`