feat: 게이트웨이 시계 생명주기 권위 연결

This commit is contained in:
2026-09-03 09:49:53 +00:00
parent a3e2bf90ae
commit a9f23703d9
7 changed files with 330 additions and 25 deletions
+4
View File
@@ -168,6 +168,10 @@ const buildCaller = (
removed: [],
skipped: [],
}),
transitionProfileClock: async (_profileName: string, action: 'SUSPEND' | 'RESUME') => ({
phase: action === 'SUSPEND' ? 'SUSPENDED' : 'RUNNING',
revision: 1,
}),
listRuntimeStates: async () => [],
};
const profileStatus = new InMemoryProfileStatusService(