diff --git a/.opencode/plugins/ponytail.mjs b/.opencode/plugins/ponytail.mjs index af22e44..2d452e2 100644 --- a/.opencode/plugins/ponytail.mjs +++ b/.opencode/plugins/ponytail.mjs @@ -7,7 +7,7 @@ // source of truth. // // OpenCode loads this as a server plugin — add it to your opencode.json: -// { "plugin": ["opencode-ponytail"] } +// { "plugin": ["@dietrichgebert/ponytail"] } import { createRequire } from 'module'; import fs from 'fs'; diff --git a/README.md b/README.md index 0a44a1f..7bbd61f 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ pi install git:github.com/DietrichGebert/ponytail Add to `opencode.json`: ```json -{ "plugin": ["opencode-ponytail"] } +{ "plugin": ["@dietrichgebert/ponytail"] } ``` Run from a checkout instead (the plugin reuses `hooks/` and `skills/`): diff --git a/package.json b/package.json index 4fe8016..a034102 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "opencode-ponytail", + "name": "@dietrichgebert/ponytail", "version": "4.8.1", "description": "Lazy senior dev mode for AI agents. The best code is the code you never wrote.", "keywords": ["opencode-plugin", "opencode", "ponytail", "pi-package", "pi", "skills"],