ci: show per-case pass/fail status emoji in agent report (#3118)

Reviewers asked for at-a-glance outcomes. Instruct the agent to begin each
"Cases Tested" bullet with a status emoji ( pass /  fail / ⚠️ warning /
 inconclusive) and a bold case name, so the report shows which checks
passed or failed without reading each line.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
lefarcen 2026-05-27 21:34:29 +08:00 committed by GitHub
parent bf61a39cb5
commit a6a56099ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1303,7 +1303,7 @@ One short paragraph explaining the verdict in terms of the diff and observed beh
### 🧪 Cases Tested
- Case name: what was exercised and why it matters.
- Start every case bullet with a status emoji for its outcome -- ✅ pass, ❌ fail, ⚠️ warning, or ⚪ inconclusive -- followed by a bold case name, then what was exercised and why it matters. Example: "- ✅ **Empty-state CTA opens modal**: clicked the new CTA on /projects and the existing dialog opened in place."
- Include at least two distinct UI/runtime cases for UI/runtime diffs unless setup is blocked or the changed surface is unreachable.
### 🔍 Concrete Evidence