Skip to content

Commit 5d80f36

Browse files
authored
chore: add conventional commits guidance to CLAUDE.md (#53)
1 parent 6cb61e2 commit 5d80f36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

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

112112
**Quick references**:
113113

114-
- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `<type>(<scope>): <description>` - NO AI attribution
114+
- 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
115115
- Scripts: Prefer `pnpm run foo --flag` over `foo:bar` scripts
116116
- Docs: Use `docs/` folder, lowercase-with-hyphens.md filenames, pithy writing with visuals
117117
- Dependencies: After `package.json` edits, run `pnpm install` to update `pnpm-lock.yaml`

0 commit comments

Comments
 (0)