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:
|
|
432
|
-
message:
|
|
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) || '.');
|
package/dist/src/cli/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moflo",
|
|
3
|
-
"version": "4.10.
|
|
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.
|
|
98
|
+
"moflo": "^4.10.13",
|
|
99
99
|
"tsx": "^4.21.0",
|
|
100
100
|
"typescript": "^5.9.3",
|
|
101
101
|
"vitest": "^4.0.0"
|