Refine issue workflow surfaces and live updates

This commit is contained in:
dotta 2026-04-09 10:26:17 -05:00
parent b4a58ba8a6
commit 03dff1a29a
48 changed files with 2800 additions and 1163 deletions

View file

@ -273,6 +273,23 @@ export const issueChatUxTranscriptsByRunId = new Map<string, readonly IssueChatT
],
]);
export const issueChatUxSubmittingComments: IssueChatComment[] = [
createComment({
id: "comment-submitting-user-settled",
body: "Let me know once the thread layout is locked down.",
createdAt: new Date("2026-04-06T12:40:00.000Z"),
updatedAt: new Date("2026-04-06T12:40:00.000Z"),
}),
createComment({
id: "comment-submitting-pending",
body: "Looks good — go ahead and ship it when you're ready.",
createdAt: new Date("2026-04-06T12:42:00.000Z"),
updatedAt: new Date("2026-04-06T12:42:00.000Z"),
clientId: "client-pending-1",
clientStatus: "pending",
}),
];
export const issueChatUxReviewComments: IssueChatComment[] = [
createComment({
id: "comment-review-user",