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
what: ship check-markdown.sh in skill payload, remove README curl step
what: add scripts/check-markdown.sh to RUNTIME_PAYLOAD_FILES so it
lands at ~/.hermes/skills/markdown-formatter/scripts/check-markdown.sh
after hermes skills install. No more curl/chmod manual steps.
why: the heredoc (previous fix) still required the user to mkdir,
curl, and chmod. Shipping the script in the tap payload eliminates
3 manual setup steps — only the config.yaml edit remains (and that
is architecturally unavoidable as user-level config).
Changes:
- runtime-payload.js: add scripts/check-markdown.sh to the 8-file
payload allowlist
- sync-tap-payload.js: chmod the script on copy
- staged-install-verify.sh: replace blanket scripts/ exclusion
with a targeted check for known payload scripts
- repo-shape.js: add payload path to expected shape
- runtime-payload.test.js: update expected array (7->8 files)
- README.md: replace curl block with note that script ships with
the skill; update config.yaml path to skill path
0 commit comments