Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/fabrika-cli": "0.6.0",
"packages/fabrika-cli": "0.7.0",
"packages/fabrika-pi": "0.2.0"
}
16 changes: 16 additions & 0 deletions packages/fabrika-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-08)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion packages/fabrika-cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <group> <verb> …` (epic #4650)",
"license": "MIT",
"repository": {
Expand Down
Loading