From 726f71e6c2b697d198eb35f2ba9e3f19ee7b2482 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 1 Dec 2025 12:34:34 -0500 Subject: Add actor tracking for status changes and use unified timeline - updateTaskStatusWithActor logs status_change events to agent_events - Worker uses Junior actor for status changes - Jr review uses System/Human actors appropriately - CLI task update uses Human actor - Remove task_activity table schema (migrated to agent_events) - addComment now inserts into agent_events with event_type='comment' Task-Id: t-213 --- Omni/Task.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni/Task.hs') diff --git a/Omni/Task.hs b/Omni/Task.hs index 3a68fa5..ce26f41 100644 --- a/Omni/Task.hs +++ b/Omni/Task.hs @@ -373,7 +373,7 @@ move' args putText " [ ] Feature works in production (manual verification)" putText "" - updateTaskStatus tid newStatus deps + updateTaskStatusWithActor tid newStatus deps Human -- Record verification in activity log if verified when (newStatus == Done && isVerified) -- cgit v1.2.3