Skip to content

Add plugin-version skill and bump plugin versions to 0.2.1#379

Merged
borisno2 merged 4 commits intomainfrom
add-plugin-version-skill
Mar 23, 2026
Merged

Add plugin-version skill and bump plugin versions to 0.2.1#379
borisno2 merged 4 commits intomainfrom
add-plugin-version-skill

Conversation

@borisno2
Copy link
Copy Markdown
Member

Summary

  • Adds a new plugin-version skill at .claude/skills/plugin-version/SKILL.md — the analog of pr-changeset but for Claude plugins. Directly edits semver version fields in JSON rather than creating changeset files.
  • Updates CLAUDE.md to reference the skill in the Claude Skills list and adds a "Publishing Plugins" section
  • Bumps both plugins (opensaas-stack, opensaas-migration) from 0.2.00.2.1 and marketplace metadata from 1.1.01.1.1 as the initial versioned release

Test plan

  • Verify .claude/skills/plugin-version/SKILL.md is present and has correct frontmatter
  • Verify claude-plugins/opensaas-stack/.claude-plugin/plugin.json shows 0.2.1
  • Verify claude-plugins/opensaas-migration/.claude-plugin/plugin.json shows 0.2.1
  • Verify .claude-plugin/marketplace.json shows both plugin entries at 0.2.1 and metadata.version at 1.1.1
  • Invoke /plugin-version in a future plugin change to confirm it runs correctly

🤖 Generated with Claude Code

Adds a new `plugin-version` skill for bumping Claude plugin semver
versions whenever plugins or the marketplace are modified. Updates
CLAUDE.md to reference the skill. Bumps all plugin versions to 0.2.1
and marketplace metadata to 1.1.1 as the initial versioned release.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stack-docs Ready Ready Preview, Comment Mar 23, 2026 8:27am

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 23, 2026

⚠️ No Changeset found

Latest commit: 7fe2f3e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 23, 2026

Coverage Report for Core Package Coverage (./packages/core)

Status Category Percentage Covered / Total
🔵 Lines 86.17% 455 / 528
🔵 Statements 85.45% 464 / 543
🔵 Functions 97.22% 70 / 72
🔵 Branches 73.86% 325 / 440
File CoverageNo changed files found.
Generated in workflow #1008 for commit 7fe2f3e by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 23, 2026

Coverage Report for UI Package Coverage (./packages/ui)

Status Category Percentage Covered / Total
🔵 Lines 76.03% 92 / 121
🔵 Statements 75.39% 95 / 126
🔵 Functions 75.6% 31 / 41
🔵 Branches 65.78% 75 / 114
File CoverageNo changed files found.
Generated in workflow #1008 for commit 7fe2f3e by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 23, 2026

Coverage Report for CLI Package Coverage (./packages/cli)

Status Category Percentage Covered / Total
🔵 Lines 75.73% 1167 / 1541
🔵 Statements 75.35% 1211 / 1607
🔵 Functions 79.59% 156 / 196
🔵 Branches 65.06% 540 / 830
File CoverageNo changed files found.
Generated in workflow #1008 for commit 7fe2f3e by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 23, 2026

Coverage Report for Auth Package Coverage (./packages/auth)

Status Category Percentage Covered / Total
🔵 Lines 64.49% 89 / 138
🔵 Statements 61.03% 94 / 154
🔵 Functions 74.46% 35 / 47
🔵 Branches 62.79% 54 / 86
File CoverageNo changed files found.
Generated in workflow #1008 for commit 7fe2f3e by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 23, 2026

Coverage Report for Storage Package Coverage (./packages/storage)

Status Category Percentage Covered / Total
🔵 Lines 42.44% 73 / 172
🔵 Statements 42.77% 74 / 173
🔵 Functions 42.85% 15 / 35
🔵 Branches 40.13% 61 / 152
File CoverageNo changed files found.
Generated in workflow #1008 for commit 7fe2f3e by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 23, 2026

Coverage Report for RAG Package Coverage (./packages/rag)

Status Category Percentage Covered / Total
🔵 Lines 47.97% 355 / 740
🔵 Statements 48.14% 377 / 783
🔵 Functions 54.26% 70 / 129
🔵 Branches 42.55% 180 / 423
File CoverageNo changed files found.
Generated in workflow #1008 for commit 7fe2f3e by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 23, 2026

Coverage Report for Storage S3 Package Coverage (./packages/storage-s3)

Status Category Percentage Covered / Total
🔵 Lines 100% 40 / 40
🔵 Statements 100% 40 / 40
🔵 Functions 100% 9 / 9
🔵 Branches 100% 19 / 19
File CoverageNo changed files found.
Generated in workflow #1008 for commit 7fe2f3e by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 23, 2026

Coverage Report for Storage Vercel Package Coverage (./packages/storage-vercel)

Status Category Percentage Covered / Total
🔵 Lines 100% 38 / 38
🔵 Statements 100% 38 / 38
🔵 Functions 100% 8 / 8
🔵 Branches 100% 22 / 22
File CoverageNo changed files found.
Generated in workflow #1008 for commit 7fe2f3e by the Vitest Coverage Report Action

@borisno2 borisno2 enabled auto-merge (squash) March 23, 2026 08:28
@borisno2 borisno2 merged commit 803096d into main Mar 23, 2026
6 checks passed
@borisno2 borisno2 deleted the add-plugin-version-skill branch March 23, 2026 08:33
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.

1 participant