Skip to content

[#727] Codex custom agent를 현재 task 연결형 사이드 작업으로 위임한다#728

Merged
opficdev merged 1 commit into
developfrom
ai/#727
Jul 13, 2026
Merged

[#727] Codex custom agent를 현재 task 연결형 사이드 작업으로 위임한다#728
opficdev merged 1 commit into
developfrom
ai/#727

Conversation

@opficdev

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

  • 현재 task에 연결되는 사이드 작업을 저장소 역할 위임 경로로 정의
  • 설정된 custom agent의 식별자·모델·권한 적용 기준 명확화

📝 작업 내용

📌 요약

  • .agents/roles.md의 연결형 위임 규칙과 고정 모델 정책 정리
  • .agents/workflows.md의 역할 실행·후속 작업·결과 통합 절차 정리
  • README.md의 Mermaid와 역할 표에 실행 흐름 및 역할 식별자 반영

🔍 상세

  • spawn_agent와 UI 사이드바의 Option-Command-S를 현재 task 연결형 사이드 작업 실행 경로로 명시
  • spawn_agent.task_name, .codex/agents/<name>.toml 파일명, TOML의 name 사이 정확한 일치 규칙 추가
  • architecture_watcher, code_reviewer, verification_runner, github_ci_analyst, documentation_writer를 역할별 식별자로 지정
  • 같은 역할의 후속 작업을 기존 agent의 followup_task로 전달하는 절차 추가
  • 역할 결과를 현재 main task로 반환하고 Primary가 검토·통합하는 흐름 추가
  • 외부 codex exec, 사용자 소유 create_thread, 임의 이름의 일반 sub-agent를 저장소 역할 위임 수단에서 제외
  • .codex/agents/*.tomlPrimary 이외 역할의 모델과 권한 기준으로 지정
  • 설정된 custom agent 또는 고정 모델 사용 불가 시 다른 모델로 대체하지 않는 중단 정책 반영
  • README.md에 연결형 사이드 작업 흐름과 역할 식별자를 Mermaid 및 역할 표로 반영

📸 영상 / 이미지 (Optional)

  • 해당 없음

@opficdev opficdev self-assigned this Jul 13, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이번 풀이 리퀘스트는 Lightweight 및 Fast 역할을 개별 Custom Agent TOML 설정을 통해 연결형 사이드 작업으로 실행하도록 관련 정책과 워크플로우를 업데이트하고, README.md 내 다이어그램과 표를 최신화하는 변경 사항을 담고 있습니다. 리뷰어는 README.md 내 역할 정의 표에 여전히 특정 모델명이 하드코딩되어 있어 정책 변경에 따른 문서 불일치가 발생할 수 있음을 지적하고, 이를 추상화된 티어명으로 변경할 것을 제안하는 유용한 피드백을 제공했습니다.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread README.md
@opficdev opficdev merged commit a42c226 into develop Jul 13, 2026
7 checks passed
@opficdev opficdev deleted the ai/#727 branch July 13, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Codex custom agent를 현재 task 연결형 사이드 작업으로 위임한다

1 participant