moflo 4.10.13 → 4.10.14

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.
@@ -425,13 +425,10 @@ export async function checkNestedMofloIslands(cwd) {
425
425
  }
426
426
  const { islands, truncated } = scan;
427
427
  if (islands.length === 0) {
428
- const baseMsg = 'No nested .moflo/ directories detected';
429
428
  return {
430
429
  name: 'Nested .moflo/ Islands',
431
- status: truncated ? 'warn' : 'pass',
432
- message: truncated
433
- ? `${baseMsg} within depth-5 walk — deeper subtrees not inspected`
434
- : baseMsg,
430
+ status: 'pass',
431
+ message: 'No nested .moflo/ directories detected',
435
432
  };
436
433
  }
437
434
  const rels = islands.map(p => relative(root, p) || '.');
@@ -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.10.13';
5
+ export const VERSION = '4.10.14';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moflo",
3
- "version": "4.10.13",
3
+ "version": "4.10.14",
4
4
  "description": "MoFlo — AI agent orchestration for Claude Code. A standalone, opinionated toolkit with semantic memory, learned routing, gates, spells, and the /flo issue-execution skill.",
5
5
  "main": "dist/src/cli/index.js",
6
6
  "type": "module",
@@ -95,7 +95,7 @@
95
95
  "@typescript-eslint/eslint-plugin": "^7.18.0",
96
96
  "@typescript-eslint/parser": "^7.18.0",
97
97
  "eslint": "^8.0.0",
98
- "moflo": "^4.10.12",
98
+ "moflo": "^4.10.13",
99
99
  "tsx": "^4.21.0",
100
100
  "typescript": "^5.9.3",
101
101
  "vitest": "^4.0.0"