agent-orchestrator/backend/internal/lifecycle
Khushi Diwan 198b79757c
fix(session): stamp session timestamps in UTC (#215)
Two clocks defaulted to local time.Now while the rest of the codebase writes
UTC, so ao session get showed created and updated in different timezones:

- session manager clock → spawn-stamped CreatedAt/UpdatedAt
- lifecycle manager clock → activity-driven LastActivityAt/UpdatedAt

A real spawn made this visible: createdAt came back UTC but updatedAt/
lastActivityAt were local once the agent reported activity. Default both clocks
to UTC.

Closes #214
2026-06-15 14:51:12 +05:30
..
manager.go fix(session): stamp session timestamps in UTC (#215) 2026-06-15 14:51:12 +05:30
manager_test.go fix(session): stamp session timestamps in UTC (#215) 2026-06-15 14:51:12 +05:30
reactions.go feat: add notifications v1 (#181) 2026-06-14 20:02:32 +05:30
runtime.go refactor: remove activity source tracking (#62) (#66) 2026-06-01 09:26:18 +05:30