iiRecord
Agentic AI Atlas · GAP-UX-006: Pending Work Inspector
page:docs-harness-features-backlog-gaps-user-experience-gap-ux-006a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-user-experience-gap-ux-006

Reading · 1 min

GAP-UX-006: Pending Work Inspector reference

Grouped and prioritized view of pending work, organizing effects by kind, priority, and age for operator decision-making.

Pagewiki/docs/harness-features-backlog/gaps/user-experience/GAP-UX-006.mdOutgoing · 0Incoming · 1

GAP-UX-006: Pending Work Inspector

FieldValue
Categoryuser-experience
PriorityHigh
EffortM
StatusPartial

Description

Grouped and prioritized view of pending work, organizing effects by kind, priority, and age for operator decision-making.

Current State

task:list --pending provides a flat list. The batching module groups effects for execution but does not surface grouped views to the operator.

Target State

task:list --grouped organizes pending effects by kind (task, breakpoint, sleep), priority, and age. Counts per group. Works in --json mode for machine consumption.

Dependencies

  • None

Key Files

ComponentPath
CLI commandspackages/sdk/src/cli/
Task batchingpackages/sdk/src/tasks/batching.ts

Recommendation

Phase 1 implementation. Extend task:list with --grouped flag. Surface BatchedEffectSummary data in CLI output.