agentd status fails on partial events line

t-494·WorkTask·
·
·
Created3 months ago·Updated3 months ago·pipeline runs →

Dependencies

Description

Edit

agentd status can fail with parse errors when events.jsonl is mid-write (e.g., Unexpected end-of-input while parsing string literal). Should ignore trailing partial line.

Timeline (4)

🔄[human]Open → InProgress3 months ago
💬[human]3 months ago

Adjusted loadEventsRaw to drop trailing partial line when events.jsonl lacks newline, avoiding parse errors during live writes.

🔄[human]InProgress → Done3 months ago