@claude-flow/codex 3.0.0-alpha.8 → 3.0.0-alpha.9

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
@@ -632,7 +632,7 @@ Both platforms share the same `.claude-flow/` runtime:
632
632
  | **Best of Both** | Interactive + batch processing |
633
633
  | **Unified Learning** | Patterns learned by both platforms |
634
634
 
635
- ### CLI Commands (NEW in v3.0.0-alpha.7)
635
+ ### CLI Commands (NEW in v3.0.0-alpha.8)
636
636
 
637
637
  The `@claude-flow/codex` package now includes built-in dual-mode orchestration:
638
638
 
package/dist/index.d.ts CHANGED
@@ -19,13 +19,13 @@ export { getTemplate, listTemplates, BUILT_IN_SKILLS, TEMPLATES, DEFAULT_SKILLS_
19
19
  /**
20
20
  * Package version
21
21
  */
22
- export declare const VERSION = "3.0.0-alpha.1";
22
+ export declare const VERSION = "3.0.0-alpha.8";
23
23
  /**
24
24
  * Package metadata
25
25
  */
26
26
  export declare const PACKAGE_INFO: {
27
27
  readonly name: "@claude-flow/codex";
28
- readonly version: "3.0.0-alpha.1";
28
+ readonly version: "3.0.0-alpha.8";
29
29
  readonly description: "Codex CLI integration for Claude Flow";
30
30
  readonly futureUmbrella: "coflow";
31
31
  readonly repository: "https://github.com/ruvnet/claude-flow";
@@ -37,7 +37,7 @@ declare const _default: {
37
37
  VERSION: string;
38
38
  PACKAGE_INFO: {
39
39
  readonly name: "@claude-flow/codex";
40
- readonly version: "3.0.0-alpha.1";
40
+ readonly version: "3.0.0-alpha.8";
41
41
  readonly description: "Codex CLI integration for Claude Flow";
42
42
  readonly futureUmbrella: "coflow";
43
43
  readonly repository: "https://github.com/ruvnet/claude-flow";
package/dist/index.js CHANGED
@@ -27,7 +27,7 @@ export { getTemplate, listTemplates, BUILT_IN_SKILLS, TEMPLATES, DEFAULT_SKILLS_
27
27
  /**
28
28
  * Package version
29
29
  */
30
- export const VERSION = '3.0.0-alpha.1';
30
+ export const VERSION = '3.0.0-alpha.8';
31
31
  /**
32
32
  * Package metadata
33
33
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claude-flow/codex",
3
- "version": "3.0.0-alpha.8",
3
+ "version": "3.0.0-alpha.9",
4
4
  "description": "Codex CLI integration for Claude Flow - OpenAI Codex platform adapter",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",