diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 4ab9933..6e66da1 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.3", + "version": "4.8.4", "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 704b700..bc982fc 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.3", + "version": "4.8.4", "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/.devin-plugin/plugin.json b/.devin-plugin/plugin.json index 90a7393..f21f576 100644 --- a/.devin-plugin/plugin.json +++ b/.devin-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.3", + "version": "4.8.4", "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 6c6c4f1..0866851 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.3", + "version": "4.8.4", "author": { "name": "Dietrich Gebert", "url": "https://github.com/DietrichGebert" diff --git a/gemini-extension.json b/gemini-extension.json index d0113df..151847e 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "ponytail", - "version": "4.8.3", + "version": "4.8.4", "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 afa7032..fa7bfc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dietrichgebert/ponytail", - "version": "4.8.3", + "version": "4.8.4", "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/plugin.yaml b/plugin.yaml index 3b911c0..701d3db 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: ponytail -version: 4.8.3 +version: 4.8.4 description: Lazy senior dev mode for Hermes Agent, always-on context, bundled skills, and slash commands. author: Salaamdev provides_hooks: diff --git a/ponytail-mcp/package.json b/ponytail-mcp/package.json index 61bdd0d..ed42414 100644 --- a/ponytail-mcp/package.json +++ b/ponytail-mcp/package.json @@ -1,6 +1,6 @@ { "name": "ponytail-mcp", - "version": "4.8.3", + "version": "4.8.4", "description": "MCP server that serves Ponytail's lazy-senior-dev instructions as a prompt and a tool.", "private": true, "type": "module",