Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexkit/magic-context
/ getDefaultPrompts
Function
getDefaultPrompts
packages/cli/src/commands/setup-pi.ts:69–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
async
function
getDefaultPrompts(): Promise<PromptIO> {
70
const
{ promptIO } =
await
import
(
"../lib/prompts"
);
71
return
promptIO;
72
}
73
74
function
readJsonc(path: string): Record<string, unknown> | null {
75
try {
Callers
1
runSetup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected