Correct planning prompt assertion

This commit is contained in:
wassname
2026-08-26 14:03:59 +08:00
parent 7f274a691c
commit d0070d18b8
+1 -1
View File
@@ -7,7 +7,7 @@ describe("planning prompt", () => {
expect(planDrafting).toContain("ask the human to confirm your interpretation");
expect(planDrafting).toContain("approve an editorial or other preference choice");
expect(planDrafting).toContain("answer materially reduces uncertainty\nwhile discovering the right plan");
expect(planDrafting).toContain("state the relevant context, use the human's language and ASD-STE100");
expect(planDrafting).toContain("self-contained: state the relevant\ncontext, use the human's language and ASD-STE100");
expect(planDrafting).toContain("placeholder goal such as \"work out the thing\"");
expect(planDrafting).toContain("object, observable result, settled scope, and required approval");
});