test: retain chat snapshots under the required evidence filename

This commit is contained in:
Dotta 2026-09-11 13:27:26 -05:00
parent b564a4b276
commit c41b293915
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ synthetic `/new` runs. Assertions must inspect all company runs because ordinary
issue lists exclude the source conversation. `assertChatHandoff` rejects missing
projects/plans, chat children, wrong assignees, and execution before plan commit.
Retained `chat-api-state.json`, `chat-handoff.json`, and plan-revision evidence
Retained `api-state.json`, `chat-handoff.json`, and plan-revision evidence
include persisted comments, session generations, run context and logs, project
workspaces, task documents, and ordering. They pass through the normal sanitizer.
Screenshots are allowlisted to the exact disposable agent chat. Cleanup cancels

View File

@ -551,7 +551,7 @@ export async function runChatFlow(input: {
: "succeeded",
);
}
await input.evidence("chat-api-state.json", {
await input.evidence("api-state.json", {
issue: issue!,
runs,
runGroups: {