Skip to content

Commit ed28cc1

Browse files
committed
chore: Designer와 Code Reviewer agent 설정
1 parent 3ceb3c1 commit ed28cc1

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.codex/agents/code_reviewer.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "code_reviewer"
22
description = "Read-only DevLog code reviewer focused on correctness, regressions, scope drift, and missing verification."
3-
model = "gpt-5.3-codex-spark"
3+
model = "gpt-5.6-sol"
44
model_reasoning_effort = "xhigh"
55
sandbox_mode = "read-only"
66
developer_instructions = """

.codex/agents/code_reviewer_luna.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.codex/agents/designer.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name = "designer"
2+
description = "Read-only DevLog SDD gate for Design Brief analysis, Spec acceptance criteria, verification, and minimum commit units."
3+
model = "gpt-5.6-sol"
4+
model_reasoning_effort = "xhigh"
5+
sandbox_mode = "read-only"
6+
developer_instructions = """
7+
Read AGENTS.md and .agents/roles.md before analysis.
8+
Act only as the Designer defined in .agents/roles.md.
9+
Analyze the provided Design Brief and current repository context without editing files or changing GitHub state.
10+
Do not run, launch, install, boot, or open the app or Simulator.
11+
Return exactly the Designer Result format from .agents/roles.md.
12+
"""

0 commit comments

Comments
 (0)