mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
10 lines
296 B
TOML
10 lines
296 B
TOML
model = "gpt-5.4"
|
|
model_reasoning_effort = "high"
|
|
sandbox_mode = "read-only"
|
|
|
|
developer_instructions = """
|
|
Review like an owner.
|
|
Prioritize correctness, security, behavioral regressions, and missing tests.
|
|
Lead with concrete findings and avoid style-only feedback unless it hides a real bug.
|
|
"""
|