diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b03ed1f..95871e8 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,14 +5,14 @@ }, "metadata": { "description": "Torque Loop — a single-plugin marketplace.", - "version": "0.5.0" + "version": "0.6.0" }, "plugins": [ { "name": "ratchet", "source": "./", "description": "Torque Loop: turns ambiguous work into shipped artifacts through target locking, adversarial validation, patching, and state serialization, plus a bounded /ratchet:evolve loop.", - "version": "0.5.0", + "version": "0.6.0", "author": { "name": "Danny Gillespie" }, diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 64047d8..bec91a0 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ratchet", "displayName": "Torque Loop", - "version": "0.5.0", + "version": "0.6.0", "description": "Torque Loop turns ambiguous work into shipped artifacts through target locking, adversarial validation, patching, and state serialization — plus a bounded /ratchet:evolve loop. A stateful advancement engine, not a prompt library. Not affiliated with Anthropic.", "author": { "name": "Danny Gillespie" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 8dedc43..530d2fb 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "torque-loop", - "version": "0.5.0", + "version": "0.6.0", "description": "Torque Loop evolves ambiguous work into shipped, tested, serialized artifacts through evidence-gated loops.", "author": { "name": "Danny Gillespie", diff --git a/CHANGELOG.md b/CHANGELOG.md index 09742fd..b666a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2026-07-06 — Fog Gate + +0.2 gated proof (*no proof → no keep*); 0.3 gated the *seam* of that proof +(*wrong proof → no ship*); 0.4 metered the loop's *depth*; 0.5 gave it a *cockpit*. +0.6 gates the **fog**: high-uncertainty work maps its unknowns before it builds — +**no map → no confident build.** `/ratchet:map` walks the four unknown-quadrants +(known knowns · known unknowns · unknown knowns · unknown unknowns), the aperture dial +routes A3–A4 into it, and the map stays live through the build as deviation notes. + ### Added - **`/ratchet:map` — the pre-build fog gate.** The loop had no pre-build ambiguity pass: @@ -240,7 +249,9 @@ Initial public release. - Single-plugin marketplace manifest so the repo installs directly as a Claude Code plugin. - Zero-dependency smoke test suites for the state engine and the evolution helpers. -[Unreleased]: https://github.com/TheLucidTech/torque-loop/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/TheLucidTech/torque-loop/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/TheLucidTech/torque-loop/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/TheLucidTech/torque-loop/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/TheLucidTech/torque-loop/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/TheLucidTech/torque-loop/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/TheLucidTech/torque-loop/compare/v0.1.0...v0.2.0 diff --git a/package.json b/package.json index fd23320..5b489bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@torque-loop/plugin", - "version": "0.5.0", + "version": "0.6.0", "description": "Torque Loop — a Claude Code and Codex plugin that evolves ambiguity into shipped, tested, serialized artifacts through evidence-gated loops.", "license": "MIT", "author": "Danny Gillespie",