diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index f601d13..4ab9933 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.2", + "version": "4.8.3", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "author": { "name": "Dietrich Gebert", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 0d1ac0a..704b700 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.2", + "version": "4.8.3", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "author": { "name": "Dietrich Gebert", diff --git a/.github/plugin/plugin.json b/.github/plugin/plugin.json index cb9af36..6c6c4f1 100644 --- a/.github/plugin/plugin.json +++ b/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ponytail", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", - "version": "4.8.2", + "version": "4.8.3", "author": { "name": "Dietrich Gebert", "url": "https://github.com/DietrichGebert" diff --git a/gemini-extension.json b/gemini-extension.json index a754646..d0113df 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.2", + "version": "4.8.3", "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "contextFileName": "AGENTS.md" } diff --git a/package.json b/package.json index 8ba72b2..afa7032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dietrichgebert/ponytail", - "version": "4.8.2", + "version": "4.8.3", "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"], "license": "MIT", diff --git a/ponytail-mcp/package.json b/ponytail-mcp/package.json index 34e0746..61bdd0d 100644 --- a/ponytail-mcp/package.json +++ b/ponytail-mcp/package.json @@ -1,6 +1,6 @@ { "name": "ponytail-mcp", - "version": "4.8.2", + "version": "4.8.3", "description": "MCP server that serves Ponytail's lazy-senior-dev instructions as a prompt and a tool.", "private": true, "type": "module",