1
0
mirror of https://github.com/msberends/AMR.git synced 2026-04-14 16:48:46 +02:00

add CLAUDE.md with project context for Claude Code (#261)

* add CLAUDE.md with project context for Claude Code

Provides development commands, architecture overview, file conventions,
custom S3 classes, data files, testing setup, and versioning guidelines
to help Claude Code assist effectively in this repository.

https://claude.ai/code/session_01L3fTxqsg3Gc6J1znpWN1Mx

* add CLAUDE.md to .Rbuildignore

Excludes the Claude Code context file from the R package build tarball.

https://claude.ai/code/session_01L3fTxqsg3Gc6J1znpWN1Mx

* document version-bump requirement for every PR in CLAUDE.md

Each PR must increment the .9zzz dev counter by 1 in both
DESCRIPTION (Version: field) and NEWS.md (top-level heading).

https://claude.ai/code/session_01L3fTxqsg3Gc6J1znpWN1Mx

---------

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Matthijs Berends
2026-02-27 17:13:11 +01:00
committed by GitHub
parent 12cf144b19
commit 2c21eba04c
2 changed files with 168 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
^_pkgdown\.yml$
^appveyor\.yml$
^codecov\.yml$
^CLAUDE\.md$
^cran-comments\.md$
^CRAN-RELEASE$
^\.github$