Skip to content

Move the version into the skill provenance block - #67

Merged
jposluns merged 1 commit into
mainfrom
claude/version-in-provenance
Jul 28, 2026
Merged

Move the version into the skill provenance block#67
jposluns merged 1 commit into
mainfrom
claude/version-in-provenance

Conversation

@jposluns

Copy link
Copy Markdown
Owner

Summary

Puts the version in one place, styled with the rest of the provenance, and stops the skill platform from showing a separate version chip.

Changes

  • Remove the frontmatter version field from SKILL.md. The platform derives its "Version" chip from that field, so removing it drops the chip (the field is optional; a SKILL.md only requires name and description).
  • Add a plain Version: 1.0.7 line at the top of the provenance block, above Author, in the same style as the other lines.
  • The release workflow now reads the version from that body line instead of the frontmatter, keeping the version-versus-tag guard and the version-named zip.
  • Mirror the layout in the portable instructions file and re-record the drift hash.

Stays at 1.0.7 — this is the content for the still-unreleased 1.0.7.

Verification

  • The workflow's new sed extracts 1.0.7 from the body line; no frontmatter version: remains.
  • Simulated packaging still produces clean-language-1.0.7.zip, and the SKILL.md inside shows name and Version: 1.0.7.
  • YAML parses; drift check passes after --update; link check passes.

Note

I will not merge or cut the release without your authorization.

🤖 Generated with Claude Code


Generated by Claude Code

Remove the frontmatter version field, so the skill platform no longer shows a
separate version chip, and place a plain "Version: 1.0.7" line at the top of the
provenance block above Author, styled like the other lines. The release workflow
now reads the version from that body line, keeping the version-versus-tag guard
and the version-named zip. Mirror the change in the portable instructions file
and re-record the drift hash. Stays at 1.0.7; this is the still-unreleased
version's content.
@jposluns
jposluns merged commit 2ca0027 into main Jul 28, 2026
3 checks passed
@jposluns
jposluns deleted the claude/version-in-provenance branch July 28, 2026 23:13
jposluns added a commit that referenced this pull request Aug 8, 2026
Remove the frontmatter version field, so the skill platform no longer shows a
separate version chip, and place a plain "Version: 1.0.7" line at the top of the
provenance block above Author, styled like the other lines. The release workflow
now reads the version from that body line, keeping the version-versus-tag guard
and the version-named zip. Mirror the change in the portable instructions file
and re-record the drift hash. Stays at 1.0.7; this is the still-unreleased
version's content.

Co-authored-by: Claude <noreply@anthropic.com>
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.

2 participants