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`