Skip to content

Prepare v1.2.0 for agent-skills discovery#38

Merged
kaankacar merged 2 commits into
mainfrom
37-cut-first-pinnable-release-v120-publish-agent-skills-discovery-index-rfc-v020
Jun 29, 2026
Merged

Prepare v1.2.0 for agent-skills discovery#38
kaankacar merged 2 commits into
mainfrom
37-cut-first-pinnable-release-v120-publish-agent-skills-discovery-index-rfc-v020

Conversation

@kaankacar

Copy link
Copy Markdown
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.
@kaankacar kaankacar self-assigned this Jun 29, 2026
Copilot AI review requested due to automatic review settings June 29, 2026 14:54
@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-06-29 15:05 UTC

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-contracts skill frontmatter name to 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.

Comment thread .github/workflows/release.yml Outdated
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.
@kaankacar kaankacar merged commit 54e469a into main Jun 29, 2026
6 checks passed
@kaankacar kaankacar deleted the 37-cut-first-pinnable-release-v120-publish-agent-skills-discovery-index-rfc-v020 branch June 29, 2026 15:04
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.

Cut first pinnable release v1.2.0 + publish Agent Skills Discovery Index (RFC v0.2.0)

2 participants