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
From qa-swarm review of this PR:
- Build the PendingPromptRecord once and re-save with `{ ...pending, taskRunId }`
instead of assembling the 9-field payload twice (convergent paul + xp).
- Log when a written-ahead prompt is actually recovered, so the safety net is
observable in the wild.
- Soften the "impossible to lose" wording in the doc + comment: persistence is
async/best-effort, so it's "very unlikely", not guaranteed.
Deferred to a follow-up: an integration test exercising the recovery branch of
createNewLocalSession (currently the store mock returns undefined everywhere).
Generated-By: PostHog Code
Task-Id: 22d61751-8d18-4d56-a79e-4741045320c1
0 commit comments