swactor/crates
Developer bf79d63be4 feat: command interface — frontend-agnostic dispatch crate
Add swactor-command crate that decouples command dispatch from the
dashboard, enabling the same commands from REPL, REST, TUI, or any
future frontend.

- CommandRouter with dispatch(), CommandHandler trait, CommandMeta
- CommandRequest/CommandResponse (serde-serializable JSON protocol)
- CommandContext with Arc<Runtime> + optional StatsEnricher trait
- 9 built-in commands extracted from investigate.rs:
  help, overview, workers, worker, actors, actor, hot, phases, diff,
  shutdown
- REPL line parser (parse_line) with positional arg mapping
- REST adapter (from_query_params) for HTTP query parameters
- Dashboard integration: StatsEnricher impl for StatsCollector,
  investigate.rs refactored to thin CommandRouter wrapper,
  server.rs updated to share CommandRouter across handler threads
- 18 behavioral tests in crates/command/tests/command_api.rs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 07:25:50 +00:00
..
command feat: command interface — frontend-agnostic dispatch crate 2026-02-13 07:25:50 +00:00
distribution feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
dp-mnist feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
python major feature update 2026-02-13 07:11:24 +00:00
runtime-dashboard feat: command interface — frontend-agnostic dispatch crate 2026-02-13 07:25:50 +00:00
simulation feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
simulation-dashboard feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
std major feature update 2026-02-13 07:11:24 +00:00
wasm feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
wasm-actor feat: wasm actor crate — run WebAssembly guests inside swactor actors 2026-02-13 07:19:09 +00:00