MCPcopy Create free account
hub / github.com/EvoMap/evolver / C

Function C

test/autoDistillConv.test.js:58–58  ·  view source on GitHub ↗
(over)

Source from the content-addressed store, hash-verified

56function convState() { try { return (JSON.parse(fs.readFileSync(path.join(tmpRoot, 'memory', 'distiller_state.json'), 'utf8')).conv_distill) || {}; } catch (_) { return {}; } }
57function fullState() { try { return JSON.parse(fs.readFileSync(path.join(tmpRoot, 'memory', 'distiller_state.json'), 'utf8')); } catch (_) { return {}; } }
58const C = (over) => Object.assign({ capability: 'publish-feishu-doc', matched: 'lark-cli', snippet: 'used lark-cli to publish a feishu doc, verified', hash: 'h1' }, over);
59
60describe('autoDistillConv — prompt builder', () => {
61 const sd = require('../src/gep/skillDistiller');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected