This repository currently contains the design docs and a minimal Rust workspace skeleton for the first implementation wave.
Workspace layout:
crates/warp-insight-contractsShared contract types and versioned schema objects.crates/warp-insight-validateStatic validators for plans, results, config, and state.crates/warp-insight-sharedShared errors, IDs, paths, and common runtime helpers.crates/warp-insightdEdge daemon skeleton.crates/warp-insight-execActionPlan runtime skeleton.crates/warp-insight-upgraderUpgrade helper skeleton.crates/warp-insight-gatewaySouthbound gateway/server skeleton.crates/warp-insight-controlControl-center core skeleton.
The current code is intentionally minimal and is meant to anchor the module boundaries
defined under doc/design.