moflo 4.8.38 → 4.8.39

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.
@@ -112,7 +112,7 @@ try {
112
112
  const scriptFiles = [
113
113
  'hooks.mjs', 'session-start-launcher.mjs', 'index-guidance.mjs',
114
114
  'build-embeddings.mjs', 'generate-code-map.mjs', 'semantic-search.mjs',
115
- 'index-tests.mjs',
115
+ 'index-tests.mjs', 'index-all.mjs',
116
116
  ];
117
117
  for (const file of scriptFiles) {
118
118
  syncFile(resolve(binDir, file), resolve(scriptsDir, file), `.claude/scripts/${file}`);
@@ -112,7 +112,7 @@ try {
112
112
  const scriptFiles = [
113
113
  'hooks.mjs', 'session-start-launcher.mjs', 'index-guidance.mjs',
114
114
  'build-embeddings.mjs', 'generate-code-map.mjs', 'semantic-search.mjs',
115
- 'index-tests.mjs',
115
+ 'index-tests.mjs', 'index-all.mjs',
116
116
  ];
117
117
  for (const file of scriptFiles) {
118
118
  syncFile(resolve(binDir, file), resolve(scriptsDir, file), `.claude/scripts/${file}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moflo",
3
- "version": "4.8.38",
3
+ "version": "4.8.39",
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",
@@ -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.38';
5
+ export const VERSION = '4.8.39';
6
6
  //# sourceMappingURL=version.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moflo/cli",
3
- "version": "4.8.38",
3
+ "version": "4.8.39",
4
4
  "type": "module",
5
5
  "description": "MoFlo CLI — AI agent orchestration with specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code",
6
6
  "main": "dist/src/index.js",