From 45513287f0fe1ef5745327b6e1c05863d74418f1 Mon Sep 17 00:00:00 2001 From: Wayner Barrios Date: Thu, 28 May 2026 13:13:34 -0400 Subject: [PATCH] Prepare v0.2.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps package.json to 0.2.0 and updates the pinned-install examples in README.md from #v0.1.0 to #v0.2.0. The historical "pre-v0.1.0 build" note in Troubleshooting stays — it refers to an old cache state, not the current version. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42a8165..7fd3939 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ If you already use other plugins (e.g. `superpowers`), keep all of them in the a To pin a specific tag (recommended once releases exist): ```jsonc -"opencode-power-pack@git+https://github.com/waybarrios/opencode-power-pack.git#v0.1.0" +"opencode-power-pack@git+https://github.com/waybarrios/opencode-power-pack.git#v0.2.0" ``` You still need a local copy of the repo for **step 2** (the slash command files live there). Clone it next to wherever you keep code: @@ -267,7 +267,7 @@ pkill -f opencode opencode ``` -If you pinned a version in `opencode.json` (e.g. `#v0.1.0`), bump the tag in the JSON before restarting, otherwise OpenCode keeps using the pinned commit. +If you pinned a version in `opencode.json` (e.g. `#v0.2.0`), bump the tag in the JSON before restarting, otherwise OpenCode keeps using the pinned commit. --- diff --git a/package.json b/package.json index 954748a..b13c20c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-power-pack", - "version": "0.1.0", + "version": "0.2.0", "description": "Curated bundle of Claude Code skills ported to OpenCode: code-review, feature-dev, security-review, frontend-design, mcp-builder, skill-creator, and the feature-dev sub-agents.", "type": "module", "main": ".opencode/plugins/opencode-power-pack.js",