mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 19:00:38 +09:00
Fix feedback review findings
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
c0d0d03bce
commit
d12e3e3d1a
7 changed files with 200 additions and 86 deletions
|
|
@ -762,9 +762,11 @@ describe("feedbackService.saveIssueVote", () => {
|
|||
|
||||
expect(localTrace?.status).toBe("local_only");
|
||||
expect(localTrace?.exportId).toBeNull();
|
||||
expect(localTrace?.payloadVersion).toBe("paperclip-feedback-v1");
|
||||
expect(localTrace?.payloadSnapshot?.bundle).toBeNull();
|
||||
expect(sharedTrace?.status).toBe("pending");
|
||||
expect(sharedTrace?.exportId).toMatch(/^fbexp_/);
|
||||
expect(sharedTrace?.payloadVersion).toBe("paperclip-feedback-v1");
|
||||
});
|
||||
|
||||
it("captures Claude project session artifacts as full traces", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue