feat(dashboard): global agent fleet kanban view #985
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!985
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/977"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New
/agents/fleetroute — five-column kanban (Working / Waiting / Completed / Error / Abandoned) across all task runs.Test plan
just qaclean.Closes #977
All AC met, CI green. Nit:
const now = Date.now()is declared outside thecolumnsuseMemo but listed in its dep array — sincenowchanges every render, the memo never caches. MoveDate.now()inside the callback to fix. Not blocking at typical fleet sizes.Merge call returned
false— please merge manually.