diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 755a07a41..ca096b29a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/fabrika-cli": "0.6.0", + "packages/fabrika-cli": "0.7.0", "packages/fabrika-pi": "0.2.0" } diff --git a/packages/fabrika-cli/CHANGELOG.md b/packages/fabrika-cli/CHANGELOG.md index f32e6a0ae..caf493562 100644 --- a/packages/fabrika-cli/CHANGELOG.md +++ b/packages/fabrika-cli/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.7.0](https://github.com/kamp-us/phoenix/compare/fabrika-cli-v0.6.0...fabrika-cli-v0.7.0) (2026-09-09) + + +### Features + +* Lane boot is unreachable: 71 lane dirs against a laneConcurrencyCap of 2 ([#8569](https://github.com/kamp-us/phoenix/issues/8569)) ([57fc8b3](https://github.com/kamp-us/phoenix/commit/57fc8b3b7d05051f94222f8498e37ab696e2996b)) + + +### Bug Fixes + +* An issue closed by triage strands its open lane with no legal terminal event ([#8526](https://github.com/kamp-us/phoenix/issues/8526)) ([6507a99](https://github.com/kamp-us/phoenix/commit/6507a990fcdc6680328a4175c2087021e8addd9c)) +* Fabrika orchestration skills still prescribe Claude-specific spawns ([#8626](https://github.com/kamp-us/phoenix/issues/8626)) ([639df3f](https://github.com/kamp-us/phoenix/commit/639df3f5c4a4f489e67c24e5c081531de9a9468c)) +* Front-door loads in Codex but fails its packaging validator ([#8623](https://github.com/kamp-us/phoenix/issues/8623)) ([721cfb6](https://github.com/kamp-us/phoenix/commit/721cfb62510ddec91b37a6a0bfa9ef95ff866e36)) +* lane settle cannot end a completed-closed lane whose merged PR never linked the issue ([#8557](https://github.com/kamp-us/phoenix/issues/8557)) ([ffec610](https://github.com/kamp-us/phoenix/commit/ffec6105dfc6a0f205647d4af9b06cf7c613f850)) +* lane settle refuses 40 (lock held) instead of 7 (no lane) when the lane directory is absent ([#8597](https://github.com/kamp-us/phoenix/issues/8597)) ([93528b4](https://github.com/kamp-us/phoenix/commit/93528b4e2f5dc056082e156b31fc4b7e03688d19)) + ## [0.6.0](https://github.com/kamp-us/phoenix/compare/fabrika-cli-v0.5.0...fabrika-cli-v0.6.0) (2026-09-07) diff --git a/packages/fabrika-cli/package.json b/packages/fabrika-cli/package.json index 6635ac0d7..603afb4b1 100644 --- a/packages/fabrika-cli/package.json +++ b/packages/fabrika-cli/package.json @@ -1,6 +1,6 @@ { "name": "@kampus/fabrika-cli", - "version": "0.6.0", + "version": "0.7.0", "description": "@kampus/fabrika-cli — the deterministic verb package fabrika skills call; `fabrika …` (epic #4650)", "license": "MIT", "repository": {