@orchestrator-claude/cli 1.19.0 → 1.20.0

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/README.md CHANGED
@@ -49,12 +49,12 @@ Docker Container (orchestrator/api)
49
49
 
50
50
  ## Version
51
51
 
52
- - **Current**: 1.4.0
53
- - **Previous**: 1.3.0 (@orchestrator-cli/core - deprecated)
52
+ - **Current**: 1.19.0 (RFC-005 Phase 11 complete)
53
+ - **Previous**: 1.18.0
54
54
 
55
- ## Migration from v1.3.0
55
+ ## Migration
56
56
 
57
- See [migration guide](../../docs/migration-v1.4.md) for upgrading from `@orchestrator-cli/core` to `@orchestrator-claude/cli`.
57
+ See [Migration Guide](../../docs/MIGRATION-GUIDE.md) for upgrade instructions. PostgreSQL is now required for workflow operations.
58
58
 
59
59
  ## Development
60
60
 
package/dist/index.d.ts CHANGED
@@ -11,5 +11,5 @@
11
11
  /**
12
12
  * CLI version
13
13
  */
14
- export declare const CLI_VERSION = "1.19.0";
14
+ export declare const CLI_VERSION = "1.20.0";
15
15
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ import { OutputFormatter } from './formatters/OutputFormatter.js';
20
20
  /**
21
21
  * CLI version
22
22
  */
23
- export const CLI_VERSION = '1.19.0';
23
+ export const CLI_VERSION = '1.20.0';
24
24
  /**
25
25
  * Main CLI function
26
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-claude/cli",
3
- "version": "1.19.0",
3
+ "version": "1.20.0",
4
4
  "description": "Orchestrator CLI - Thin Client",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",