sync: auto-sync from HOWARD-HOME at 2026-06-21 21:01:39

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-06-21 21:01:39
This commit is contained in:
2026-06-21 21:02:05 -07:00
parent 8713b46d3f
commit f6f0421ff3
5 changed files with 31 additions and 9 deletions

View File

@@ -135,3 +135,18 @@ auth is the `CTRLAuthHeader` (raw secret, no "Basic" prefix) + `Origin` header.
- Skill path: `.claude/skills/screenconnect/` (SKILL.md, scripts/{sc.py,sc_client.py,
selftest.py}, references/api-reference.md).
- ScreenConnect docs: https://docs.connectwise.com/ScreenConnect_Documentation
## Update: 21:1x PT — Mike handoff + registry/memory updates
- Sent coord broadcast message (`b3d6db3e`) + durable todo for mike (`f0e7f0ad`, project
gururmm) to merge branch `docs/rmm-thoughts-sc-feature7` (4f10149) into gururmm main.
- Registered the new skill + corrected stale knowledge for parity with `bitdefender`:
- `.claude/skills/self-check/baseline/manifest.json` — added `screenconnect` to the
project-local skills array.
- `.claude/memory/reference_resource_map.md` — added `Skill: /screenconnect` to the
ScreenConnect/CW Control section.
- `.claude/memory/reference_screenconnect_api.md` — REWROTE: the old note claimed "only
method is GetSessionsByName / cannot enumerate"; corrected to the verified surface
(reads + writes SendCommand/SendMessage/UpdateCustomProperties + parameterized
self-tagging installer), kept the still-true full-fleet-inventory gap, pointed at the
skill. Updated the matching `MEMORY.md` index hook.