mirror of
https://github.com/alleneubank/claude-code.git
synced 2026-09-14 14:06:56 +08:00
f3c1789eed
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.
12 lines
440 B
JSON
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
|
|
}
|
|
}
|