refactor: rename pod crate to worker

This commit is contained in:
2026-06-26 00:05:57 +09:00
parent 4c677640f4
commit 6c59fe927b
194 changed files with 6637 additions and 6146 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ members = [
"crates/secrets",
"crates/manifest",
"crates/mcp",
"crates/pod",
"crates/worker",
"crates/plugin-pdk",
"crates/yoi",
"crates/pod-store",
@@ -35,7 +35,7 @@ default-members = [
"crates/secrets",
"crates/manifest",
"crates/mcp",
"crates/pod",
"crates/worker",
"crates/plugin-pdk",
"crates/yoi",
"crates/pod-store",
@@ -69,7 +69,7 @@ lint-common = { path = "crates/lint-common" }
memory = { path = "crates/memory" }
ticket = { path = "crates/ticket" }
project-record = { path = "crates/project-record" }
pod = { path = "crates/pod" }
worker = { path = "crates/worker" }
yoi-plugin-pdk = { path = "crates/plugin-pdk" }
yoi = { path = "crates/yoi" }
pod-registry = { path = "crates/pod-registry" }