cherry-pick-valuable

Cherry-pick valuable cat-(b) work from refs/archive/* (audit-2026-04-26)

Metadata

Statusdone
Assignedagent-156
Agent identityf51439356729d112a6c404803d88015d5b44832c6c584c62b96732b63c2b0c7e
Created2026-04-26T20:49:35.512355710+00:00
Started2026-04-26T22:44:13.353649358+00:00
Completed2026-04-26T23:28:44.069704001+00:00
Tagseval-scheduled
Tokens650806 in / 4986 out

Description

Description

Selectively cherry-pick the 8 "valuable, isolated" branches identified in docs/audit-unmerged-branches-2026-04-26.md from refs/archive/wg/agent-* into main. Each pick is independent — file conflicts only happen if a later refactor on main collides.

Branches to evaluate

(All preserved at refs/archive/wg/agent-N/<task> on origin.)

Archive refDiff vs current mainWhy valuable
refs/archive/wg/agent-69/thin-wrapper-impl+429/-1 (5 files)Task is pending-validation; either ship it or fail it
refs/archive/wg/agent-141/nex-ux-600s+60/-4 (5 files)Nex UX for slow local models
refs/archive/wg/agent-16762/tui-firehose-readable+293/-46 (3 files)Firehose word-wrap + jump-to-task
refs/archive/wg/agent-232/fix-tui-native+18/-36 (3 files)Propagate executor type to PTY child env
refs/archive/wg/agent-322/fix-or-remove+7/-2 (1 file)keep_recent_tool_results test param fix
refs/archive/wg/agent-330/coordinator-should-auto+157 (1 file)Auto-dispatch shell-mode tasks in coordinator
refs/archive/wg/agent-332/hide-dot-prefixed+191/-41 (4 files)Hide . tasks from default wg list / wg status
refs/archive/wg/agent-364/skip-flip-evaluation+155/-5 (1 file)Skip-eval tag support
refs/archive/wg/agent-337/agency-pipeline-should+762 (10 files)Constraint-fidelity lint for agency eval — needs design review, NOT a blind cherry-pick

File scope per pick

Each cherry-pick gets its own commit. If any pick conflicts or breaks tests, fail that pick only and continue with the rest. Do not bundle.

Validation

  • For each pick, run cargo build && cargo test after cherry-pick.
  • Log per-pick outcome (merged / conflict-skipped / test-skipped) in commit body.
  • Reference docs/audit-unmerged-branches-2026-04-26.md and the archive ref in each commit.

Recovery (per pick)

git fetch origin refs/archive/wg/agent-N/<task>:refs/archive/wg/agent-N/<task>
git cherry-pick <archive-tip>
# or for a clean squash:
git merge --squash refs/archive/wg/agent-N/<task>

Pulled archive refs are local-only by default — git fetch origin "refs/archive/*:refs/archive/*" mirrors them all.

Depends on

Required by

Log