You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: z.string().describe("2-5 bullet points of what was accomplished. Use real newlines, NOT literal backslash-n. Each bullet on its own line starting with '- '."),
742
+
in_progress: z.string().describe("Current state: branches, PRs, uncommitted work. Use real newlines, NOT literal backslash-n."),
743
743
prs: z.array(z.object({
744
744
url: z.string(),
745
745
title: z.string(),
746
746
status: z.string(),
747
747
})).optional().describe("PRs created/merged in this session"),
748
748
test_results: z.string().optional().describe("Test run summary"),
749
749
blockers: z.string().optional().describe("Blockers for next session"),
750
-
next_steps: z.string().describe("Concrete next steps for next session"),
750
+
next_steps: z.string().describe("Concrete next steps for next session. Use real newlines, NOT literal backslash-n."),
751
751
dirty_branches: z.string().optional().describe("Branch names with state"),
0 commit comments