@@ -6,6 +6,62 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
77## [ Unreleased]
88
9+ ## [ 0.37.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.36.0...v0.37.0 ) - 2026-03-28
10+
11+ ### Added
12+
13+ - wire validate command, fix per-directory vuln/dep scanning, add deploy preview/run, and pagination
14+ - updating test cases
15+ - removed .env
16+ - claude skills feature
17+ - rewrite command skills to use --agent flag
18+ - rewrite workflow skills with --agent and cross-step retrieval
19+ - wire --agent flag in command handlers and add Retrieve command
20+ - add --agent flag to 5 scan commands and Retrieve subcommand
21+ - add CLI variants of compression functions
22+ - add resolve_latest() for cross-process ref_id resolution
23+ - * (installer)* add CLI entrypoint with commander, inquirer, ora, chalk
24+ - * (installer)* add update command (re-exports uninstall + install)
25+ - * (installer)* add status command with per-agent skill counting
26+ - * (installer)* add uninstall command with glob removal and Gemini marker cleanup
27+ - * (installer)* add install command with skill writers for all 5 agents
28+ - * (installer)* add prerequisite check and installation modules
29+ - * (installer)* add Cursor, Windsurf, and Gemini format transformers
30+ - * (installer)* add Claude and Codex format transformers
31+ - * (installer)* add agent detection for 5 AI coding agents
32+ - * (installer)* add skill loader with frontmatter parsing
33+ - * (installer)* add constants and utils module with version parsing
34+ - * (skills)* add syncable-deploy-pipeline workflow skill
35+ - * (skills)* add syncable-iac-pipeline workflow skill
36+ - * (skills)* add syncable-security-audit workflow skill
37+ - * (skills)* add syncable-project-assessment workflow skill
38+ - * (skills)* add syncable-platform command skill
39+ - * (skills)* add syncable-optimize command skill
40+ - * (skills)* add syncable-validate command skill
41+ - * (skills)* add syncable-dependencies command skill
42+ - * (skills)* add syncable-vulnerabilities command skill
43+ - * (skills)* add syncable-security command skill
44+ - * (skills)* add syncable-analyze command skill
45+ - early agu-ui protocol added
46+
47+ ### Fixed
48+
49+ - add failures/diagnostics fields to find_issues_array
50+ - * (installer)* add verbose logging, forward all flags in update command
51+
52+ ### Other
53+
54+ - ignore 6 new transitive dependency advisories (aws-lc-sys, rustls-webpki)
55+ - agent output pipeline implementation plan (10 tasks)
56+ - agent output pipeline design spec
57+ - * (installer)* add professional npm README with logo and metadata
58+ - * (installer)* scaffold npx installer project
59+ - add npx installer implementation plan
60+ - add npx installer design spec
61+ - scaffold skills directory structure
62+ - add syncable CLI skills implementation plan
63+ - add syncable CLI skills design spec
64+
965## [ 0.36.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.35.1...v0.36.0 ) - 2026-03-15
1066
1167### Fixed
0 commit comments