multica/server
Jiayuan eb35bc5dc9 fix(server): broadcast sweeper task:failed events to correct workspace
The runtime sweeper was publishing task:failed events without a
WorkspaceID, causing them to be silently dropped by the WS listener.
This meant frontends never received notification when stale/orphaned
tasks were failed by the sweeper — the live log card kept showing
"Agent is working" and the agent status remained "working" indefinitely.

- Look up workspace_id from issue table for each swept task
- Set WorkspaceID on published events so they reach the correct WS room
- Reconcile agent status after sweeping so agents return to "idle"
2026-04-02 03:20:59 +08:00
..
cmd fix(server): broadcast sweeper task:failed events to correct workspace 2026-04-02 03:20:59 +08:00
internal fix(server): @all mentions should not trigger agent execution 2026-04-02 00:33:21 +08:00
migrations merge: resolve conflicts with main 2026-03-31 16:25:20 +08:00
pkg Revert "feat: add global issue search" 2026-04-01 22:24:35 +08:00
go.mod fix(upload): add file type/size validation, Content-Disposition header 2026-03-31 14:55:27 +08:00
go.sum feat(upload): add file upload API with S3 + CloudFront signed cookies 2026-03-31 14:41:17 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00