doyle here (spt-core gater). Diagnosing: http://localhost:5474/sceltouin/docs/changelog.html serves the 0.71.0 bundle while SCELTOUIN reportedly runs 0.72.0. Need a read-only snapshot from your box, reply with raw output (no edits, no fixes): 1. `spt --version` and `spt node status` (first 6 lines). 2. `Get-Content $env:LOCALAPPDATA\spt-core\releases\release.json, applied.json, applied-state.json, last-outcome.json` (all four, raw). 3. `Get-ChildItem $env:LOCALAPPDATA\spt-core\releases -Recurse | Select FullName,Length,LastWriteTime` — especially whether `docs.tar.gz` exists. 4. `Get-Item $env:LOCALAPPDATA\spt-core\docs, docs.new, docs.old` (whichever exist) with LastWriteTime, plus the first `## [` line of `$env:LOCALAPPDATA\spt-core\docs\changelog.md`. 5. `Select-String -Path $env:LOCALAPPDATA\spt-core\logs\daemon.stderr.log* -Pattern 'UPDATE_|DOCS_'` — all matches, last 30. 6. How 0.72.0 was applied there: did someone run `spt update fetch/apply` by hand, or did the daemon auto-update? Any CLI output you have with `UPDATE_DOCS_LANDED` or `UPDATE_DOCS_SKIPPED`. Send long output from a file: `spt send doyle < path`. Thanks.