Read-only Workers dashboard and API #799

Open
opened 2026-07-22 05:31:42 -05:00 by jcwalker3 · 0 comments
Owner

Objective

Implement read-only Workers dashboard and JSON APIs in the Web UI.

Acceptance criteria

  • Add /workers, worker details, and corresponding JSON APIs.
  • Show every registered worker and all five providers (Claude, Grok, Codex, AGY, Kimi K).
  • Show ready, unavailable, scheduled, paused, running, blocked, timed out, and failed states.
  • Show current task, PID, elapsed time, last outcome, schedule, and next run when available.
  • No mutation controls are enabled in this issue.
  • Includes accessibility and UI tests.

Parent Epic

Parent: #797

Issue-First & Safety Requirements

  • Implementation may begin only from an existing open issue.
  • Author implementation requires canonical routing, a durable issue lock, and a validated author worktree.
  • Read-after-write verification is required for all mutations.
  • Wrong-role and ambiguous-ownership operations fail closed.
## Objective Implement read-only Workers dashboard and JSON APIs in the Web UI. ## Acceptance criteria - Add `/workers`, worker details, and corresponding JSON APIs. - Show every registered worker and all five providers (Claude, Grok, Codex, AGY, Kimi K). - Show ready, unavailable, scheduled, paused, running, blocked, timed out, and failed states. - Show current task, PID, elapsed time, last outcome, schedule, and next run when available. - No mutation controls are enabled in this issue. - Includes accessibility and UI tests. ## Parent Epic Parent: #797 ## Issue-First & Safety Requirements - Implementation may begin only from an existing open issue. - Author implementation requires canonical routing, a durable issue lock, and a validated author worktree. - Read-after-write verification is required for all mutations. - Wrong-role and ambiguous-ownership operations fail closed.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scaled-Tech-Consulting/Gitea-Tools#799