Pattern
-> Having a hook for create_golem which would either copy https://github.com/ThinkR-open/golem-claude/blob/main/CLAUDE.md or have an internal copy of the file in the package ?
-> bundle a version in the package, then test if access to the github file, then if yes, download, if no, use the internal version ?
-> Ask the user ?
create_golem_with_claude(download = "ask")
That would allow to do :
Rscript -e "create_golem_with_claude(download = TRUE)"
Pattern
-> Having a hook for
create_golemwhich would either copy https://github.com/ThinkR-open/golem-claude/blob/main/CLAUDE.md or have an internal copy of the file in the package ?-> bundle a version in the package, then test if access to the github file, then if yes, download, if no, use the internal version ?
-> Ask the user ?
That would allow to do :