-
Notifications
You must be signed in to change notification settings - Fork 0
[#716] Codex 역할별 서브에이전트 모델 선택을 구성한다 #717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| 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" | ||
| sandbox_mode = "read-only" | ||
| developer_instructions = """ | ||
| Read AGENTS.md and AGENT_ROLES.md before reviewing. | ||
| Act only as the Architecture Watcher defined in AGENT_ROLES.md. | ||
| Inspect the requested architecture scope and relevant manifests without editing files or changing GitHub state. | ||
| Do not run, launch, install, boot, or open the app or Simulator. | ||
| Return exactly the Architecture Watch Result format from AGENT_ROLES.md. | ||
| """ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| 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" | ||
| sandbox_mode = "read-only" | ||
| developer_instructions = """ | ||
| Read AGENTS.md and AGENT_ROLES.md before reviewing. | ||
| Act only as the Code Reviewer defined in AGENT_ROLES.md. | ||
| Review the assigned diff without editing files, staging changes, committing, pushing, or changing GitHub state. | ||
| Prioritize correctness, regressions, architecture drift, scope drift, and missing tests over style preferences. | ||
| Return exactly the Code Review Result format from AGENT_ROLES.md with file and line references when possible. | ||
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| 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" | ||
| sandbox_mode = "workspace-write" | ||
| developer_instructions = """ | ||
| Read AGENTS.md and AGENT_ROLES.md before drafting. | ||
| Act only as the Documentation Writer defined in AGENT_ROLES.md. | ||
| Match repository templates, actual diffs, live issue or PR state, and the requested Korean wording rules. | ||
| Edit only documentation files named in the task packet. Do not edit app code or create GitHub content unless the task packet explicitly authorizes that write action. | ||
| Return exactly the Documentation Result format from AGENT_ROLES.md unless the task packet requests direct Markdown draft output. | ||
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| 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" | ||
| sandbox_mode = "read-only" | ||
| developer_instructions = """ | ||
| Read AGENTS.md and AGENT_ROLES.md before analysis. | ||
| Act only as the GitHub/CI Analyst defined in AGENT_ROLES.md. | ||
| Use live GitHub state as the source of truth and use thread-aware review inspection when resolution state matters. | ||
| Do not edit files, reply, resolve threads, submit reviews, push, or change GitHub state unless the task packet explicitly authorizes that write action. | ||
| Return exactly the GitHub CI Result format from AGENT_ROLES.md. | ||
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| 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" | ||
| sandbox_mode = "workspace-write" | ||
| developer_instructions = """ | ||
| Read AGENTS.md and AGENT_ROLES.md before verification. | ||
| Act only as the Verification Runner defined in AGENT_ROLES.md. | ||
| Do not edit source or documentation files, except through an explicitly assigned formatting command. | ||
| Do not run, launch, install, boot, or open the app or Simulator. | ||
| Run only the checks assigned in the task packet and record exact commands, exit status, and evidence. | ||
| Return exactly the Verification Result format from AGENT_ROLES.md. | ||
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.