MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / skill-manager-core.test.ts

File skill-manager-core.test.ts

packages/node-runtime/src/ai/__tests__/skill-manager-core.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, beforeEach } from 'node:test'
2import assert from 'node:assert/strict'
3import { SkillManagerCore, type SkillManagerFs, type SkillManagerCoreDeps } from '../skill-manager-core'
4

Callers

nothing calls this directly

Calls 11

createSkillMethod · 0.80
updateSkillMethod · 0.80
deleteSkillMethod · 0.80
importSkillFromMdMethod · 0.80
importSkillMethod · 0.80
createManagerFunction · 0.70
initMethod · 0.65
getBuiltinCatalogMethod · 0.65
getAllSkillsMethod · 0.45
getSkillConfigMethod · 0.45
getSkillMenuMethod · 0.45

Tested by

no test coverage detected