Skip to content

Commit e27d4a3

Browse files
grokifyclaude
andcommitted
docs: add CLAUDE.md for project-specific AI assistant guidelines
Include project overview, key packages, development commands, commit conventions, release workflow, code patterns, and testing info. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 573861c commit e27d4a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ go test ./...
3535
# Lint (required before commits)
3636
golangci-lint run
3737

38-
# Generate changelog
38+
# Generate changelog (requires schangelog from github.com/grokify/schangelog)
3939
schangelog generate CHANGELOG.json -o CHANGELOG.md
4040
```
4141

@@ -72,7 +72,7 @@ Follow [Conventional Commits](https://www.conventionalcommits.org/):
7272
| File | Purpose |
7373
|------|---------|
7474
| `CHANGELOG.json` | Structured changelog (source of truth) |
75-
| `CHANGELOG.md` | Generated markdown changelog |
75+
| `CHANGELOG.md` | Generated from JSON using `schangelog` binary (do not edit manually) |
7676
| `TASKS.md` | Refactoring tasks and future ideas |
7777
| `mkdocs.yml` | Documentation site configuration |
7878
| `docs/releases/` | Release notes by version |

0 commit comments

Comments
 (0)