fix(prompts): prefer task_id in continuation guidance

This commit is contained in:
Disaster-Terminator
2026-04-18 10:41:31 +08:00
parent 1a8f60b89e
commit 64a2911880
8 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ session_id: ses_standalone_def
cleanupMessageStorage(sessionID)
})
test("should include session_id and checkbox instructions in reminder", async () => {
test("should include task_id and checkbox instructions in reminder", async () => {
// given - boulder state, Atlas caller
const sessionID = "session-resume-test"
setupMessageStorage(sessionID, "atlas")