(target, chatPrompt)
| 26 | } |
| 27 | |
| 28 | function buildStartCommand(target, chatPrompt) { |
| 29 | return `plugin-eval start ${formatCommandPath(target.path)} --request ${shellQuote(chatPrompt)} --format markdown`; |
| 30 | } |
| 31 | |
| 32 | function hasStructuralFailures(result) { |
| 33 | return result.checks.some( |
no test coverage detected