mirror of
https://github.com/ruvnet/RuView.git
synced 2026-08-25 00:15:06 +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:
parent
e4695d8c68
commit
bb554ab7b4
2 changed files with 5 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
vendor/metaharness
vendored
Submodule
1
vendor/metaharness
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 87b6c517c7e6bb021762b002bfa54c4f5b4acd65
|
||||
Loading…
Add table
Add a link
Reference in a new issue