From f756f81ba2e25cba7bcdffd8d961aa9046893cbd Mon Sep 17 00:00:00 2001 From: jprisant <6282841+jprisant@users.noreply.github.com> Date: Thu, 10 Sep 2026 14:11:19 -0700 Subject: [PATCH] registry(1.76.0): re-pin thinking-framework-skills to v0.14.0 Runnable recipes. The nine skill chains the library has advertised since v0.11.0 now ship a generated command each, so a recipe runs as one invocation instead of four skills executed by hand. Also in the release: the lifecycle metadata now describes the skills truthfully, five reproduced contested-guard bypasses are closed, a troubleshooting surface keyed to verbatim error text, and the conformance gate goes 14 -> 15 layers. sha 9aab9f3 (v0.13.0) -> e317da9 (v0.14.0) version 0.13.0 -> 0.14.0 Verified: node scripts/validate-registry.mjs -> registry valid, all enforcing checks passed; node scripts/check-registry-pins.mjs -> ok thinking-framework-skills v0.14.0. Release: https://github.com/product-on-purpose/thinking-framework-skills/releases/tag/v0.14.0 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_011eP4ewzw2X9FuPTo1hKUQ4 --- .claude-plugin/marketplace.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index eb7ab2b..074dc9b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,7 +7,7 @@ }, "metadata": { "description": "Product on Purpose: thematic AI agent skill and tool collections for product work.", - "version": "1.75.0" + "version": "1.76.0" }, "plugins": [ { @@ -26,10 +26,10 @@ "source": { "source": "url", "url": "https://github.com/product-on-purpose/thinking-framework-skills.git", - "sha": "9aab9f3d718d00d72f9a3f2f272f0c882e83e619" + "sha": "e317da999be8c7c29d0da4cdb98d2fdd3e4a1374" }, "description": "Evidence-graded, agent-executable thinking-method skills: each is reduced to its working mechanism, graded honestly on its evidence, and produces a concrete artifact. Includes a published Framework Library, a research engine, and routing/applicator tools. Follows the agentskills.io specification.", - "version": "0.13.0", + "version": "0.14.0", "strict": true }, {