fix: restore orchestrator companion notifications

This commit is contained in:
2026-06-18 23:42:07 +09:00
parent dcbfb6314e
commit cd86cc533c
14 changed files with 431 additions and 40 deletions
+6
View File
@@ -12,6 +12,12 @@ pkgs.mkShell {
openssl
];
shellHook = ''
if repo_root="$(git rev-parse --show-toplevel 2>/dev/null)"; then
export YOI_POD_RUNTIME_COMMAND="$repo_root/target/debug/yoi"
else
export YOI_POD_RUNTIME_COMMAND="$PWD/target/debug/yoi"
fi
echo "dev-shell-loaded"
echo "YOI_POD_RUNTIME_COMMAND=$YOI_POD_RUNTIME_COMMAND"
'';
}