Group of 2 Under the hood
Artifact boot and fetch requests now take explicit kind (default 'probe') and watchBoot parameters instead of implicit behavior
What
- The artifact frame-boot request function now takes a
kindparameter (defaulting to"probe") and awatchBootflag. Probe requests append&bk=probeto the query string, while watch/sync/peer requests append a&vn=version parameter. - The artifact-fetch helper used by the publish/read flow likewise now takes
kind(default"probe") andwatchBoot, alongside its existingrelayOnly/agentPeer/syncLive/speculativeoptions, feeding into the same underlying request.
Why Making the request kind and boot-watching explicit lets the different artifact flows (probing, watching, syncing, peer requests) be distinguished consistently wherever an artifact request is made.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
The finding doesn't describe any visible effect of this beyond the internal request format.