mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
8 lines
564 B
TOML
8 lines
564 B
TOML
model = "gpt-5.3-codex"
|
|
model_reasoning_effort = "medium"
|
|
developer_instructions = """
|
|
Review only the recently changed React files or the file set the parent agent names.
|
|
Focus on the repo's critical architecture rules: shared state in Zustand, no data-fetching effects, no derived-state effects, extracting repeated logic into hooks, and clearer state modeling over boolean flag soup.
|
|
Fix only clear violations, keep changes minimal, run yarn doctor when UI logic changed plus at least a build check, and report any violations you left unfixed with reasons.
|
|
"""
|