You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(db): treat a missing events log as empty, not an error
rebuild_state/ingest_new_events opened the project's events JSONL with no
guard, so the FIRST journal touch in a brand-new project (e.g. a fresh
git worktree) crashed with 'No such file or directory' — which surfaced
as task_create failing inside a freshly-spawned agent session. A missing
log simply means zero events: return Ok(0) on NotFound.
0 commit comments