diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index e8659f0..6033a31 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -6,7 +6,7 @@ "plugins": [ { "name": "slow-powers", - "version": "0.6.1", + "version": "0.6.2", "source": { "source": "url", "url": "./" diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8f8e346..15f4318 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ { "name": "slow-powers", "description": "Agent skills to upgrade plan mode and debugging, enforce best practices, and enhance native features, not replace them.", - "version": "0.6.1", + "version": "0.6.2", "source": "./", "author": { "name": "Max Haarhaus", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d9b873e..c35eddd 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "slow-powers", "description": "Agent skills to upgrade plan mode and debugging, enforce best practices, and enhance native features, not replace them.", - "version": "0.6.1", + "version": "0.6.2", "author": { "name": "Max Haarhaus", "email": "samiamorwas@gmail.com" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 1818a4b..56a8415 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "slow-powers", - "version": "0.6.1", + "version": "0.6.2", "description": "Agent skills to upgrade plan mode and debugging, enforce best practices, and enhance native features, not replace them.", "author": { "name": "Max Haarhaus", diff --git a/package.json b/package.json index e7edc6a..a721a57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@slowdini/slow-powers-opencode", - "version": "0.6.1", + "version": "0.6.2", "description": "Slow-powers — structured development workflows for coding agents (TDD, debugging, verification, git hygiene)", "type": "module", "main": "./opencode/plugins/slow-powers.js",