moflo 4.8.73 → 4.8.74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moflo",
3
- "version": "4.8.73",
3
+ "version": "4.8.74",
4
4
  "description": "MoFlo — AI agent orchestration for Claude Code. Forked from ruflo/claude-flow with patches applied to source, plus feature-level orchestration.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -112,7 +112,7 @@
112
112
  "@types/js-yaml": "^4.0.9",
113
113
  "@types/node": "^20.19.37",
114
114
  "eslint": "^8.0.0",
115
- "moflo": "^4.8.72",
115
+ "moflo": "^4.8.73",
116
116
  "tsx": "^4.21.0",
117
117
  "typescript": "^5.9.3",
118
118
  "vitest": "^4.0.0"
@@ -2,5 +2,5 @@
2
2
  * Auto-generated by build. Do not edit manually.
3
3
  * Source of truth: root package.json → scripts/sync-version.mjs
4
4
  */
5
- export const VERSION = '4.8.73';
5
+ export const VERSION = '4.8.74';
6
6
  //# sourceMappingURL=version.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moflo/cli",
3
- "version": "4.8.73",
3
+ "version": "4.8.74",
4
4
  "type": "module",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -21,7 +21,7 @@ export const DEFAULT_SANDBOX_CONFIG = {
21
21
  tier: 'auto',
22
22
  };
23
23
  /** Recommended image for first-time Windows Docker sandbox setup. */
24
- export const RECOMMENDED_DOCKER_IMAGE = 'node:20-bookworm';
24
+ export const RECOMMENDED_DOCKER_IMAGE = 'ghcr.io/eric-cielo/moflo-sandbox:latest';
25
25
  // ============================================================================
26
26
  // Detection (cached)
27
27
  // ============================================================================
@@ -262,7 +262,7 @@ function formatWindowsDockerNotReadyMessage() {
262
262
  ' Wait for the whale icon in your system tray to stop animating —',
263
263
  ' that means Docker is ready.',
264
264
  '',
265
- `MoFlo will auto-pull the default image (${RECOMMENDED_DOCKER_IMAGE}) on`,
265
+ `MoFlo will auto-pull the sandbox image (${RECOMMENDED_DOCKER_IMAGE}) on`,
266
266
  'the first spell run.',
267
267
  '',
268
268
  'Not ready to set this up? Turn sandboxing off by setting',