feat: scope npm package as @dietrichgebert/ponytail

Publish under a scope you own outright instead of opencode-ponytail (which
sits on a third-party npm account). Matches the GitHub handle and repo.
publishConfig.access is already public, which scoped public packages need.
This commit is contained in:
Emeriko
2026-06-24 02:41:57 +02:00
parent 17a466013e
commit 881c145f0f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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/`):