mirror of
https://github.com/grp06/openclaw-studio.git
synced 2026-08-14 00:47:51 +00:00
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:
@@ -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. :)
|
||||
Reference in New Issue
Block a user