What's new
- Adds shared Working discipline guidance to
feature-dev,code-architect, andmcp-builder; adds a scope creep criterion to thecode-reviewandcode-reviewerchecklists. agents-md-revisenow describes OpenCode's first-match-wins rules loading and steers captures away from shadowedCLAUDE.mdfiles.- Trims the npm install footprint via a
fileswhitelist inpackage.json— installing from the git URL now only pullsskills/,commands/,.opencode/, andassets/. - Expands
.gitignorewith patterns for context files from other AI agents (Cursor, Windsurf, Copilot, Codex, Gemini, Aider, Continue) and the*.local.mdcompanions ofCLAUDE.md/AGENTS.md.
Updating
The steps depend on which install method from the README you used.
Method A — installed from GitHub (git+https://...)
The plugin lives in OpenCode's npm-style cache, and the slash commands are symlinked from a separate local clone.
-
Bump the pinned version (skip if you install unpinned). Edit
~/.config/opencode/opencode.json: -
Pull the local clone (the one the slash commands symlink to):
cd ~/code/opencode-power-pack git pull
No re-symlinking needed — existing symlinks resolve to the updated files on disk.
-
Clear the plugin cache and restart OpenCode:
rm -rf ~/.cache/opencode/node_modules/opencode-power-pack pkill -f opencode opencode
Method B — installed from a local clone (git+file://...)
No cache; the plugin reads directly from your clone.
-
Pull the clone:
cd ~/code/opencode-power-pack git pull
-
Restart OpenCode so the plugin re-evaluates:
pkill -f opencode opencode
Verify
In a new OpenCode session:
List the skills you have available.
You should see the eleven skills under the opencode-power-pack: namespace. To confirm v0.2.0 specifically, ask the model to summarize the feature-dev skill — it should mention the Working discipline section added in this release.
If a skill still looks like the old version, the cache from Method A is stale: re-run step 3 above.
"opencode-power-pack@git+https://github.com/waybarrios/opencode-power-pack.git#v0.2.0"