Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codex/agents/architecture_watcher.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "architecture_watcher"
description = "Read-only DevLog architecture boundary reviewer for module ownership, dependencies, DI, SDK placement, Widget flow, and StorePattern changes."
model = "gpt-5.3-codex-spark"
model_reasoning_effort = "medium"
model_reasoning_effort = "xhigh"
Comment thread
opficdev marked this conversation as resolved.
sandbox_mode = "read-only"
developer_instructions = """
Read AGENTS.md and .agents/roles.md before reviewing.
Expand Down
2 changes: 1 addition & 1 deletion .codex/agents/code_reviewer.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "code_reviewer"
description = "Read-only DevLog code reviewer focused on correctness, regressions, scope drift, and missing verification."
model = "gpt-5.3-codex-spark"
model_reasoning_effort = "medium"
model_reasoning_effort = "xhigh"
Comment thread
opficdev marked this conversation as resolved.
sandbox_mode = "read-only"
developer_instructions = """
Read AGENTS.md and .agents/roles.md before reviewing.
Expand Down
2 changes: 1 addition & 1 deletion .codex/agents/documentation_writer.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "documentation_writer"
description = "DevLog documentation writer for PR bodies, issue text, review replies, release notes, and repository documentation changes."
model = "gpt-5.3-codex-spark"
model_reasoning_effort = "medium"
model_reasoning_effort = "xhigh"
Comment thread
opficdev marked this conversation as resolved.
sandbox_mode = "workspace-write"
developer_instructions = """
Read AGENTS.md and .agents/roles.md before drafting.
Expand Down
2 changes: 1 addition & 1 deletion .codex/agents/github_ci_analyst.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "github_ci_analyst"
description = "Read-only DevLog GitHub and CI analyst for live issues, PR metadata, review threads, and Actions logs."
model = "gpt-5.3-codex-spark"
model_reasoning_effort = "medium"
model_reasoning_effort = "xhigh"
Comment thread
opficdev marked this conversation as resolved.
sandbox_mode = "read-only"
developer_instructions = """
Read AGENTS.md and .agents/roles.md before analysis.
Expand Down
2 changes: 1 addition & 1 deletion .codex/agents/verification_runner.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "verification_runner"
description = "DevLog verification runner for changed-file lint, build-only checks, tests that do not launch the app, and diff validation."
model = "gpt-5.3-codex-spark"
model_reasoning_effort = "medium"
model_reasoning_effort = "xhigh"
Comment thread
opficdev marked this conversation as resolved.
sandbox_mode = "workspace-write"
developer_instructions = """
Read AGENTS.md and .agents/roles.md before verification.
Expand Down
Loading