From 17d147813bac92d2c6149459856bff4f25db6240 Mon Sep 17 00:00:00 2001 From: Baptiste LAFOURCADE Date: Wed, 22 Jul 2026 12:25:47 +0200 Subject: [PATCH] fix(cli): restore correct version again after second regression, re-anchor for release-please A second, unrelated release-please cycle (PR #489, "chore: release main") auto-merged moments after #488 and independently recomputed cli's version, reintroducing 4.0.0 the same way #485 did, even though that run's own log showed it correctly reading 5.1.3 from the manifest as the baseline. The manifest baseline alone does not bound the version-bump walk; only a matching cli-v* release does, and none existed yet when that run started. Both npm and GitHub Packages rejected the resulting publish again (pre-existing 4.0.0, same as before), still untouched at the real 5.1.3. Bad tag/release cli-v4.0.0 deleted again. A cli-v5.1.3 anchor release now exists (pointing at bdd12c66, the commit right before the cli migration landed), created before this commit merges, so the next release-please run has a real boundary to stop its walk at and can no longer reach the old, already-consumed version-forcing directive from commit 5b0fc9d (framework's own unrelated major-bump forcing from May 2026, targeting 4.0.0 for the root package only, not cli). This commit also serves as the nudge for release-please to re-evaluate cli against that new anchor and correctly propose 5.1.4 next, carrying the real pending fixes, migration, repoint, license and keywords, into a real changelog entry and npm and GHP publish. --- .release-please-manifest.json | 2 +- cli/CHANGELOG.md | 17 ----------------- cli/package.json | 2 +- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a3e2c72c..bd372bf29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,5 +7,5 @@ "plugins/aidd-orchestrator": "2.1.1", "plugins/aidd-refine": "2.2.1", "plugins/aidd-ui": "0.2.1-alpha.0", - "cli": "4.0.0" + "cli": "5.1.3" } diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9bd68ddb8..99df79332 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,22 +1,5 @@ # Changelog -## [4.0.0](https://github.com/ai-driven-dev/framework/compare/cli-v5.1.3...cli-v4.0.0) (2026-07-22) - - -### Bug Fixes - -* **cli:** add license and keywords for the npm package page ([691c1c3](https://github.com/ai-driven-dev/framework/commit/691c1c3d30f572e9f13a83f9997d9780b2205914)) -* **cli:** migrate aidd-cli into framework as cli/, full history preserved ([daeef56](https://github.com/ai-driven-dev/framework/commit/daeef56aa3002142a1f2fbed048769e959ab60fe)) -* **cli:** repoint self-references from aidd-cli to framework ([601c30c](https://github.com/ai-driven-dev/framework/commit/601c30c84d2adb04e3c6327a1a7778a894db3b33)) -* **cli:** restore correct version after release-please regression ([#488](https://github.com/ai-driven-dev/framework/issues/488)) ([047bcb2](https://github.com/ai-driven-dev/framework/commit/047bcb29e5729d13dd7d27b0921ecc3cbb7eb9d3)) - - -### Miscellaneous - -* **framework:** release as 4.0.0 ([5b0fc9d](https://github.com/ai-driven-dev/framework/commit/5b0fc9d9116e37abe7ef5dbb5d06438f607475e8)) -* **framework:** trigger ci recheck after history rewrite ([391760e](https://github.com/ai-driven-dev/framework/commit/391760e19eb69fe80e098c3aefc3c527cda2169a)) -* release main ([#485](https://github.com/ai-driven-dev/framework/issues/485)) ([be7195b](https://github.com/ai-driven-dev/framework/commit/be7195b0978d729a1de39826d771511d15f03331)) - ## [5.1.3](https://github.com/ai-driven-dev/aidd-cli/compare/v5.1.2...v5.1.3) (2026-07-17) diff --git a/cli/package.json b/cli/package.json index 74c20c181..c9584d725 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ai-driven-dev/cli", - "version": "4.0.0", + "version": "5.1.3", "description": "AI-Driven Development CLI — install AI tool configs and plugins from the AIDD marketplace", "license": "MIT", "keywords": [