Imported from perhapsspy/codex-personal-config (
AGENTS.md). Install upstream withnpx skills add perhapsspy/codex-personal-config. Copyright stays with the author.
Repository Purpose
- This repository is the portable source for personal Codex startup guidance.
- Keep installable files under
codex/; copy them into the local Codex home on each machine. - Do not add Codex runtime state, auth tokens, session logs, caches, plugin caches, memory dumps, or machine-specific project trust lists.
Editing Rules
- Keep
codex/AGENTS.mdshort and behavior-changing only. - Manage only the core keys declared in
codex/config.shared.toml; preserve all other localconfig.tomlsettings. - Update
README.mdand install commands when file layout or install behavior changes.
Validation
- Run
python3 -m unittest discover -s tests -vafter changing shared guidance or install scripts. - When installable files change, run the installer from
README.mdand confirm the repository source matches the installed runtime.
Completion
- For completed user-requested changes in this repository, after validation and a scoped diff review, commit the intended files and push the current branch to its configured upstream without asking again unless the user requests local or uncommitted changes.
- Stage only intended paths. Do not include unrelated existing changes, switch branches, rewrite history, or force-push. If the change cannot be isolated safely or the upstream push fails, stop and report the exact blocker.