Claude Code reports artifact summon status back to the artifact host with a short timeout.
What's wrong with this entry?
New code posts a status update, reason, gesture timestamp, a per-artifact session id and a sequence number to a summon-status endpoint on the artifact host, with a 5 second timeout.
- The session id is derived by HMAC per artifact slug, and updates are sequenced.
- Emits
artifact_summon_status_emittelemetry for success, skip and failure, with reasons route_absent, no_auth, http_failed and request_error. - A 404 from the endpoint backs the whole reporter off for a cooldown window.
artifact_summon_status_emit
Strings lifted out of the shipped bundle, so the claim above can be checked against them.