| 1 | import { describe, it, beforeEach } from 'node:test' |
| 2 | import assert from 'node:assert/strict' |
| 3 | import { SkillManagerCore, type SkillManagerFs, type SkillManagerCoreDeps } from '../skill-manager-core' |
| 4 |
nothing calls this directly
no test coverage detected