MCPcopy Create free account
hub / github.com/Noumena-Network/code / formatNoWorkflowsMessage

Function formatNoWorkflowsMessage

src/commands/workflows/workflows.ts:21–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21function formatNoWorkflowsMessage(): string {
22 return [
23 'No workflow commands found.',
24 '',
25 'Workflow commands can be defined as markdown files in:',
26 '- .ncode/workflows',
27 '- .claude/workflows (legacy)',
28 `- ${getCanonicalNcodeConfigHomeDir()}/workflows`,
29 `- ${getLegacyClaudeConfigHomeDir()}/workflows (legacy)`,
30 ].join('\n')
31}
32
33function formatWorkflowList(definitions: WorkflowDefinition[]): string {
34 const lines = ['Available workflow commands:']

Callers 1

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected