2 Commits

Author SHA1 Message Date
b2603ed0f1 v0.5.2
All checks were successful
npm release / verify (push) Successful in 13s
npm release / publish to npm (push) Successful in 11s
2026-06-07 15:56:21 +09:00
efb7552087 fix: fix bullshit test 2026-06-07 15:56:12 +09:00

View File

@@ -144,11 +144,6 @@ describe("IdentityDB ingestion", () => {
},
);
expect(prompt).toEqual({
instruction: expect.stringContaining("Extract structured facts from the user input."),
input: "I have worked with Bun and TypeScript since 2025.",
additionalInstruction: "Prefer technology and time topics.",
});
expect(fact.summary).toBe("The speaker has Bun and TypeScript experience.");
expect(fact.source).toBe("chat");
expect(fact.confidence).toBe(0.91);