@braingrid/cli 0.2.44 → 0.2.46
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 +18 -0
- package/dist/cli.js +688 -532
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.46] - 2026-02-20
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- **Build sync errors** — log sync errors and add bulk status fallback
|
|
15
|
+
- **Cut-release command** — restore `/cut-release` slash command lost during previous refactor
|
|
16
|
+
|
|
17
|
+
## [0.2.45] - 2026-02-20
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- **Slash command plan reading** — read plan from `~/.claude/plans/` instead of conversation transcript
|
|
22
|
+
- **Build task creation** — enforce sequential task creation to avoid hook runner errors
|
|
23
|
+
|
|
24
|
+
### Changed
|
|
25
|
+
|
|
26
|
+
- **Settings formatting** — reformat settings.json to use tabs for consistency
|
|
27
|
+
|
|
10
28
|
## [0.2.44] - 2026-02-17
|
|
11
29
|
|
|
12
30
|
### Fixed
|