Remove task_activity table, migrate to agent_events

t-213.4·WorkTask·
·
·
·Omni/Task.hs
Parent:t-213·Created3 months ago·Updated3 months ago

Dependencies

Description

Edit

The task_activity table (Claiming, Running, Reviewing, etc.) is redundant with agent_events.

  • Map activity stages to event types (Claiming→claim, Running→already covered by tool calls, etc.)
  • Remove task_activity table and related functions
  • Update any code that reads task_activity to use agent_events instead

Timeline (2)

🔄[human]Open → InProgress3 months ago
🔄[human]InProgress → Done3 months ago