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