From 3cc81127f77a7758e0b76d0501014ae45f4041d0 Mon Sep 17 00:00:00 2001 From: jdalton Date: Wed, 8 Apr 2026 19:46:21 -0400 Subject: [PATCH] chore: add conventional commits guidance to CLAUDE.md --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 295d50b..4053023 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -111,7 +111,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 - 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`