@@ -6,6 +6,97 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
77## [ Unreleased]
88
9+ ## [ 0.37.1] ( https://github.com/syncable-dev/syncable-cli/compare/v0.37.0...v0.37.1 ) - 2026-03-29
10+
11+ ### Added
12+
13+ - deprecate chat/agent commands, rebrand CLI as DevOps toolbox
14+ - updated codex/gemini skill path
15+
16+ ### Fixed
17+
18+ - install Codex skills to ~ /.agents/skills/ per official docs
19+ - rewrite Gemini CLI skill installer to use proper SKILL.md directory format
20+ - rewrite skill descriptions for semantic matching, skip CI for non-Rust changes
21+
22+ ### Other
23+
24+ - release v0.37.0
25+ - * (installer)* update README with correct install paths for Claude, Codex, Gemini
26+
27+ ## [ 0.37.1] ( https://github.com/syncable-dev/syncable-cli/compare/v0.37.0...v0.37.1 ) - 2026-03-29
28+
29+ ### Added
30+
31+ - deprecate chat/agent commands, rebrand CLI as DevOps toolbox
32+ - updated codex/gemini skill path
33+
34+ ### Fixed
35+
36+ - install Codex skills to ~ /.agents/skills/ per official docs
37+ - rewrite Gemini CLI skill installer to use proper SKILL.md directory format
38+ - rewrite skill descriptions for semantic matching, skip CI for non-Rust changes
39+
40+ ### Other
41+
42+ - * (installer)* update README with correct install paths for Claude, Codex, Gemini
43+
44+ ## [ 0.37.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.36.0...v0.37.0 ) - 2026-03-28
45+
46+ ### Added
47+
48+ - wire validate command, fix per-directory vuln/dep scanning, add deploy preview/run, and pagination
49+ - updating test cases
50+ - removed .env
51+ - claude skills feature
52+ - rewrite command skills to use --agent flag
53+ - rewrite workflow skills with --agent and cross-step retrieval
54+ - wire --agent flag in command handlers and add Retrieve command
55+ - add --agent flag to 5 scan commands and Retrieve subcommand
56+ - add CLI variants of compression functions
57+ - add resolve_latest() for cross-process ref_id resolution
58+ - * (installer)* add CLI entrypoint with commander, inquirer, ora, chalk
59+ - * (installer)* add update command (re-exports uninstall + install)
60+ - * (installer)* add status command with per-agent skill counting
61+ - * (installer)* add uninstall command with glob removal and Gemini marker cleanup
62+ - * (installer)* add install command with skill writers for all 5 agents
63+ - * (installer)* add prerequisite check and installation modules
64+ - * (installer)* add Cursor, Windsurf, and Gemini format transformers
65+ - * (installer)* add Claude and Codex format transformers
66+ - * (installer)* add agent detection for 5 AI coding agents
67+ - * (installer)* add skill loader with frontmatter parsing
68+ - * (installer)* add constants and utils module with version parsing
69+ - * (skills)* add syncable-deploy-pipeline workflow skill
70+ - * (skills)* add syncable-iac-pipeline workflow skill
71+ - * (skills)* add syncable-security-audit workflow skill
72+ - * (skills)* add syncable-project-assessment workflow skill
73+ - * (skills)* add syncable-platform command skill
74+ - * (skills)* add syncable-optimize command skill
75+ - * (skills)* add syncable-validate command skill
76+ - * (skills)* add syncable-dependencies command skill
77+ - * (skills)* add syncable-vulnerabilities command skill
78+ - * (skills)* add syncable-security command skill
79+ - * (skills)* add syncable-analyze command skill
80+ - early agu-ui protocol added
81+
82+ ### Fixed
83+
84+ - add failures/diagnostics fields to find_issues_array
85+ - * (installer)* add verbose logging, forward all flags in update command
86+
87+ ### Other
88+
89+ - ignore 6 new transitive dependency advisories (aws-lc-sys, rustls-webpki)
90+ - agent output pipeline implementation plan (10 tasks)
91+ - agent output pipeline design spec
92+ - * (installer)* add professional npm README with logo and metadata
93+ - * (installer)* scaffold npx installer project
94+ - add npx installer implementation plan
95+ - add npx installer design spec
96+ - scaffold skills directory structure
97+ - add syncable CLI skills implementation plan
98+ - add syncable CLI skills design spec
99+
9100## [ 0.36.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.35.1...v0.36.0 ) - 2026-03-15
10101
11102### Fixed
0 commit comments