Current repository:
- GitHub:
https://github.com/Zaradacht/opencode-host-notify-bridge
Current blocker:
- npm publish is not possible until this machine is authenticated with npm.
npm adduserVerify:
npm whoamiRun:
npm pack --dry-runCheck:
- package name is correct
- version is correct
- tarball contents include:
index.jsbin/opencode-host-notify-server.mjsexamples/*README.mdLICENSE
npm publishIf the package name is already taken, rename it in package.json first.
Recommended alternatives if the current name is unavailable:
@zaradacht/opencode-host-notify-bridgeopencode-devcontainer-notify-bridgeopencode-host-notify
In a clean OpenCode config:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-host-notify-bridge"]
}Then run:
opencode debug configRepository:
https://github.com/awesome-opencode/awesome-opencode
Add a short entry under plugins with:
- plugin name
- one-line description
- GitHub repo link
- npm package name if published
Suggested description:
OpenCode plugin and host bridge that forwards permission, question, and idle notifications from devcontainers to the host machine.
Site:
https://www.opencode.im/
Prepare:
- plugin name
- GitHub repo URL
- short description
- installation instructions
- screenshots or demo if useful
git tag v0.1.0
git push origin v0.1.0Update README.md with:
- npm install path confirmed to work
- exact package name
- release badge if you want one