From 265e0c52e6760e962b7799da7f7c1de5bfe289af Mon Sep 17 00:00:00 2001 From: Emeriko Date: Wed, 24 Jun 2026 03:27:50 +0200 Subject: [PATCH] docs: npm install + badge for OpenCode, drop obsolete symlink note The plugin registers the /ponytail commands itself now (#197), so the manual ln -sf workaround is obsolete. Add the npm install snippet + version badge, and bring README.es.md's OpenCode section up to parity with the English one. --- README.es.md | 9 ++++++++- README.md | 3 +-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.es.md b/README.es.md index 156054c..3c37567 100644 --- a/README.es.md +++ b/README.es.md @@ -14,6 +14,7 @@

Stars Release + npm Works with 14 agents MIT license

@@ -150,7 +151,13 @@ pi install git:github.com/DietrichGebert/ponytail ### OpenCode -Ejecuta OpenCode desde un checkout de este repo (el plugin reutiliza sus `hooks/` y `skills/`), y agrega esto a `opencode.json`: +Agrega esto a `opencode.json`: + +```json +{ "plugin": ["@dietrichgebert/ponytail"] } +``` + +O ejecĂștalo desde un checkout (el plugin reutiliza sus `hooks/` y `skills/`): ```json { "plugin": ["./.opencode/plugins/ponytail.mjs"] } diff --git a/README.md b/README.md index 7bbd61f..b136784 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@

Stars Release + npm Works with 14 agents MIT license

@@ -170,8 +171,6 @@ Injects the ruleset every turn at the active level; adds the `/ponytail` command The `./` path resolves against your project's `opencode.json`; to share one checkout across projects, point it at the absolute path of the `.mjs` instead (it finds its `hooks/` and `skills/` relative to its own file). -The plugin path loads the ruleset everywhere, but the `/ponytail` commands are separate files in `.opencode/command/` that OpenCode only discovers from your project or the global commands dir. To use them outside this checkout, link them once: `ln -sf /absolute/path/to/ponytail/.opencode/command/* ~/.config/opencode/command/`. - ### Gemini CLI ```bash