Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/1weiho/open-slide
/ SyncFlags
Interface
SyncFlags
packages/core/src/cli/run.ts:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
interface
SyncFlags {
81
dryRun?: boolean;
82
}
83
84
function
resolveBuiltinSkillsDir(): string {
85
// dist/cli/bin.js → ../../skills (package root + /skills)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected