RC: Claude-compatible skill distribution rollout#20
Merged
Conversation
Member
Author
|
Pre-merge UX/onboarding polish is now tracked in #22. Scope moved there:
Deferred separately:
This keeps #20 as the cumulative RC review surface while making the remaining polish scope explicit before merge. |
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
This is the cumulative release-candidate review surface for issue #13.
It includes the full Claude-compatible skill distribution rollout after PR #14:
0.4.0packsReview framing
Please review this PR as the RC branch against
main.The intermediate stacked PRs (#15-#19) remain useful implementation slices, but this PR is the primary cumulative review surface.
What changed
distributions/claude/Validation
npm run check:claude-skill:allfind distributions/claude -mindepth 2 -maxdepth 2 -type d | sort | xargs node scripts/validate-claude-skill-pack.jsnpm run check:mcp-distributionsnpm run check:claude-code-local-setupnpm run check:claude-code-skill-runtimenpm run buildRC status
Issue #13 is now reviewable as an RC.
Authenticated logged-in Claude Code runtime validation has been split to follow-up issue #21 and is not an RC review blocker for this PR. It remains a GA follow-up.
Refs: #13
Follow-up: #21