moflo 4.9.16 → 4.9.17

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,7 +4,7 @@
4
4
 
5
5
  ---
6
6
 
7
- ## Configuration (moflo.yaml)
7
+ ## moflo.yaml epic Section
8
8
 
9
9
  **Add an `epic` section to `moflo.yaml` to control epic behavior.** All settings have sensible defaults.
10
10
 
@@ -41,7 +41,7 @@ description: "ICON [Role] Brief description"
41
41
  | performance-* | ⚡ | `⚡ [Perf] Profile query bottleneck` |
42
42
  | general-purpose | 🤖 | `🤖 [Agent] Execute multi-step task` |
43
43
 
44
- ## Examples
44
+ ## Wrong vs Right Examples
45
45
 
46
46
  ### TaskCreate
47
47
 
@@ -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.9.16';
5
+ export const VERSION = '4.9.17';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moflo",
3
- "version": "4.9.16",
3
+ "version": "4.9.17",
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",
@@ -81,7 +81,7 @@
81
81
  "@typescript-eslint/eslint-plugin": "^7.18.0",
82
82
  "@typescript-eslint/parser": "^7.18.0",
83
83
  "eslint": "^8.0.0",
84
- "moflo": "^4.9.15",
84
+ "moflo": "^4.9.16",
85
85
  "tsx": "^4.21.0",
86
86
  "typescript": "^5.9.3",
87
87
  "vitest": "^4.0.0"