mirror of
https://github.com/ruvnet/RuView
synced 2026-08-02 19:11:46 +00:00
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:
@@ -29,3 +29,7 @@
|
|||||||
path = v2/crates/worldgraph
|
path = v2/crates/worldgraph
|
||||||
url = https://github.com/ruvnet/worldgraph.git
|
url = https://github.com/ruvnet/worldgraph.git
|
||||||
branch = main
|
branch = main
|
||||||
|
[submodule "vendor/metaharness"]
|
||||||
|
path = vendor/metaharness
|
||||||
|
url = https://github.com/ruvnet/metaharness
|
||||||
|
branch = main
|
||||||
|
|||||||
+1
Submodule vendor/metaharness added at 87b6c517c7
Reference in New Issue
Block a user