swactor/crates
Zachery Aaron Shores-Chmielewski ef9e1c98a3 refactor: mvp-system is now a standalone app, myelin
Promote the `mvp-system` workspace library crate to a standalone application at `apps/myelin`, rebranding the MVP system along with its binaries, node image, and spec.

- workspace `Cargo.toml`: swap member `crates/mvp-system` -> `apps/myelin` and drop `apps` from `exclude` so the app joins the workspace
- `apps/myelin/Cargo.toml`: declare package `myelin` with `autobins = false` and explicit `[[bin]]` targets `myelin-worker`, `myelin-orchestrator`, `myelin-chat`
- `apps/myelin/src`: move the whole `mvp-system` source tree and rebrand module surfaces (`chat/mod.rs`, `prompt/mod.rs`); add `bin/chat.rs` (`myelin::run_chat_from_args`) and delete the old `mvp_chat.rs`
- `apps/myelin/node-image`: relocate the worker image assets from `apps/mvp-node/` (Dockerfile, Dockerfile.base, tinygrad_worker.py, entrypoint, e2e script) and rename `MVP_SYSTEM_SPEC.md` -> `MYELIN_SPEC.md`
- `xtask`: rewrite build/reference paths for the rename (~1000-line churn); add `crates/dashboard/ACTOR_PANEL_SPEC.md`

Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-08-01 14:06:10 +04:00
..
bindings refactor: drop datastore crate, stale specs, and benches 2026-06-23 19:42:28 +04:00
dashboard refactor: mvp-system is now a standalone app, myelin 2026-08-01 14:06:10 +04:00
data-plane refactor: data movement handled by an independant crate 2026-07-28 21:30:56 +04:00
datastream refactor(mvp-system): move swim telemetry into distribution stack 2026-07-30 15:31:23 +04:00
distribution refactor: fold driver pumps into iroh-driver and codecs into transport 2026-07-30 12:18:02 +04:00
iroh-driver refactor(mvp-system): move swim telemetry into distribution stack 2026-07-30 15:31:23 +04:00
process refactor(process): process-manager cleanup 2026-07-18 15:21:34 +04:00
provisioning refactor(mvp-system): establish module boundaries 2026-07-28 11:29:31 +04:00
transport refactor(mvp-system): move swim telemetry into distribution stack 2026-07-30 15:31:23 +04:00