refactor(task): drop session_id resume alias

This commit is contained in:
YeonGyu-Kim
2026-04-16 23:18:38 +09:00
parent d89e257d8a
commit 99ffb5f585
10 changed files with 35 additions and 51 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
sync-task.ts → sync-session-creator.ts → sync-prompt-sender.ts → sync-session-poller.ts → sync-result-fetcher.ts
```
Each file handles one step. `sync-continuation.ts` handles session continuation (resume with session_id).
Each file handles one step. `sync-continuation.ts` handles session continuation (resume with task_id).
## BACKGROUND EXECUTION
@@ -40,7 +40,7 @@ Each file handles one step. `sync-continuation.ts` handles session continuation
background-task.ts → BackgroundManager.launch() → (async polling) → background-continuation.ts
```
`background-continuation.ts` handles `session_id` resume for existing background tasks.
`background-continuation.ts` handles `task_id` resume for existing background tasks.
## CATEGORY RESOLUTION