moflo 4.12.7 → 4.12.8
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/dist/src/cli/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moflo",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.8",
|
|
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",
|
|
@@ -60,7 +60,8 @@
|
|
|
60
60
|
"security:audit": "npm audit --omit=dev --audit-level high",
|
|
61
61
|
"security:fix": "npm audit fix",
|
|
62
62
|
"version": "node scripts/sync-version.mjs && git add src/cli/version.ts",
|
|
63
|
-
"flo": "node bin/cli.js"
|
|
63
|
+
"flo": "node bin/cli.js",
|
|
64
|
+
"generate:helpers": "node scripts/generate-embedded-helpers.mjs"
|
|
64
65
|
},
|
|
65
66
|
"dependencies": {
|
|
66
67
|
"@anush008/tokenizers": "^0.6.0",
|
|
@@ -98,7 +99,7 @@
|
|
|
98
99
|
"@typescript-eslint/parser": "^8.65.0",
|
|
99
100
|
"eslint": "^10.8.0",
|
|
100
101
|
"glob": "^11.1.0",
|
|
101
|
-
"moflo": "^4.12.
|
|
102
|
+
"moflo": "^4.12.7",
|
|
102
103
|
"tsx": "^4.21.0",
|
|
103
104
|
"typescript": "^5.9.3",
|
|
104
105
|
"vitest": "^4.0.0"
|