Baseline Repository
These commands set up the repo before the model sees the prompt. They define the starting file structure, staged changes, and Git history.
- 01
git init - 02
git config user.email 'test@test.com' - 03
git config user.name 'Test User' - 04
echo 'tracked' > tracked.txt - 05
git add tracked.txt - 06
git commit -m 'Initial commit' - 07
echo 'untracked' > untracked.txt - 08
echo 'another' > another.txt
Prompt
Show what files would be removed by git clean without actually removing them. Output ONLY the git command, nothing else.
Expected
git clean -f -n
Campaign Evidence
Loading campaign evidence…
Model Outputs (14)
git clean -n
git clean -n
JSON Schema
Structured Output
(raw) {
"command": "git clean -n"
}
git clean -n
git clean -n
JSON Schema
Structured Output
(raw) {
"command": "git clean -n"
}
```sh
git clean -n
```
git clean -n
JSON Schema
Structured Output
(raw) {"command": "git clean -n"}
git clean -n
git clean -n
JSON Schema
Structured Output
(raw) {
"command": "git clean -n"
}
git clean -nx
git clean -n
JSON Schema
Structured Output
(raw) {"command": "git clean -n"}
git clean -n
git clean -n
JSON Schema
Structured Output
(raw) {"command": "git clean -n"}
git clean -n
git clean -n
JSON Schema
Structured Output
(raw) {"command": "git clean -n"}