codeam-cli 2.33.0 → 2.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/index.js +489 -339
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,30 @@ All notable changes to `codeam-cli` are documented here.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [2.34.0] — 2026-06-10
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **cli:** Beads home-brain provisioner (idempotent init, no bd setup)
|
|
12
|
+
- **cli:** Composition-root beads orchestrator + provisioning SSE signal
|
|
13
|
+
- **cli:** Run bd setup <recipe> --global so the agent uses bd natively (revert D12)
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- **cli:** Address beads home brain via BEADS_DIR, drop broken --global
|
|
18
|
+
- **cli:** Move beads provisioning to the composition root (SRP / D10)
|
|
19
|
+
|
|
20
|
+
## [2.33.0] — 2026-06-09
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- **shared:** Beads wire types (ingest payload + action)
|
|
25
|
+
- **cli:** Bundle @beads/bd + cross-OS adapter, installer & projectKey
|
|
26
|
+
- **cli:** Beads bootstrap + issues.jsonl watcher -> backend
|
|
27
|
+
- **cli:** Apply queued beads actions as native bd commands
|
|
28
|
+
- **cli:** Gated beads orchestrator + barrel exports
|
|
29
|
+
- **cli:** Wire always-on beads into the live start + command-relay path
|
|
30
|
+
|
|
7
31
|
## [2.32.10] — 2026-06-09
|
|
8
32
|
|
|
9
33
|
### Fixed
|