Skip to content

chore(plugin): bump version to 1.1.0 and enforce version bump in CI - #23

Merged
robertraf merged 1 commit into
mainfrom
chore/bump-plugin-version-and-ci-guard
Apr 17, 2026
Merged

chore(plugin): bump version to 1.1.0 and enforce version bump in CI#23
robertraf merged 1 commit into
mainfrom
chore/bump-plugin-version-and-ci-guard

Conversation

@robertraf

Copy link
Copy Markdown
Owner

Summary

  • Bump .claude-plugin/plugin.json version 1.0.01.1.0 to reflect the wiki feature set added in feat(wiki): add repo-scoped LLM wiki integrated with SDD workflow #22 (/sdd:wiki-ingest, /sdd:wiki-close-loop, plus related changes to /spec, /plan, /ship).
  • Add a CI guard to validate-plugin that fails any PR modifying plugin files (skills/, agents/, hooks/, .claude-plugin/, settings.json) without a strictly greater semver in plugin.json.
  • Include .github/workflows/validate-skills.yml in the workflow's paths: trigger so workflow edits run on the same PR.

Why

The plugin picked up two new skills and workflow changes after v1.0.0 without a version bump. The CI guard prevents this from slipping through again — the check is skipped when no plugin files change, so it only costs friction when it matters.

Test plan

  • CI validate-plugin job passes on this PR (version bumped → guard green).
  • Manually verify the guard fails when simulated: a commit that touches a skill without bumping version should be rejected.
  • validate-skills job still passes unchanged.

🤖 Generated with Claude Code

Bumps plugin version to 1.1.0 to reflect the wiki feature set added
in #22 (wiki-ingest, wiki-close-loop, and related changes to spec/plan/ship).

Adds a CI guard to the validate-plugin job that fails a pull request when
plugin files change (skills, agents, hooks, .claude-plugin, settings.json)
without a strictly greater semver in .claude-plugin/plugin.json. This
prevents future version-bump omissions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@robertraf
robertraf merged commit 5e4c142 into main Apr 17, 2026
2 checks passed
@robertraf
robertraf deleted the chore/bump-plugin-version-and-ci-guard branch April 17, 2026 18:22
@robertraf robertraf self-assigned this Apr 17, 2026
@robertraf robertraf added the enhancement New feature or request label Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant