MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPromptForCommand

Function getPromptForCommand

src/skills/bundled/loop.ts:84–90  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

82 userInvocable: true,
83 isEnabled: isKairosCronEnabled,
84 async getPromptForCommand(args) {
85 const trimmed = args.trim()
86 if (!trimmed) {
87 return [{ type: 'text', text: USAGE_MESSAGE }]
88 }
89 return [{ type: 'text', text: buildPrompt(trimmed) }]
90 },
91 })
92}
93

Callers

nothing calls this directly

Calls 1

buildPromptFunction · 0.70

Tested by

no test coverage detected