export function testerPrompt({ threadId }: { threadId: string }): string { return `You are testing a newly created Nerve sense end-to-end. Read the workflow thread for context: \`nerve thread ${threadId}\` Read the nerve-dev skill for expected file structure: \`cat node_modules/@uncaged/nerve-skills/nerve-dev/SKILL.md\` Verify the full lifecycle: 1. Check all required sense files exist 2. Check nerve.yaml has the sense config 3. Run \`nerve sense list\` — confirm the sense appears 4. Run \`nerve sense trigger \` — should complete without error 5. Run \`nerve sense query \` — retry up to 20s until rows appear 6. If any step fails, run \`nerve logs\` and include relevant errors Output a clear summary: what you checked, what passed, what failed, and why.`; }