ruflo 3.7.0-alpha.69 → 3.7.0-alpha.70

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 +0 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -395,15 +395,6 @@ User Guide section index:
395
395
 
396
396
  ---
397
397
 
398
- ## Contributing
399
-
400
- Humans and AI agents are both welcome. The one rule that matters: **file an issue before opening a PR** — even a 3-line one — so we can collaborate on the shape of the change before you sink time into it.
401
-
402
- | Read | Where |
403
- |------|-------|
404
- | **Contributor guide** — full conventions, testing, publishing, contrastive eval, AI-agent specifics | [`docs/AGENT_CONTRIBUTOR.md`](docs/AGENT_CONTRIBUTOR.md) |
405
- | **Pinned issue — read this first** | [How to contribute (#2035)](https://github.com/ruvnet/ruflo/issues/2035) |
406
-
407
398
  ## Support
408
399
 
409
400
  | Resource | Link |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruflo",
3
- "version": "3.7.0-alpha.69",
3
+ "version": "3.7.0-alpha.70",
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",
@@ -40,7 +40,7 @@
40
40
  "package:rvf": "bash src/scripts/package-rvf.sh"
41
41
  },
42
42
  "dependencies": {
43
- "@claude-flow/cli": "^3.7.0-alpha.69"
43
+ "@claude-flow/cli": "^3.7.0-alpha.11"
44
44
  },
45
45
  "overrides": {
46
46
  "@ruvector/rvf-wasm": "0.1.5",