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
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
filter = sourceFilter;
};
cargoHash = "sha256-GnzrlfCbLv09XH8J3cTeaOXl+tcelfQVtSG7aZVS82E=";
cargoHash = "sha256-+wsw/NKSCrouBhXgm4Mt5yk2gU87uTRYWwRSvJyiMLI=";
depsExtraArgs = {
# Older fetchCargoVendor utilities used crates.io's API download endpoint,
@@ -120,7 +120,7 @@ rustPlatform.buildRustPackage rec {
installCheckPhase = ''
runHook preInstallCheck
"$out/bin/yoi" pod --help >/dev/null
"$out/bin/yoi" worker --help >/dev/null
test -x "$out/bin/yoi"
test -x "$out/bin/yoi-workspace-server"
"$out/bin/yoi-workspace-server" --help >/dev/null
@@ -136,7 +136,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = {
description = "Agentic coding Pod runtime and terminal UI";
description = "Agentic coding Worker runtime and terminal UI";
license = lib.licenses.mit;
mainProgram = "yoi";
platforms = lib.platforms.unix;