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

File skill-learning.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { isProtected, isMachineOwned, canMachineWrite } from '../src/skills/provenance.js';
3import { captureEligible, buildCandidateSkill, skillIdFromPrompt, DEFAULT_CAPTURE_POLICY } from '../src/skills/learning/capture.js';
4import { decidePromotion } from '../src/skills/learning/promotion.js';

Callers

nothing calls this directly

Calls 9

isProtectedFunction · 0.85
isMachineOwnedFunction · 0.85
canMachineWriteFunction · 0.85
captureEligibleFunction · 0.85
buildCandidateSkillFunction · 0.85
skillIdFromPromptFunction · 0.85
decidePromotionFunction · 0.85
parseJudgeVerdictFunction · 0.85
mkFunction · 0.70

Tested by

no test coverage detected