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

Function ep

test/episodic-memory.test.ts:4–5  ·  view source on GitHub ↗
(prompt: string, summary: string, files: string[] = [])

Source from the content-addressed store, hash-verified

2import { rankEpisodes, buildEpisodeBlock, fileFreshness, type Episode } from '../src/context/episodic-memory.js';
3
4const ep = (prompt: string, summary: string, files: string[] = []): Episode =>
5 ({ ts: '2026-06-25T00:00:00Z', prompt, summary, filesChanged: files, toolsUsed: [] });
6
7const CORPUS: Episode[] = [
8 ep('Add cursor pagination to the users REST endpoint', 'Parsed limit+cursor, returned next-cursor', ['src/users.ts']),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected