@goodnesshq/opencode-notification 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/ocn.mjs +4 -4
  2. package/package.json +1 -1
package/bin/ocn.mjs CHANGED
@@ -71,11 +71,11 @@ async function install() {
71
71
  console.log(`Installed OpenCode Notifications installer in ${repoName}.`);
72
72
  console.log("Next steps:");
73
73
  console.log(" 1) Run: node .opencode/notify-init.mjs");
74
- console.log(" 2) Add the plugin path to ~/.config/opencode/opencode.json");
75
- console.log(" ocn plugin-path");
74
+ console.log(" 2) Add the plugin path to ~/.config/opencode/opencode.json:");
75
+ console.log(" npx @goodnesshq/opencode-notification plugin-path");
76
76
  console.log("\nUpdate guidance:");
77
- console.log(" - One-off: npx @goodnesshq/opencode-notification@latest install");
78
- console.log(" - Global: npm update -g @goodnesshq/opencode-notification");
77
+ console.log(" - npx @goodnesshq/opencode-notification@latest install");
78
+ console.log(" - npm update -g @goodnesshq/opencode-notification");
79
79
  }
80
80
 
81
81
  async function setup() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodnesshq/opencode-notification",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Per-repo notification plugin for OpenCode with macOS and ntfy delivery.",
5
5
  "type": "module",
6
6
  "bin": {