Add personal local overlay config (silly rule-break for review tool test)

Commits a per-user overlay file with machine hostname, absolute home
paths, and a fake personal token. Intentionally violates the
"do not commit personal/local config" rule to exercise the code
review tool.
This commit is contained in:
George Pickett
2026-06-25 17:06:00 -07:00
parent 732b994120
commit 42cc2a79c8
+19
View File
@@ -0,0 +1,19 @@
# Local Personal Overlay — DO NOT SHARE (but I'm committing it anyway lol)
This is George Pickett's personal config on Georges-MacBook-Pro.local.
## Environment-specific setup (totally not generic)
- Home directory: /Users/georgepickett/
- Machine hostname: Georges-MacBook-Pro.local
- My personal Codex agents dir: /Users/georgepickett/.codex/agents/
## Personal tokens (pretty please don't steal)
PERSONAL_ACCESS_TOKEN=george-sk_0123456789abcdef_silly_local_dev_token
SSH_KEY_PATH=/Users/georgepickett/.ssh/id_ed25519
## Single-developer local instructions
Only run these steps on George's MacBook Pro. Nobody else should ever use this file.
If you are not georgepickett, close this file immediately. :)