sync: auto-sync from HOWARD-HOME at 2026-07-03 17:00:12

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-03 17:00:12
This commit is contained in:
2026-07-03 17:00:47 -07:00
parent 78f794a924
commit e0e3dd0d82
9 changed files with 478 additions and 0 deletions

View File

@@ -29,6 +29,16 @@ Categories (the `[type]` tag): _(none)_ = skill/command execution failure ·
2026-07-03 | GURU-5070 | agy | gemini returned no response (empty after 3 attempts) [ctx: mode=review err= at process.processTicksAndRejections (node:internal/process/task_queues:104:] (x2)
2026-07-03 | Howard-Home | rmm-search/gps-audit | [correction] RMM org 'Russo, Steve' was mis-named at setup — it IS Russo Law Firm (Steve Russo = owner, Shannon Trionfo = main contact), not a separate resident. Renamed org to 'Russo Law Firm' via PUT /api/clients/:id. Lesson: an RMM org named after a person may be a mislabeled business; verify owner/contact against Syncro before treating as residential. Root cause: client created without a skill/standard naming step.
2026-07-03 | Howard-Home | rmm/av-removal | [friction] step1 PS timed out at 180s (avastclear download + mb5uns -Wait); split into async download + separate MB uninstall [ctx: host=DESKTOP-5JK4EGI]
2026-07-03 | Howard-Home | ps-encoded | encode produced empty output [ctx: src=.claude/skills/_tmp_win_recon.ps1]
2026-07-03 | Howard-Home | rmm/onboarding-diagnostic | probe timed out (240s, exit -1) on slow VM endpoint DESKTOP-5JK4EGI; fell back to lean targeted recon [ctx: host=DESKTOP-5JK4EGI kind=VM]
2026-07-03 | Howard-Home | rmm-diagnose | could not extract valid diagnostic JSON from probe output [ctx: host=DESKTOP-5JK4EGI status=failed exit=-1]
2026-07-03 | Howard-Home | remediation-tool/graph | [friction] auditLogs/signIns $filter (userId/UPN) hangs HTTP000 on Cascades tenant; large $top also hangs. Fix: small unfiltered $top=50, filter client-side
2026-07-03 | Howard-Home | rmm/ps-encoded | [friction] iconv missing in Git Bash so ps-encoded.sh cannot build UTF-16LE -EncodedCommand. Fix: py -c base64.b64encode(text.encode('utf-16-le'))