Lay down the wasm-actor host, a frontend-agnostic command layer, and a distribution registry. - command (new crate): CommandRouter dispatching to built-in inspection handlers (overview/workers/actors) plus user-registered handlers, with line and query-param parsers; built for REPL/REST/TUI/WebSocket frontends. - wasm-actor (new crate): skeleton host — WasmActor, Builder, Engine, error types — with echo/double/silent guest fixtures and integration tests. - distribution: add Registry (member catalog + lookups) and Snapshot, with tests. - core: extend the worker watch API; add watch_api integration tests. Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
17 lines
234 B
Text
17 lines
234 B
Text
**/target
|
|
**/node_modules/
|
|
.vscode/
|
|
.venv
|
|
__pycache__
|
|
fuzz/artifacts/**
|
|
corpus
|
|
|
|
# Analysis artifacts (depgraph + spectral)
|
|
**/deps.dot
|
|
**/deps.html
|
|
docs/architecture.dot
|
|
docs/architecture.html
|
|
|
|
# Claude session files
|
|
CLAUDE/
|
|
.claude/
|