From ce4d9ea4f68312ccaa9f87a13b4348fa305c8311 Mon Sep 17 00:00:00 2001 From: RECTOR Date: Wed, 2 Sep 2026 10:00:36 +0700 Subject: [PATCH] chore: bump to v1.2.0 (#90 frontmatter thinkingLevel guard; #85 overlay rebuild churn; #88 language-drift flag) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - #90 (PR #98): frontmatter thinkingLevel validated against the closed enum — invalid values throw FrontmatterError (discovery warns + skips), same contract as backend; isThinkingLevel moved next to the type - #85p1 (PR #99): live appends no longer rebuild the panel while the full-message overlay is open (scroll/selection churn fix) - #88 (PR #100): language-drift flag on result envelopes — CJK-family ratio detector, tool-result warning prefix, additive journal + RPC fields; README 'Model-quality drift signals' section (incl. #89 controller guidance) 837/837 tests, typecheck clean, release-gate smoke pass. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f1c631e..daaa6da 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@getpipher/armory-fleet", - "version": "1.1.1", + "version": "1.2.0", "private": false, - "description": "The armory suite's subagent orchestrator for the pi coding agent \u2014 a cross-harness, superpowers-native fleet where every agent is armory-native from birth.", + "description": "The armory suite's subagent orchestrator for the pi coding agent — a cross-harness, superpowers-native fleet where every agent is armory-native from birth.", "license": "MIT", "type": "module", "author": "RECTOR (https://github.com/rz1989s)",