sync: auto-sync from HOWARD-HOME at 2026-07-14 11:14:46

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-14 11:14:46
This commit is contained in:
2026-07-14 11:15:25 -07:00
parent 4ab8137daa
commit 22503149ce
11 changed files with 3498 additions and 39 deletions

View File

@@ -21,6 +21,22 @@ Categories (the `[type]` tag): _(none)_ = skill/command execution failure ·
2026-07-14 | GURU-BEAST-ROG | bash/ssh-tooling | [friction] plink.exe hangs indefinitely in headless bot bash env (both hostkey and password prompts read from console, echo y| insufficient); OpenSSH BatchMode fails fast but no password support. Fix that worked: paramiko (py) for password + keyboard-interactive SSH, incl. jump via direct-tcpip channel [ctx: host=BEAST target=dataforth-pbx/udm]
2026-07-14 | Howard-Home | packetdial/nimbus-qr | [correction] user asked a question (can I keep my extension); I treated it as authorization and sent welcome emails without confirming — questions are not action approval; outward actions need explicit per-action confirm
2026-07-14 | Howard-Home | packetdial/nimbus-qr | [correction] assumed user was Mike (ext 3003) from session userEmail; correct is Howard per identity.json — Howard has no extension on arizonacomputerguru and needs one created
2026-07-14 | Howard-Home | msp360 | Licenses Grant/Release blocked: 'Licensing API methods are not enabled for your account' (HTTP 400); also release-license cmd omits required LicenseID field [ctx: task=fix expired VWP-FILES license]
2026-07-14 | Howard-Home | msp360 | POST /api/Licenses/Release -> HTTP 400: {'Message': 'Licensing API methods are not enabled for your account'} [ctx: command=raw]
2026-07-14 | Howard-Home | msp360 | POST /api/Licenses/Grant -> HTTP 400: {'Message': 'Licensing API methods are not enabled for your account'} [ctx: command=grant-license]
2026-07-14 | Howard-Home | msp360 | POST /api/Licenses/Release -> HTTP 400: {'Message': 'The request is invalid.', 'ModelState': {'releaseLicense.LicenseID': ['The LicenseID field is required.']}} [ctx: command=release-license] (x2)
2026-07-14 | Howard-Home | ampipit-build/agents | [friction] parallel coding agent ran 'git checkout --' mid-run and wiped sibling agents' uncommitted changes; one sibling re-applied, another (pipeline.rs/collect_logs.rs) lost silently. Fix: isolate parallel coding agents via worktrees or forbid destructive git in shared-tree prompts [ctx: project=ampipit]
2026-07-14 | Howard-Home | roadmap-triage | [correction] assumed Howard would take BUG-026/next big items; correct is BUG-026 is Mike's work
2026-07-13 | Howard-Home | bash/env | [friction] local Windows Defender killed /mingw64/bin/curl (Permission denied) mid-session on HOWARD-HOME; user disabled Defender to continue - RMM dispatch loop needs curl; consider Defender exclusion for Git-for-Windows mingw64 bin
2026-07-13 | Howard-Home | mailbox/link-extraction | picked wrong INKY-wrapped link from Anthropic sign-in email - selected the url8792.mail.anthropic.com tracker (the Contact Support link, lands on support.claude.com) instead of the domain=claude.ai magic link; fix = decode ALL inky blobs and select the claude.ai/magic-link URL [ctx: email=secure-link-login mailbox=mike@azcomputerguru.com]