@@ -51,6 +51,20 @@ stratification (#66)
5151
5252## Developer-facing changes
5353
54+ * Expanded what the ` Claude Code ` (` @claude ` ) workflow can do:
55+ - Install the full R toolchain (R, JAGS, pandoc, the apt system libs
56+ mirrored from ` copilot-setup-steps.yml ` , plus ` devtools ` , ` roxygen2 ` ,
57+ ` rmarkdown ` , ` lintr ` , ` spelling ` , ` rcmdcheck ` ) and allow ` Rscript ` ,
58+ ` R ` , and ` R CMD ` invocations, so requests that need package-
59+ maintenance commands (` devtools::document() ` ,
60+ ` spelling::spell_check_package() ` , ` R CMD check ` , vignette rebuilds)
61+ succeed instead of being patched by hand.
62+ - Grant ` issues: write ` and allow ` gh issue ` invocations so Claude
63+ can file follow-up issues for work deferred out of the current PR
64+ instead of burying it in a comment.
65+ * Standardized ` runjags::findjags() ` casing across ` test-coverage.yaml `
66+ and ` copilot-setup-steps.yml ` to match the ` R-CMD-check.yaml ` form
67+ arriving with the 0.1.0 release (#207 advisory).
5468* Re-assign reviewers to a PR's human assignees (filtered via
5569 ` type == "User" ` ) when Claude pushes commits during a ` @claude ` or
5670 ` Claude Code Review ` run; if Claude makes no commits, the original
0 commit comments