Skip to content

fix(procedures): bump to 0.2.2 to ship the gate-fork model pin - #29

Merged
drewdrewthis merged 1 commit into
mainfrom
fix/bump-procedures-0.2.2
Aug 7, 2026
Merged

fix(procedures): bump to 0.2.2 to ship the gate-fork model pin#29
drewdrewthis merged 1 commit into
mainfrom
fix/bump-procedures-0.2.2

Conversation

@drewdrewthis

@drewdrewthis drewdrewthis commented Aug 7, 2026

Copy link
Copy Markdown
Owner

PR #25 landed the model: sonnet pin on both gate skills, but left plugins/procedures/.claude-plugin/plugin.json at 0.2.1. Installed plugins are cached per version at plugins/cache/<owner>/<plugin>/<version>/, so a fix that does not bump the version never reaches an already-installed box.

Measured after #25 merged

  • Merge landed 2026-08-07T18:11:12Z.
  • Cached copy on this machine: plugins/cache/drewdrewthis/procedures/0.2.1/skills/how-do-i/SKILL.md, mtime 13:17:34Z — ~5h older than the merge, and diff against origin/main shows the three pin lines simply absent.
  • A live /how-do-i fork at 18:17Z — six minutes after the merge — ran all 39 calls on claude-opus-5, the parent session model. The pin was not in effect.

Why this is the right remedy

Same mechanism and same fix as 03830b2"Bump procedures to 0.1.1 — ships the namespaced-skill-recording fix to version-pinned caches."

0.2.1 is pinned in exactly one place, so the bump is a one-line change.

Verification

bats plugins/procedures/hooks/tests/gate-skill-model.bats on main1..3, 3/3 passing — the pin itself is correct on main; it just cannot reach an installed box without this bump.

Follow-up (not in this PR)

Nothing fails when a skills/- or agents/-touching PR forgets the version bump — that is what let #25 through. Worth a CI check that requires a version bump when those paths change.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated the plugin version to 0.2.2.

#25 landed the `model: sonnet` pin on both gate skills but left the
plugin version at 0.2.1. Installed plugins are cached per version at
plugins/cache/<owner>/<plugin>/<version>/, so a fix that does not bump
the version never reaches an already-installed box: measured on this
machine after #25 merged, the cached 0.2.1 how-do-i/SKILL.md still had
no `model:` line, and a live /how-do-i fork ran all 39 calls on
claude-opus-5 (the parent's model) rather than sonnet.

Same mechanism and same remedy as 03830b2 ("Bump procedures to 0.1.1 —
ships the namespaced-skill-recording fix to version-pinned caches").

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 6c3d23bc-a870-46a4-9553-ac0001b0309e

📥 Commits

Reviewing files that changed from the base of the PR and between 3bcddd5 and bfde067.

📒 Files selected for processing (1)
  • plugins/procedures/.claude-plugin/plugin.json

📝 Walkthrough

Walkthrough

The procedures plugin manifest version was incremented from 0.2.1 to 0.2.2.

Changes

Procedures plugin version

Layer / File(s) Summary
Update plugin manifest version
plugins/procedures/.claude-plugin/plugin.json
The manifest version changed from 0.2.1 to 0.2.2.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the version bump and its purpose of delivering the gate-fork model pin.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/bump-procedures-0.2.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@drewdrewthis
drewdrewthis merged commit 6f737d4 into main Aug 7, 2026
1 check was pending
@drewdrewthis
drewdrewthis deleted the fix/bump-procedures-0.2.2 branch August 7, 2026 18:21
drewdrewthis pushed a commit that referenced this pull request Aug 7, 2026
All four manifest entries now match origin/main's plugin.json exactly, so the
first release PR computes from real history instead of re-releasing 0.2.2.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
drewdrewthis added a commit that referenced this pull request Aug 7, 2026
* feat: adopt release-please for per-plugin versioning and releases

Installed plugins are cached per version at
plugins/cache/<owner>/<plugin>/<version>/, so a change that ships without a
version bump never reaches an already-installed box. That is not theoretical:
#25 landed the gate-fork `model: sonnet` pin but left procedures at 0.2.1, and
a live /how-do-i fork measured after the merge still ran all 39 calls on the
parent's model because the cached 0.2.1 copy had no `model:` line. The repo
had no workflows at all, so nothing caught it.

Manifest mode, one independently versioned+tagged package per plugin
(<plugin>-v<version>), with an extra-files json updater pointing at each
.claude-plugin/plugin.json `$.version` — that file, not a package.json, is the
version an install actually resolves.

Manifest is seeded from the current on-main versions, so the first release PR
computes from real history rather than re-releasing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* chore: reseed procedures manifest to 0.2.2 after #29 merged

All four manifest entries now match origin/main's plugin.json exactly, so the
first release PR computes from real history instead of re-releasing 0.2.2.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

---------

Co-authored-by: Ubuntu <ubuntu@ip-10-0-3-222.eu-central-1.compute.internal>
Co-authored-by: Claude Opus 5 <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.

1 participant