mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-19 06:39:18 -04:00
8 lines
554 B
TOML
8 lines
554 B
TOML
model = "gpt-5.4"
|
|
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 build plus lint and type-check when UI logic changed, and report any violations you left unfixed with reasons.
|
|
"""
|