MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / ev

Function ev

test/skill-failures.test.ts:29–30  ·  view source on GitHub ↗
(task: string, tool: string, err: string)

Source from the content-addressed store, hash-verified

27
28describe('detectFailurePatterns — learns ONLY from repetition across tasks', () => {
29 const ev = (task: string, tool: string, err: string): FailureEvent =>
30 ({ ts: '', task, tool, signature: normalizeFailureSignature(tool, err), sample: err });
31
32 it('a one-off failure is NOT a pattern', () => {
33 const events = [ev('t1', 'edit_symbol', "Cannot find 'a'")];

Callers 1

Calls 1

Tested by

no test coverage detected