moflo 4.8.24 → 4.8.25

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.
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  /**
3
3
  * MoFlo Project Setup
4
4
  *
@@ -59,7 +59,7 @@ When the user asks you to remember something: \`mcp__moflo__memory_store\` with
59
59
  - **Memory-first**: Must search memory before Glob/Grep/Read
60
60
  - **TaskCreate-first**: Must call TaskCreate before spawning Agent tool
61
61
 
62
- - **Task Icons**: \`TaskCreate\` MUST use ICON+[Role] format — see \`.claude/guidance/shipped/task-icons.md\`
62
+ - **Task Icons**: \`TaskCreate\` MUST use ICON+[Role] format — see \`.claude/guidance/task-icons.md\`
63
63
 
64
64
  ### MCP Tools (preferred over CLI)
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moflo",
3
- "version": "4.8.24",
3
+ "version": "4.8.25",
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",
@@ -35,7 +35,7 @@ When the user asks you to remember something: \`mcp__moflo__memory_store\` with
35
35
  - **Memory-first**: Must search memory before Glob/Grep/Read
36
36
  - **TaskCreate-first**: Must call TaskCreate before spawning Agent tool
37
37
 
38
- - **Task Icons**: \`TaskCreate\` MUST use ICON+[Role] format — see \`.claude/guidance/shipped/task-icons.md\`
38
+ - **Task Icons**: \`TaskCreate\` MUST use ICON+[Role] format — see \`.claude/guidance/task-icons.md\`
39
39
 
40
40
  ### MCP Tools (preferred over CLI)
41
41
 
@@ -680,7 +680,7 @@ When the user asks you to remember something: \`mcp__moflo__memory_store\` with
680
680
 
681
681
  - **Memory-first**: Must search memory before Glob/Grep/Read
682
682
  - **TaskCreate-first**: Must call TaskCreate before spawning Agent tool
683
- - **Task Icons**: \`TaskCreate\` MUST use ICON+[Role] format — see \`.claude/guidance/shipped/task-icons.md\`
683
+ - **Task Icons**: \`TaskCreate\` MUST use ICON+[Role] format — see \`.claude/guidance/task-icons.md\`
684
684
 
685
685
  ### MCP Tools (preferred over CLI)
686
686
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moflo/cli",
3
- "version": "4.8.24",
3
+ "version": "4.8.25",
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",