MCPcopy
hub / github.com/afar1/fieldtheory-cli / write

Method write

src/possible-wizard.ts:25–25  ·  view source on GitHub ↗

Write a line to the output the user sees (stderr in prod).

(line: string)

Source from the content-addressed store, hash-verified

23 ask(question: string): Promise<string>;
24 /** Write a line to the output the user sees (stderr in prod). */
25 write(line: string): void;
26}
27
28/** The plan the wizard builds and the caller executes. */

Callers 15

classifyWithLlmFunction · 0.80
classifyDomainsWithLlmFunction · 0.80
enableBookmarksFunction · 0.80
resolveEngineFunction · 0.80
stepPickSeedFunction · 0.80
stepPickReposFunction · 0.80
stepPickFrameFunction · 0.80
stepPickDepthFunction · 0.80
stepPickNodeTargetFunction · 0.80
stepPickModelProfileFunction · 0.80
stepConfirmFunction · 0.80
runPossibleWizardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected