wg-html-agency

wg html: agency-task toggle button (web equivalent of TUI period key for showing .evaluate-/.flip-/.assign- tasks)

Metadata

Statusdone
Assignedagent-1280
Agent identityf51439356729d112a6c404803d88015d5b44832c6c584c62b96732b63c2b0c7e
Created2026-04-30T16:33:56.182568295+00:00
Started2026-04-30T16:34:25.388308683+00:00
Completed2026-04-30T17:19:48.430966257+00:00
Tagsfix,html,viz, eval-scheduled
Eval score0.92
└ blocking impact0.93
└ completeness0.93
└ constraint fidelity0.85
└ coordination overhead0.92
└ correctness0.95
└ downstream usability0.90
└ efficiency0.88
└ intent fidelity0.92
└ style adherence0.90

Description

Description

The TUI has a period key that toggles visibility of agency meta-tasks (.evaluate-*, .flip-*, .assign-*, etc.) — by default they're hidden because they clutter the view; pressing period shows them. The wg html output doesn't have an equivalent toggle.

User quote 2026-04-30: 'Is there a way for us to then see all the tasks, all the agency tasks? Yeah, I almost like to think when we press period in the TUI, we want the equivalent in the web view. like a button or something on the interface that says, like, click to see, you know, full task set.'

Spec

  • Default: hide agency tasks (matches TUI default)
  • Add a small toggle button in the page header / corner: 'Show all tasks' / 'Hide meta tasks' (or icon — eye, dot/dot-slash, etc.)
  • Clicking re-renders the viz with agency tasks included
  • localStorage-persist the user's choice
  • Visual treatment of agency tasks when shown: dimmer / different color so they don't visually overwhelm the substantive tasks (probably the same dim treatment the TUI uses)

Validation

  • Failing test: rendered html has button/control for agency-task toggle
  • Default state: agency tasks NOT in viz; clicking toggle shows them
  • Clicking again hides them again
  • localStorage persists across reload
  • When shown, agency tasks render dimmed / distinguishable from substantive tasks
  • No regression of wg-html-v2's other features
  • cargo build + cargo test pass
  • cargo install --path . was run before claiming done

Depends on

Required by

Log