Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.

---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading