Skip to content

Commit a0dafab

Browse files
authored
chore: expand conventional commits guidance in CLAUDE.md (#164)
1 parent 954a0eb commit a0dafab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ All shared standards (git, testing, code style, cross-platform, CI) defined in s
147147

148148
**Quick references**:
149149

150-
- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `<type>(<scope>): <description>` - NO AI attribution
150+
- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `<type>(<scope>): <description>` — types: `feat`, `fix`, `docs`, `style`, `refactor`, `test`, `chore`, `perf`NO AI attribution (the commit-msg hook auto-strips it)
151151
- Scripts: Prefer `pnpm run foo --flag` over `foo:bar` scripts
152152
- Docs: Use `docs/` folder, lowercase-with-hyphens.md filenames, pithy writing with visuals
153153
- Dependencies: After `package.json` edits, run `pnpm install` to update `pnpm-lock.yaml`

0 commit comments

Comments
 (0)