Skip to content

fix(tui): show hunt verdicts in tasks#3716

Merged
Hmbown merged 2 commits into
Hmbown:mainfrom
cyq1017:codex/codewhale-2093-task-glyph
Jun 28, 2026
Merged

fix(tui): show hunt verdicts in tasks#3716
Hmbown merged 2 commits into
Hmbown:mainfrom
cyq1017:codex/codewhale-2093-task-glyph

Conversation

@cyq1017

@cyq1017 cyq1017 commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Refs #2093

Problem

run_verifiers exposes the hunt verdict in its JSON output, but durable task summaries did not retain that verdict, so /task list could not show the requested verdict glyph.

Change

  • attach verifier_verdict, hunt_verdict, and goal_status metadata to synchronous run_verifiers results
  • persist task_updates.hunt_verdict on durable tasks and expose it through TaskSummary
  • render a Verdict glyph column in /task list only when a listed task has a hunt verdict

Verification

  • cargo fmt --all --check
  • cargo test -p codewhale-tui task_list_ --locked
  • cargo test -p codewhale-tui record_tool_metadata_updates --locked
  • cargo test -p codewhale-tui run_verifiers_emits_hunt_verdict_mapping --locked

cyq1017 added 2 commits June 28, 2026 15:07
Signed-off-by: cyq <15000851237@163.com>
Signed-off-by: cyq <15000851237@163.com>
@cyq1017 cyq1017 marked this pull request as ready for review June 28, 2026 10:52
@cyq1017 cyq1017 requested a review from Hmbown as a code owner June 28, 2026 10:52
@Hmbown Hmbown merged commit 45f3fd6 into Hmbown:main Jun 28, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants