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

Function M

test/approach-diff.test.ts:5–6  ·  view source on GitHub ↗
(kind: 'episode' | 'worklog' | 'fact', text: string, score: number, files?: string[])

Source from the content-addressed store, hash-verified

3import type { ApproachMatch } from '../src/context/approach-recall.ts';
4
5const M = (kind: 'episode' | 'worklog' | 'fact', text: string, score: number, files?: string[]): ApproachMatch =>
6 ({ kind, text, when: '2d ago', score, files });
7
8describe('termDiff', () => {
9 it('splits vocabulary into shared / added / missing, comparing by STEM but showing surface words', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected