diff --git a/clients/cascades-tucson/session-logs/2026-06/2026-06-26-howard-home-to-pro-upgrades-continued.md b/clients/cascades-tucson/session-logs/2026-06/2026-06-26-howard-home-to-pro-upgrades-continued.md
index 9807d94b..b5ea9c8c 100644
--- a/clients/cascades-tucson/session-logs/2026-06/2026-06-26-howard-home-to-pro-upgrades-continued.md
+++ b/clients/cascades-tucson/session-logs/2026-06/2026-06-26-howard-home-to-pro-upgrades-continued.md
@@ -114,3 +114,10 @@ disruptive action was taken on it -- only the read-only pre-check. CascadesProxe
- Yesterday's billing: Syncro ticket #32466, invoice #1650806091; product "Windows Pro Upgrade" id 23571919.
- Generic Pro key: VK7JG-NPHTM-C97JM-9MPGT-3V66T (edition flip only, does not activate).
- Cascades non-Pro remaining: CascadesProxess (deferred). SALES4-PC done by supplier.
+
+## Update: 18:58 PT (2026-06-27) — scratch-file cleanup
+
+Two empty scratch files (`.hours_calc.sh`, `.lab.txt`) had been swept into a repo-root commit
+(ab0f0e0) by the catch-all `git add -A` during an earlier sync. They were removed in commit
+8633d59 (2026-06-26 17:20) and are confirmed absent from the HEAD tree. No functional impact;
+noted as a reminder to keep scratch in the scratchpad dir, not the repo root.
diff --git a/errorlog.md b/errorlog.md
index 235a7375..18a56c1b 100644
--- a/errorlog.md
+++ b/errorlog.md
@@ -17,6 +17,8 @@ Categories (the `[type]` tag): _(none)_ = skill/command execution failure ·
+2026-06-28 | Howard-Home | rmm/powershell-discovery | [friction] broad '*.log' Get-ChildItem on C:WindowsTemp pulled a 157KB Office C2R telemetry log into command output, wasting tokens; scope log searches to the specific filename (mccleanup.log) or a tight -Filter, not *.log
+
2026-06-27 | GURU-5070 | sync/bash-timeout | [friction] sync.sh SIGTERM'd at 2min: Bash tool default 120s timeout collides with sync.sh's ~120s lock-wait window (exit 143). Fix: invoke sync.sh with Bash timeout >=180000ms so it can acquire the lock or cleanly exit 75
2026-06-27 | GURU-5070 | syncro/bot-alert | [friction] posted bot-alert without the mandated '-> ' tail; format is [SYNCRO] #num (cust) - summary -> https://computerguru.syncromsp.com/tickets/ [ctx: ref=syncro.md#post-to-bot-alerts]