cli: spawn pods through insomnia pod

This commit is contained in:
2026-05-31 14:20:00 +09:00
parent de3f64f41d
commit 4f622b8e32
12 changed files with 212 additions and 43 deletions
+2
View File
@@ -8,6 +8,7 @@ members = [
"crates/session-store",
"crates/manifest",
"crates/pod",
"crates/pod-command",
"crates/pod-store",
"crates/protocol",
"crates/provider",
@@ -33,6 +34,7 @@ manifest = { path = "crates/manifest" }
lint-common = { path = "crates/lint-common" }
memory = { path = "crates/memory" }
pod = { path = "crates/pod" }
pod-command = { path = "crates/pod-command" }
pod-registry = { path = "crates/pod-registry" }
pod-store = { path = "crates/pod-store" }
protocol = { path = "crates/protocol" }