DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
Persistently broken live watches back off to minutes
You'll notice
Useful2Signal2
Artifacts
A repeatedly failing live watch now retries every few minutes instead of every half minute.
What's wrong with this entry?
Anonymous. No account, no email.
What
When a stall is judged long-running, the retry delay is drawn from 120 to 240 seconds rather than 30 to 60, so a live artifact watch that keeps failing stops hammering the server every half minute.
Details
The long class is chosen on a Cloudflare-mitigated close, when lease mode is off, or when the lease is absent or about to expire.
Evidence
longStallMinMs: 120000,
Strings lifted out of the shipped bundle, so the claim above can be checked against them.