merge: 최신 main을 worktree 자동 정리에 반영

This commit is contained in:
2026-08-20 16:25:48 +00:00
25 changed files with 466 additions and 26 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ describe('readReleaseManifest', () => {
await expect(readReleaseManifest(workspaceRoot)).resolves.toMatchObject({
controllerProtocol: RELEASE_CONTROLLER_PROTOCOL,
gatewaySchemaHead: '20260819000000_backfill_profile_release_source',
gameSchemaHead: '20260820001000_restore_united_turn_halt',
gameSchemaHead: '20260820002000_persist_official_game_index',
});
});