fix(skills): namespace ClawHub skill slugs#263
Merged
Conversation
0f4fbba to
1525ed6
Compare
Collaborator
Author
|
Replaced the original broad rename diff with the intended pipeline-only fix. What changed now:
Validation run locally:
No release tags were pushed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skill.jsonnames, release tags, GitHub release artifacts, andnpx skillsinstall commands unchanged.clawhub inspect,clawhub publish, and GitHub release ClawHub install instructions.clawsec-*ClawHub slugs unchanged and map non-clawsec-*skill names into the requiredclawsec-*namespace.Testing
node scripts/test-skill-clawhub-slug.mjsnode scripts/test-skill-release-workflow.mjsfor test_file in scripts/test-skill-*.mjs; do node "$test_file"; donenpx eslint scripts/ci/skill_platforms.mjs scripts/ci/resolve_clawhub_slug.mjs scripts/ci/validate_skill_install_docs.mjs scripts/ci/generate_skill_release_trust_packet.mjs scripts/test-skill-clawhub-slug.mjs scripts/test-skill-release-workflow.mjs --max-warnings 0npm run buildRelease Note
No release tags were pushed from this PR. After merge, derive changed release tags from the merged PR diff, push one tag at a time, and wait for each Skill Release workflow before pushing the next tag.