Clean up the /Users/samaguiar/Documents/Projects root repo after prior status showed massive unrelated dirty state.
.git/index.lock after verifying no active git process owned it.git restore --staged . to unstage mass-delete/index noise without changing working files.HEAD, including canonical Skills/ files..git/info/exclude rules to hide generated/local noise: caches, symlinks, nested repos, QA screenshots, backups, reports, WP content exports, and other local artifacts.admin/sam-aguiar-preferences-2026-04-08.md because it contains literal credential text already present in the tracked file.origin/main: 534016c8 Clean Projects root repo status.codex/projects-root-cleanup-2026-06-03-clean.https://github.com/samaguiar1982-cpu/sail-projects-root/pull/8.git status -sb: clean on codex/projects-root-cleanup-2026-06-03-clean tracking origin.git rev-list --count origin/main..HEAD: 1.git diff --check origin/main..HEAD: no output.The cleanup used .git/info/exclude, which is intentionally local-only. That fixed this Mac without touching tracked .gitignore, but other machines may still see the same generated-folder noise.