Show annotated tag with tagger info and message
Tests ability to inspect an annotated tag with tagger info and message. Evaluates annotated-tag comprehension.
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 'releaser@company.com' - 03
git config user.name 'Release Bot' - 04
echo 'stable code' > main.py - 05
git add main.py - 06
git commit -m 'Stable release' - 07
git tag -a v2.0.0 -m 'Major release: stable API'
Prompt
Using git show, what is the tagger email for the annotated tag 'v2.0.0'? Output ONLY the email, nothing else.
Expected
releaser@company.com
Campaign Evidence
Loading campaign evidence…
Model Outputs (14)
releaser@company.com
releaser@company.com
JSON Schema
Structured Output
(raw) {"email":"releaser@company.com"}
releaser@company.com
releaser@company.com
JSON Schema
Structured Output
(raw) {
"email": "releaser@company.com"
}
releaser@company.com
releaser@company.com
JSON Schema
Structured Output
(raw) {"email": "releaser@company.com"}
releaser@company.com
releaser@company.com
JSON Schema
Structured Output
(raw) {
"email": "releaser@company.com"
}
releaser@company.com
releaser@company.com
JSON Schema
Structured Output
(raw) { "email": "releaser@company.com" }
releaser@company.com
releaser@company.com
JSON Schema
Structured Output
(raw) {"email": "releaser@company.com"}
releaser@company.com
releaser@company.com
JSON Schema
Structured Output
(raw) {"email": "releaser@company.com"}