chore: merge dev into v2
This commit is contained in:
@@ -1630,33 +1630,21 @@ const scenarios: Scenario[] = [
|
||||
const session = yield* ctx.session({ title: "Summarize session" })
|
||||
yield* ctx.message(session.id, { text: "summarize this work" })
|
||||
const summary = [
|
||||
"## Goal",
|
||||
"## Objective",
|
||||
"- Exercise session summarize.",
|
||||
"",
|
||||
"## Constraints & Preferences",
|
||||
"## Important Details",
|
||||
"- Use fake LLM.",
|
||||
"",
|
||||
"## Progress",
|
||||
"### Done",
|
||||
"- Summary generated.",
|
||||
"",
|
||||
"### In Progress",
|
||||
"- (none)",
|
||||
"",
|
||||
"### Blocked",
|
||||
"- (none)",
|
||||
"",
|
||||
"## Key Decisions",
|
||||
"- Keep route local.",
|
||||
"- Test fixture: test/server/httpapi-exercise/index.ts.",
|
||||
"",
|
||||
"## Next Steps",
|
||||
"- (none)",
|
||||
"## Work State",
|
||||
"- Completed: Summary generated.",
|
||||
"- Active: (none)",
|
||||
"- Blocked: (none)",
|
||||
"",
|
||||
"## Critical Context",
|
||||
"- Test fixture.",
|
||||
"",
|
||||
"## Relevant Files",
|
||||
"- test/server/httpapi-exercise/index.ts: scenario",
|
||||
"## Next Move",
|
||||
"1. (none)",
|
||||
].join("\n")
|
||||
yield* ctx.llmText(summary)
|
||||
yield* ctx.llmText(summary)
|
||||
|
||||
Reference in New Issue
Block a user