You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename putior_skills() to putior_guide() and sync terminology
Resolve terminology clash with agent-almanac where "skills" means
machine-consumable procedures. putior's AI reference documentation is
a quick-reference guide, not an executable procedure.
- Rename R/putior_skills.R → R/putior_guide.R (function, helpers, docs)
- Rename inst/SKILLS.md → inst/GUIDE.md (add agent-almanac cross-refs,
block comment syntax, Dockerfile/Makefile/WGSL in language table)
- Rename vignettes/skills.Rmd → vignettes/ai-integration.Rmd
- MCP tool: putior_skills → putior_guide
- ACP operation: skills → guide (keep "skills" as detection alias)
- putior_help("skills") still works as backward-compat alias
- Update _pkgdown.yml navbar, articles, reference index
- Update See Also tables in all 7 vignettes
- Update README, NEWS.md, CLAUDE.md
- Update all tests (4505 pass, 0 failures)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments