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

Function mk

test/skill-failures.test.ts:59–60  ·  view source on GitHub ↗
(tool: string, sig: string, count = 4, tasks = 3)

Source from the content-addressed store, hash-verified

57
58describe('buildLesson / buildLessonsBlock — deterministic, targeted, bounded', () => {
59 const mk = (tool: string, sig: string, count = 4, tasks = 3) =>
60 ({ signature: `${tool}|${sig}`, tool, count, distinctTasks: tasks, sample: sig });
61
62 it('symbol-not-found → "confirm the symbol exists"', () => {
63 expect(buildLesson(mk('edit_symbol', 'cannot find symbol'))).toMatch(/confirm the symbol exists/i);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected