mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-15 07:04:46 +00:00
codex
This commit is contained in:
parent
7216720bc3
commit
a91919e075
3 changed files with 45 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude lazygit
|
STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude lazygit codex
|
||||||
|
|
||||||
install:
|
install:
|
||||||
brew install stow
|
brew install stow
|
||||||
|
|
|
||||||
7
codex/.codex/AGENTS.md
Normal file
7
codex/.codex/AGENTS.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
## Philosophy
|
||||||
|
|
||||||
|
This codebase will outlive you. Every time you take a shortcut, someone else pays the price. Left unchecked, your shortcuts grow into the technical debt that slows the entire team down.
|
||||||
|
|
||||||
|
Write code with intention. The patterns you establish will be copied; the decisions you make will be repeated. Every corner you cut will be revisited by someone—often you—under more pressure and with less context.
|
||||||
|
|
||||||
|
Fight entropy. Leave the codebase better than you found it.
|
||||||
37
codex/.codex/config.toml
Normal file
37
codex/.codex/config.toml
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
model = "gpt-5.3-codex"
|
||||||
|
model_reasoning_effort = "medium"
|
||||||
|
personality = "pragmatic"
|
||||||
|
suppress_unstable_features_warning = true
|
||||||
|
web_search = "live"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
undo = true
|
||||||
|
shell_tool = true
|
||||||
|
unified_exec = true
|
||||||
|
shell_snapshot = true
|
||||||
|
apply_patch_freeform = true
|
||||||
|
request_rule = true
|
||||||
|
remote_models = true
|
||||||
|
steer = true
|
||||||
|
collaboration_modes = true
|
||||||
|
personality = true
|
||||||
|
collab = true
|
||||||
|
apps = true
|
||||||
|
js_repl = true
|
||||||
|
runtime_metrics = true
|
||||||
|
sqlite = true
|
||||||
|
memory_tool = true
|
||||||
|
child_agents_md = true
|
||||||
|
use_linux_sandbox_bwrap = true
|
||||||
|
powershell_utf8 = true
|
||||||
|
enable_request_compression = true
|
||||||
|
skill_mcp_dependency_install = true
|
||||||
|
skill_env_var_dependency_prompt = true
|
||||||
|
responses_websockets = true
|
||||||
|
responses_websockets_v2 = true
|
||||||
|
|
||||||
|
[sandbox_workspace_write]
|
||||||
|
network_access = true
|
||||||
|
|
||||||
|
[notice.model_migrations]
|
||||||
|
"gpt-5.2" = "gpt-5.2-codex"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue