Prepare v1.2.0 for agent-skills discovery#38
Merged
kaankacar merged 2 commits intoJun 29, 2026
Merged
Conversation
kaankacar
commented
Jun 29, 2026
Contributor
- plugin.json + marketplace.json: 1.1.1 -> 1.2.0 (first pinnable release)
- smart-contracts: fix frontmatter name (soroban -> smart-contracts); the directory was renamed in Split soroban skill, rebrand prose, add concrete ZK toolchain walkthroughs #32 but the name field was missed
- add release workflow: on a vX.Y.Z tag, bundle multi-file skills as .tar.gz release assets and emit per-skill sha256 digests, so the Agent Skills discovery index (stellar-docs#2440) can pin stable hashes. Archives are release-only assets, never committed to the tree.
- plugin.json + marketplace.json: 1.1.1 -> 1.2.0 (first pinnable release) - smart-contracts: fix frontmatter name (soroban -> smart-contracts); the directory was renamed in #32 but the name field was missed - add release workflow: on a vX.Y.Z tag, bundle multi-file skills as <slug>.tar.gz release assets and emit per-skill sha256 digests, so the Agent Skills discovery index (stellar-docs#2440) can pin stable hashes. Archives are release-only assets, never committed to the tree.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the v1.2.0 “first pinnable release” needed by Agent Skills discovery by aligning skill metadata, bumping plugin/marketplace versions, and adding an automated release workflow to publish per-skill artifacts plus SHA-256 digests.
Changes:
- Fix
skills/smart-contractsskill frontmatternameto match the directory slug. - Bump plugin/marketplace metadata to version
1.2.0. - Add a GitHub Actions release workflow to bundle multi-file skills as tar.gz assets and emit a digest manifest.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| skills/smart-contracts/SKILL.md | Updates the skill frontmatter name to smart-contracts to match the renamed directory/slug. |
| .github/workflows/release.yml | Adds a tag-triggered workflow that bundles multi-file skills into release assets and generates skills-digests.txt. |
| .claude-plugin/plugin.json | Bumps plugin version to 1.2.0. |
| .claude-plugin/marketplace.json | Adds version: 1.2.0 to marketplace plugin entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Address PR review: tar -czf embeds per-entry mtime/uid/gid and gzip embeds a timestamp, so re-running the release for a tag would yield a different digest and could clobber an already-published asset's hash. Build with fixed mtime/ownership, sorted entries, and gzip -n so re-runs are byte-identical and the digest is verifiable by rebuilding from the tag.
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.