From edf28970d9876b618c6008855823c2bd771fd43f Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Sun, 12 Jul 2026 15:31:29 +0800 Subject: [PATCH] =?UTF-8?q?sprint:=20mark=20all=204=20Agent=20Queue=20ACs?= =?UTF-8?q?=20done=20=E2=80=94=20code=20was=20already=20implemented?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/specs/sprint-003.5-agent-frontend.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/specs/sprint-003.5-agent-frontend.md b/docs/specs/sprint-003.5-agent-frontend.md index bcfed40..653765c 100644 --- a/docs/specs/sprint-003.5-agent-frontend.md +++ b/docs/specs/sprint-003.5-agent-frontend.md @@ -7,7 +7,7 @@ - **Auto-Refresh:** Poll /api/agent-queue every 10s. ## ACs -- [ ] Users can see 'Agents' tab in the dashboard. -- [ ] Tab displays agent_queue items fetched from backend. -- [ ] Status filtering works as expected. -- [ ] Auto-refresh updates the table live. +- [x] Users can see 'Agents' tab in the dashboard. +- [x] Tab displays agent_queue items fetched from backend. +- [x] Status filtering works as expected. +- [x] Auto-refresh updates the table live.