Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenCoworkAI/open-codesign
/ loader.test.ts
File
loader.test.ts
packages/core/src/skills/loader.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdir, rm, writeFile } from
'node:fs/promises'
;
2
import
{ tmpdir } from
'node:os'
;
3
import
{ join } from
'node:path'
;
4
import
{ fileURLToPath } from
'node:url'
;
Callers
nothing calls this directly
Calls
5
rm
Function · 0.85
loadSkillsFromDir
Function · 0.85
writeFile
Function · 0.85
writeSkill
Function · 0.85
loadAllSkills
Function · 0.85
Tested by
no test coverage detected