You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,33 @@ All notable changes to server-scripts-cli will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.1.1] - 2026-01-17
9
+
10
+
### Fixed
11
+
-**HIGH**: Generator now supports `examples/demo-scripts/` directory as fallback when `scripts/` doesn't exist ([#codex-high](https://github.com/fidpa/server-scripts-cli/issues))
12
+
- Enables testing generator in standalone demo repository without manual setup
13
+
- Priority-based directory search: `scripts/` first, then `examples/demo-scripts/`
14
+
-**MEDIUM**: Fixed type taxonomy inconsistency - removed `cli-tool` default type, changed to `admin` ([#codex-medium](https://github.com/fidpa/server-scripts-cli/issues))
15
+
- Default type changed from `cli-tool` to `admin` (Tier 1 type)
16
+
- Updated CLI help text to show valid type examples
17
+
-**MEDIUM**: Added auto-migration for deprecated `cli-tool` type → `admin` with warnings ([#codex-medium](https://github.com/fidpa/server-scripts-cli/issues))
18
+
- Non-breaking change: existing scripts with `type: cli-tool` auto-migrate
19
+
- Warning messages guide users to update YAML frontmatter
20
+
-**LOW**: Synchronized version strings across all files to v1.1.1 ([#codex-low](https://github.com/fidpa/server-scripts-cli/issues))
21
+
22
+
### Changed
23
+
- Generator now scans directories in priority order: `scripts/` first, then `examples/demo-scripts/`
24
+
- Default type for scripts without frontmatter changed from `cli-tool` to `admin`
25
+
- Updated CLI help text (`ssc list --help`) to remove `cli-tool` references
26
+
27
+
### Deprecated
28
+
- Type `cli-tool` is now deprecated - use `deployment: cli-tool` field instead
29
+
- See [MANIFEST_SCHEMA.md](docs/MANIFEST_SCHEMA.md#deprecated-types) for migration guide
30
+
31
+
### Documentation
32
+
- Added "Deprecated Types" section to [MANIFEST_SCHEMA.md](docs/MANIFEST_SCHEMA.md)
33
+
- Added migration examples and behavior documentation
34
+
8
35
## [1.1.0] - 2026-01-16
9
36
10
37
### Added
@@ -45,5 +72,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments