codeam-cli 2.61.22 → 2.61.24
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 +23 -0
- package/dist/index.js +742 -472
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,29 @@ 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.61.23] — 2026-07-20
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **shared:** Add Agent Skills wire types (SkillDefinition, SkillsManifest)
|
|
12
|
+
- **shared:** Seed SKILL_REGISTRY with code-review + resolve-conflicts
|
|
13
|
+
- **cli:** Skills.json manifest read/persist/clear util
|
|
14
|
+
- **cli:** Materialize curated SKILL.md bundles under $HOME (namespaced)
|
|
15
|
+
- **cli:** ProvisionSkillsForStart materializes skills before agent spawn
|
|
16
|
+
- **cli:** Persist self-hosted deploy skills manifest to skills.json
|
|
17
|
+
- **cli:** Skills_configure relay command (add/remove/list) in both registries
|
|
18
|
+
- **shared:** Add skillIds to AgentReviewPlan wire type
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- **cli:** SKILL.md frontmatter name must match codeam-<id> skill dir
|
|
23
|
+
- **cli:** ConfigureSkill rejects unknown action instead of destructive remove fall-through
|
|
24
|
+
- **cli:** Quote SKILL.md description (valid YAML) + harden skills manifest read
|
|
25
|
+
|
|
26
|
+
### Tests
|
|
27
|
+
|
|
28
|
+
- **cli:** Make skills path assertions separator-agnostic (Windows CI)
|
|
29
|
+
|
|
7
30
|
## [2.61.21] — 2026-07-18
|
|
8
31
|
|
|
9
32
|
### Added
|