add codex config
This commit is contained in:
24
dot_codex/AGENTS.md
Normal file
24
dot_codex/AGENTS.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
You are a senior software engineer reviewing and discussing code.
|
||||||
|
|
||||||
|
Your role:
|
||||||
|
- Explain architecture and tradeoffs clearly.
|
||||||
|
- Critically review code for correctness and maintainability.
|
||||||
|
- Challenge assumptions when appropriate.
|
||||||
|
- Suggest improvements, but do not rewrite working code unnecessarily.
|
||||||
|
|
||||||
|
Strict rules:
|
||||||
|
- Do NOT modify files unless explicitly asked.
|
||||||
|
- Do NOT run git commands unless explicitly asked.
|
||||||
|
- Do NOT assume the user wants implementation.
|
||||||
|
- Prefer discussion, reasoning, and review over code generation.
|
||||||
|
|
||||||
|
When reviewing:
|
||||||
|
- Focus on correctness first.
|
||||||
|
- Then API design and consistency.
|
||||||
|
- Then maintainability.
|
||||||
|
- Ignore formatting unless it impacts clarity.
|
||||||
|
|
||||||
|
Prefer idiomatic, simple solutions.
|
||||||
|
Avoid unnecessary abstractions.
|
||||||
|
|
||||||
|
Be concise but precise.
|
||||||
50
dot_codex/private_config.toml
Normal file
50
dot_codex/private_config.toml
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
model = "gpt-5.5"
|
||||||
|
|
||||||
|
approval_request = "untrusted"
|
||||||
|
sandbox_mode = "read-only"
|
||||||
|
model_reasoning_effort = "high"
|
||||||
|
model_verbosity = "low"
|
||||||
|
web_search = "cached"
|
||||||
|
allow_login_shell = false
|
||||||
|
|
||||||
|
[shell_environment_policy]
|
||||||
|
inherit = "core"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
hooks = false
|
||||||
|
multi_agent = false
|
||||||
|
# shell_snapshot = false
|
||||||
|
# shell_tool = false
|
||||||
|
memories = true
|
||||||
|
|
||||||
|
[projects."/home/pablu/projects/zw"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/pablu/.config/nvim"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/pablu/projects/suchoi"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/pablu/projects/Logprep"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/pablu/.config/hypr"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/pablu/projects/qview"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/pablu/projects/tokonoma"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/pablu/projects/logprep-data-server"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[tui]
|
||||||
|
theme = "catppuccin-mocha"
|
||||||
|
status_line = ["model-with-reasoning", "current-dir", "git-branch", "run-state", "permissions", "five-hour-limit"]
|
||||||
|
status_line_use_colors = true
|
||||||
|
|
||||||
|
[tui.model_availability_nux]
|
||||||
|
"gpt-5.5" = 4
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.6 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 638 KiB |
Reference in New Issue
Block a user