sync: auto-sync from HOWARD-HOME at 2026-06-27 16:18:14

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-06-27 16:18:14
This commit is contained in:
2026-06-27 16:18:46 -07:00
parent ab35d81a5a
commit 744a6ef3f0

View File

@@ -134,3 +134,17 @@ was removed from the list (decommissioned).
- RMM run reference: `.claude/commands/rmm.md`. Bot alerts: `.claude/scripts/post-bot-alert.sh` (#dev-alerts).
- 9am one-shot cron `9288b586` (session-only, auto-deletes after firing); keep-awake guard
`bl9idsqip` completed (held machine awake to 9:05).
---
## Update: 2026-06-27 16:17 PT — .invcfg tracking follow-up
A routine `/sync` at 16:34 on 6/26 swept an untracked root-level `.invcfg` (92 lines, an
invoicing-config artifact from a concurrent session) into commit `6763a83` via `git add -A`.
Flagged it for the operator. On the follow-up: no fix needed from this session — another
HOWARD-HOME session had already removed `.invcfg` from tracking in commit `8633d59` (2026-06-26
17:20) and added it to `.gitignore` (line 145). Verified: `git ls-files --error-unmatch .invcfg`
no longer matches, working tree is in sync with `origin/main`, and only submodule pointers
(`ampipit`, `guru-rmm`) remain unstaged (intentionally skipped by sync). Lesson reaffirmed: the
`git add -A` catch-all in `sync.sh` will commit any stray untracked file present at sync time —
gitignore stray scratch/config artifacts before they land in a sync commit.