4 Commits

Author SHA1 Message Date
ruv dc4b2d86d9 darwin-plugins iter 2 — ruflo-ruvector: correct MCP tool count 103→91 (verified via mcp tools) 2026-06-26 20:17:09 -04:00
Reuven 6e1bdc211e fix(plugins): pin ruflo-ruvector to ruvector@0.2.25 + expand verified CLI surface
The plugin's docs had drifted from the real ruvector CLI: many documented
invocations (`embed "TEXT"`, `compare`, `cluster --namespace`, `hooks route
--task`, `brain agi status`, `midstream status`, `index create/stats`,
`embed --model poincare`) failed with "unknown command" or "unknown option"
on the installed ruvector. Probed every subcommand against ruvector@0.2.25
and rewrote the plugin to match reality.

Changes:
- Pin every `npx ruvector` call to `npx -y ruvector@0.2.25` across README,
  agent, skills, and commands
- Rewrite commands/vector.md with 80+ verified subcommands (embed, db
  lifecycle, RVF cognitive containers, GNN, attention mechanisms, hooks,
  native/workers, brain, SONA, LLM, identity, edge, server, decompile, demo)
- Add vector-setup skill that installs onnx-embeddings-wasm + pi-brain +
  ruvllm and registers the MCP server with the pinned version
- Add scripts/smoke.sh — 11-check contract test (version pin, top-level
  surface, positional-arg invariants, removed-surface-stays-removed)
- Replace stale "Search Capabilities (v2.1+)" table claiming FlashAttention-3
  / Graph RAG / DiskANN / ColBERT / Matryoshka / MLA / TurboQuant as CLI
  features with an "Attention Mechanisms" table mapped to real
  `attention compute|benchmark|hyperbolic` invocations
- Document known 0.2.25 bugs: `optimize` not yet shipped, `hooks force-learn`
  TypeError, `hooks graph-mincut` undefined.length, `benchmark` dimension bug,
  top-level `cluster` "Coming Soon"
- Add ADR-0001 documenting the pin policy, optional add-on packages, MCP
  registration, removed-surface contract, and smoke-test gate
- Bump plugin version 0.2.0 → 0.2.1

Smoke: 11/11 passing against ruvector@0.2.25.

Co-Authored-By: RuFlo <ruv@ruv.net>
2026-05-04 15:56:58 -04:00
Reuven 7ed18b8335 feat: upgrade neural-trader, ruvector, rag-memory plugins to wrap npm packages
- ruflo-neural-trader: wrap npx neural-trader (v2.7+), add market-analyst
  and backtest-engineer agents, add trader-regime/train/risk skills (4 agents, 6 skills)
- ruflo-ruvector: wrap npx ruvector — FlashAttention-3, Graph RAG, hybrid
  search, DiskANN, 103 MCP tools, Brain AGI
- ruflo-rag-memory: SOTA upgrade — hybrid search (sparse+dense RRF),
  Graph RAG multi-hop, MMR diversity, adaptive chunking, consolidation
- plugins/README.md: add npm package integration section

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-30 00:02:40 -04:00
Reuven f25bcf2073 feat: add 10 new ruflo plugins, optimize all 32, add READMEs and user guide
New plugins: ruflo-adr (ADR lifecycle), ruflo-ddd (domain-driven design),
ruflo-sparc (SPARC methodology), ruflo-neural-trader (trading strategies),
ruflo-ruvector (vector embeddings), ruflo-knowledge-graph (entity graphs),
ruflo-market-data (OHLCV ingestion), ruflo-migrations (schema management),
ruflo-observability (logging/tracing), ruflo-cost-tracker (token budgets).

Optimizations across all 32 plugins:
- All pass `claude plugin validate` (removed invalid manifest arrays)
- 51/51 skills have argument-hint frontmatter
- Model routing: 4 haiku, 24 sonnet, 2 opus (cost-optimized)
- Neural learning hooks on 25/30 agents
- Cross-references between 6 related plugin pairs
- Pathfinder graph traversal algo for researcher agent
- READMEs for all 32 plugins + plugins/README.md catalog
- discover-plugins skill updated with full 32-plugin catalog

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-29 23:46:54 -04:00