Files
Allen f3c1789eed docs: standalone-friendly README and install path
Rewrite README.md to make this repo presentable for open-source consumers
who don't have the surrounding private dotfiles tree. Inventory every
directory (commands, agents, all 25 skills, plugins, statusline, scripts,
settings, hooks, analytics) with accurate descriptions, document the
plugin marketplace install path, and add an explicit footnote about the
optional dotfiles-tree relationship.

install.sh now also symlinks commands/, agents/, and .claude/skills/ into
~/.claude/, and prefers the parent dotfiles' codex/codex.json when present
but falls back to a new in-repo codex.json sample so standalone clones no
longer fail under set -e.

Remove the stale TODO.md (DuckDB indexing work, all items completed) and
untrack CLAUDE.local.md / AGENTS.local.md so personal notes stay private
on disk via .gitignore. Drop a personal ~/dotfiles path from
scripts/README.md.
2026-05-21 16:23:45 +00:00

12 lines
440 B
JSON

{
"$schema": "./codex.schema.json",
"_description": "Default Codex CLI configuration used by the codex-reviewer plugin. Symlinked to ~/.claude/codex.json by install.sh. Override locally by editing ~/.claude/codex.json directly or by replacing the symlink with a private copy.",
"codex": {
"sandbox": "read-only",
"approval_policy": "never",
"bypass_sandbox": false,
"extra_args": [],
"timeout_seconds": 1200
}
}