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

Function ledgerPath

src/skills/learning/ledger.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29export function ledgerPath(): string {
30 return path.join(os.homedir(), '.qodex', 'learning-events.jsonl');
31}
32
33export async function recordLearningEvent(ev: Omit<LearningEvent, 'ts'>): Promise<void> {
34 try {

Callers 2

recordLearningEventFunction · 0.85
readLearningEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected