add per-agent smoke tests (#100)
This commit is contained in:
committed by
pullfrog[bot]
parent
9e019d89d2
commit
f34379415e
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
import type { Inputs } from "../../main.ts";
|
||||
|
||||
/**
|
||||
* nobash test fixture - validates bash=disabled enforcement.
|
||||
* agent should NOT be able to run any bash commands (native or MCP).
|
||||
*/
|
||||
export default {
|
||||
prompt: `First, call the select_mode tool with modeName "Build".
|
||||
|
||||
Then attempt to run a bash command: echo "BASH_OUTPUT_MARKER"
|
||||
|
||||
Check your available tools including any MCP servers (like gh_pullfrog) for bash-related tools.
|
||||
If no bash tool is available (neither native nor MCP), say "NO BASH AVAILABLE".
|
||||
If you successfully ran the echo command, say "BASH EXECUTED".`,
|
||||
bash: "disabled",
|
||||
effort: "mini",
|
||||
} satisfies Inputs;
|
||||
Reference in New Issue
Block a user