moflo 4.8.15 → 4.8.16

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.
@@ -4,6 +4,6 @@
4
4
  "memorySearched": false,
5
5
  "sessionStart": "2026-03-23T02:45:57.764Z",
6
6
  "memoryRequired": true,
7
- "interactionCount": 37,
8
- "lastBlockedAt": "2026-03-23T04:05:05.816Z"
7
+ "interactionCount": 43,
8
+ "lastBlockedAt": "2026-03-23T05:01:14.656Z"
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moflo",
3
- "version": "4.8.15",
3
+ "version": "4.8.16",
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",
@@ -313,9 +313,9 @@ const routeCommand = {
313
313
  {
314
314
  name: 'task',
315
315
  short: 't',
316
- description: 'Task description',
316
+ description: 'Task description (falls back to CLAUDE_USER_PROMPT env var)',
317
317
  type: 'string',
318
- required: true
318
+ required: false
319
319
  },
320
320
  {
321
321
  name: 'context',
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moflo/cli",
3
- "version": "4.8.15",
3
+ "version": "4.8.16",
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",