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 'content' > old_name.txt - 05
git add old_name.txt - 06
git commit -m 'Add original file' - 07
git mv old_name.txt new_name.txt - 08
git commit -m 'Rename file'
Prompt
Using git show --name-status, what is the status code for the file rename in the 'Rename file' commit? Output ONLY the single letter code (e.g. R for rename), nothing else.
Expected
R
Campaign Evidence
Loading campaign evidence…
Model Outputs (14)
R
R
JSON Schema
Structured Output
(raw) {
"status_code": "R"
}
R
R
JSON Schema
Structured Output
(raw) { "status_code": "R" }
R
R
JSON Schema
Structured Output
(raw) {"status_code": "R"}
R
R
JSON Schema
Structured Output
(raw) {
"status_code": "R"
}
R
R
JSON Schema
Structured Output
(raw) {
"status_code": "R"
}
R
R
JSON Schema
Structured Output
(raw) {"status_code": "R"}
R
R
JSON Schema
Structured Output
(raw) {"status_code": "R"}