fix: sync backend worker registry projections

This commit is contained in:
2026-07-11 02:13:00 +09:00
parent 3e5546ea33
commit 8695089fba
7 changed files with 468 additions and 28 deletions
@@ -124,6 +124,7 @@ export type WorkingDirectorySummary = {
resolved_commit: string;
resolved_tree?: string | null;
status: string;
management_kind?: "backend_managed" | "runtime_unmanaged" | string | null;
cleanup_policy: string;
cleanup_target: {
kind: string;