From 42cc2a79c8d50ef298530cb2ea684d73fa53d8d4 Mon Sep 17 00:00:00 2001 From: George Pickett Date: Thu, 25 Jun 2026 17:06:00 -0700 Subject: [PATCH] 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. --- .codex/agents/openclaw-studio.local.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .codex/agents/openclaw-studio.local.md diff --git a/.codex/agents/openclaw-studio.local.md b/.codex/agents/openclaw-studio.local.md new file mode 100644 index 0000000..8dd724f --- /dev/null +++ b/.codex/agents/openclaw-studio.local.md @@ -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. :) \ No newline at end of file