moflo 4.11.3 → 4.11.5

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/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
  **A standalone, opinionated AI agent orchestration toolkit for Claude Code, optimized for local development.**
8
8
 
9
+ **[Website](https://cielolimitada.com/moflo)** · [npm](https://www.npmjs.com/package/moflo) · [GitHub](https://github.com/eric-cielo/moflo)
10
+
9
11
  ## TL;DR
10
12
 
11
13
  MoFlo makes Claude Code remember what it learns, check what it knows before exploring files, and get smarter over time — all automatically. Install it, run `flo init`, restart Claude Code, and everything just works: your docs and code are indexed on session start so Claude can search them instantly, gates prevent Claude from wasting tokens on blind exploration, task outcomes feed back into routing so it picks the right agent type next time, and context depletion warnings tell you when to start a fresh session. No configuration, no API keys, no cloud services — it all runs locally on your machine.
@@ -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.11.3';
5
+ export const VERSION = '4.11.5';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moflo",
3
- "version": "4.11.3",
3
+ "version": "4.11.5",
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",
@@ -15,7 +15,7 @@
15
15
  "moflo": "bin/cli.js",
16
16
  "claude-flow": "bin/cli.js"
17
17
  },
18
- "homepage": "https://github.com/eric-cielo/moflo#readme",
18
+ "homepage": "https://cielolimitada.com/moflo",
19
19
  "bugs": {
20
20
  "url": "https://github.com/eric-cielo/moflo/issues"
21
21
  },
@@ -94,7 +94,7 @@
94
94
  "@typescript-eslint/eslint-plugin": "^7.18.0",
95
95
  "@typescript-eslint/parser": "^7.18.0",
96
96
  "eslint": "^8.0.0",
97
- "moflo": "^4.11.2",
97
+ "moflo": "^4.11.4",
98
98
  "tsx": "^4.21.0",
99
99
  "typescript": "^5.9.3",
100
100
  "vitest": "^4.0.0"
@@ -121,7 +121,7 @@
121
121
  "orchestration"
122
122
  ],
123
123
  "author": {
124
- "name": "Eric Cielo",
124
+ "name": "Eric Swann",
125
125
  "url": "https://github.com/eric-cielo"
126
126
  },
127
127
  "license": "MIT",