ruflo 3.25.4 → 3.25.6

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.
Files changed (2) hide show
  1. package/README.md +2 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  <div align="center">
2
2
 
3
3
  [![Ruflo Banner](ruflo/assets/ruflo-small.jpeg)](https://cognitum.one/agentic-engineering)
4
+ [![Agentics Foundation Banner](docs/assets/sv-summit.png)](https://agentics.org/siliconvalley/?UTM=GH-RuFlo-SV)
5
+
4
6
 
5
7
  <!-- Try Ruflo — the 4 badges first-time visitors actually act on -->
6
8
  [![Try the UI Beta — flo.ruv.io](https://img.shields.io/badge/_Try_the_UI_Beta-flo.ruv.io-6366f1?style=for-the-badge&logoColor=white&logo=svelte)](https://flo.ruv.io/)
@@ -191,23 +193,6 @@ npm install -g ruflo@latest
191
193
  claude mcp add ruflo -- npx ruflo@latest mcp start
192
194
  ```
193
195
 
194
- ### Start the Background Daemon (enables self-learning + workers)
195
-
196
- The 12 background workers (audit, optimize, testgaps, map, document, …) run under
197
- the daemon. `init` sets everything up but does **not** start it — run this once so
198
- learning and the workers are actually live:
199
-
200
- ```bash
201
- # Start the background worker daemon
202
- npx ruflo@latest daemon start
203
-
204
- # Verify everything is wired (learning bridge, daemon, memory, MCP)
205
- npx ruflo@latest doctor --fix
206
- ```
207
-
208
- > 💡 `doctor --fix` also repairs the self-learning bridge if `@claude-flow/memory`
209
- > could not be resolved on the `npx` install path (#2545).
210
-
211
196
  ---
212
197
 
213
198
  ## What You Get
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruflo",
3
- "version": "3.25.4",
3
+ "version": "3.25.6",
4
4
  "description": "Ruflo - Enterprise AI agent orchestration platform. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",
5
5
  "main": "bin/ruflo.js",
6
6
  "type": "module",