chore: vendor ruvnet/metaharness as a git submodule

Adds vendor/metaharness (github.com/ruvnet/metaharness, pinned at
87b6c51 on main) -- the real MetaHarness generator: repo-aware CLI,
Rust/WASM+NAPI-RS kernel, host adapters, @metaharness/router
(cost-optimal model routing) and @metaharness/darwin ("Darwin Mode",
self-evolving harness config). ADR-285's harness/homecore/ already
depends on the real @metaharness/kernel@0.1.2 npm package; this
vendors the source repo alongside the other vendor/* submodules
(rufield, rvcsi, ruvector, sublinear-time-solver, midstream) for local
inspection and building.

No wiring into any harness/ or crate yet -- follow-up work.
This commit is contained in:
ruv
2026-07-30 18:00:03 -04:00
parent 90b29595fb
commit 50edd0aec6
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -29,3 +29,7 @@
path = v2/crates/worldgraph
url = https://github.com/ruvnet/worldgraph.git
branch = main
[submodule "vendor/metaharness"]
path = vendor/metaharness
url = https://github.com/ruvnet/metaharness
branch = main
Vendored Submodule
+1
Submodule vendor/metaharness added at 87b6c517c7