From e828aef28523b6eb926d02ce6d7a6a919fabcd71 Mon Sep 17 00:00:00 2001 From: jobordu Date: Fri, 27 Mar 2026 15:17:16 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=200.41.4=20=E2=80=94=20Loop=201?= =?UTF-8?q?=20+=20Loop=202=20Full=20Execution=20Path=20Coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 21 +++++++++++++++++++++ docs/assets/terminal.svg | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a051fcc2b..751faac1c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [0.41.4] - 2026-03-27 — Loop 1 + Loop 2 Full Execution Path Coverage + +Incremental on [0.41.3]. Wires debug routing (Loop 1) and formal simulation (Loop 2) into all default phase execution paths. + +### Added +- `feat(quick-362)`: wire debug routing (Loop 1 + task classification + `debug_context` injection) into `execute-phase.md` — Step 1.5 classifies each plan via Haiku as bug_fix/feature/refactor, routes bug_fix plans through `/nf:debug` before executor spawn, injects `` block into executor prompt +- `feat(quick-363)`: push Loop 2 (`formal_coverage_auto_detection` + `solution-simulation-loop`) and `debug_context` passthrough into `execute-plan.md` Pattern A spawn prompt — nested child executors now inherit both verification loops + +### Changed +- **Changelog rewrite** — all 0.41.x entries rewritten from git history; every `feat`/`fix`/`req` commit now has a corresponding entry with git prefix for traceability + +### Coverage matrix + +| Path | Loop 1 | Loop 2 | +|------|--------|--------| +| `quick.md` | Yes | Yes | +| `execute-phase.md` → Pattern A | Yes | Yes (new) | +| `execute-phase.md` → Pattern B | Yes | Yes | +| `execute-phase.md` → Pattern C | Yes | Yes | +| `execute-phase.md` → Pattern D | Yes | No (opt-in, deferred) | + ## [0.41.3] - 2026-03-27 — Live Health Dashboard Fix Incremental on [0.41.2]. Fixes TUI health dashboard that silently skipped all subprocess providers. diff --git a/docs/assets/terminal.svg b/docs/assets/terminal.svg index f0fda30375..57dbe7d38b 100644 --- a/docs/assets/terminal.svg +++ b/docs/assets/terminal.svg @@ -80,7 +80,7 @@ - nForma — Consensus before code. Proof before production. v0.41.3 + nForma — Consensus before code. Proof before production. v0.41.4 Built on GSD-CC by TÂCHES. The task of leadership is to create an alignment of strengths so strong that it makes the system’s weaknesses irrelevant. diff --git a/package.json b/package.json index 698e30af06..a4e04aea3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nforma.ai/nforma", - "version": "0.41.3", + "version": "0.41.4", "description": "nForma — Multi-agent coding orchestrator with quorum consensus and formal verification (TLA+, Alloy, PRISM). Consensus before code, proof before production.", "bin": { "nforma": "bin/nforma-cli.js",