From cf97ccc509c758485d1b7b2e980f83128f8e5d08 Mon Sep 17 00:00:00 2001 From: dgebert Date: Fri, 12 Jun 2026 12:53:15 +0200 Subject: [PATCH] chore: plugin.json version 4.0.0 Co-Authored-By: Claude Fable 5 --- .claude-plugin/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1b48f9c..e36f706 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +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.0.0", + "description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.", "author": { "name": "Dietrich Gebert", "url": "https://github.com/DietrichGebert"