mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
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:
parent
bf61a39cb5
commit
a6a56099ca
1 changed files with 1 additions and 1 deletions
2
.github/scripts/agent-pr-explore-sandbox.sh
vendored
2
.github/scripts/agent-pr-explore-sandbox.sh
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue