From a89af76c169575522f9a2a1cdb88b028cf1cbef6 Mon Sep 17 00:00:00 2001 From: Huiyan Wan Date: Wed, 5 Aug 2026 15:30:12 +0100 Subject: [PATCH] fix: bump overnight-insight-discovery so its wrap-corruption fix ships (1.1.1) Same undeliverable-fix problem as #20, one plugin over. PR #19 repaired a mid-token line wrap in this plugin's description -- a `description: |` block scalar joins lines with a SPACE, so the wrapped token injected as "exploratory- data-analysis" instead of "exploratory-data-analysis". main passes the gate. But the version stayed at 1.1.0, so `claude plugin update` had nothing to do and the corruption was still live on a fully-updated install. Confirmed by running the v2.2.1 gate against the active installed payload after updating every marketplace and plugin. Bumps plugin.json + the marketplace entry to 1.1.1. Surgical regex on the version string only. Co-Authored-By: Claude Opus 5 (1M context) --- .claude-plugin/marketplace.json | 2 +- plugins/overnight-insight-discovery/.claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5be4b7c..8d349b9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ "name": "overnight-insight-discovery", "source": "./plugins/overnight-insight-discovery", "description": "Overnight autonomous B-vs-C parallel insight discovery that surfaces genuinely ah-ha findings from data, with a cohort-conditional novelty gate, an observational-analysis validity gate (composition / leak / anchor-timing / marker-vs-lever), adaptive tuning, and an agent-review-panel loop.", - "version": "1.1.0" + "version": "1.1.1" }, { "name": "overnight-review-client-delivery", diff --git a/plugins/overnight-insight-discovery/.claude-plugin/plugin.json b/plugins/overnight-insight-discovery/.claude-plugin/plugin.json index 58da9d2..701242b 100644 --- a/plugins/overnight-insight-discovery/.claude-plugin/plugin.json +++ b/plugins/overnight-insight-discovery/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "overnight-insight-discovery", "description": "Overnight autonomous B-vs-C parallel insight discovery that surfaces genuinely ah-ha findings from data, with a cohort-conditional novelty gate, an observational-analysis validity gate (composition / leak / anchor-timing / marker-vs-lever), adaptive tuning, and an agent-review-panel loop.", - "version": "1.1.0", + "version": "1.1.1", "author": { "name": "wan-huiyan" },