MCPcopy Index your code
hub / github.com/garrytan/gstack / captureInstruction

Function captureInstruction

test/skill-e2e-plan-format.test.ts:105–107  ·  view source on GitHub ↗
(outFile: string)

Source from the content-addressed store, hash-verified

103// The capture instruction passed to every case. Tells the agent to dump
104// AskUserQuestion content to a file instead of calling a tool.
105function captureInstruction(outFile: string): string {
106 return `Write the verbatim text of every AskUserQuestion you would have made to ${outFile} (one question per session, full text including options and recommendation line). Do NOT call any tool to ask the user. Do NOT paraphrase — include the exact prose you would have shown. This is a format-capture test, not an interactive session.`;
107}
108
109// --- Case 1: plan-ceo-review mode selection (kind-differentiated) ---
110

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected