MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / skill-learning-phase1.test.ts

File skill-learning-phase1.test.ts

test/skill-learning-phase1.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { scoreConfidence, confidenceLabel } from '../src/skills/learning/confidence.js';
3import { aggregateStats, type LearningEvent } from '../src/skills/learning/ledger.js';
4import { buildCandidateSkill } from '../src/skills/learning/capture.js';

Callers

nothing calls this directly

Calls 5

scoreConfidenceFunction · 0.85
confidenceLabelFunction · 0.85
buildCandidateSkillFunction · 0.85
aggregateStatsFunction · 0.85
evFunction · 0.70

Tested by

no test coverage detected