Skip to content

docs: avoid overwriting manual skill installs - #138

Open
snvtac wants to merge 1 commit into
OpenSenseNova:mainfrom
snvtac:snvtac/126-no-clobber-manual-install
Open

docs: avoid overwriting manual skill installs#138
snvtac wants to merge 1 commit into
OpenSenseNova:mainfrom
snvtac:snvtac/126-no-clobber-manual-install

Conversation

@snvtac

@snvtac snvtac commented Jul 7, 2026

Copy link
Copy Markdown

Summary

  • update README and INSTALL manual install commands to use cp -R -n so existing skill files are preserved
  • add explicit Hermes directory creation in README manual install instructions
  • align English and Chinese docs, including agent-install prompts, around no-overwrite installs

Validation

  • git diff --check -- README.md README_CN.md INSTALL.md INSTALL_CN.md
  • rg -n "cp -r|cp -R|overwrit|覆盖|~/.openclaw/skills|~/.hermes/skills" README.md README_CN.md INSTALL.md INSTALL_CN.md
  • local smoke test for cp -R -n preserving existing files while copying new skill directories

Closes #126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cp -r install instructions silently overwrite existing skills

1 participant