Problem
The @four-bytes/opencode-plugin-lib dependency pin in package.json was bumped to #v0.8.5, but the corresponding documentation in AGENTS.md was incorrectly updated to #v0.8.6 instead of #v0.8.5.
The v0.8.5 tag has now been created on four-bytes/four-opencode-plugin-lib, so the dependency should resolve correctly.
Fix
AGENTS.md: Change #v0.8.6 → #v0.8.5 to align with the actual pin in package.json
package.json: Already correctly pinned to #v0.8.5
Verification
After merging, bun install should resolve the dependency and bun run build should succeed.
Problem
The
@four-bytes/opencode-plugin-libdependency pin inpackage.jsonwas bumped to#v0.8.5, but the corresponding documentation inAGENTS.mdwas incorrectly updated to#v0.8.6instead of#v0.8.5.The
v0.8.5tag has now been created onfour-bytes/four-opencode-plugin-lib, so the dependency should resolve correctly.Fix
AGENTS.md: Change#v0.8.6→#v0.8.5to align with the actual pin inpackage.jsonpackage.json: Already correctly pinned to#v0.8.5Verification
After merging,
bun installshould resolve the dependency andbun run buildshould succeed.