Skip to content

저장소 AI 역할 워크플로우를 제거한다 - #891

Merged
opficdev merged 5 commits into
developfrom
ai/#890
Sep 12, 2026
Merged

저장소 AI 역할 워크플로우를 제거한다#891
opficdev merged 5 commits into
developfrom
ai/#890

Conversation

@opficdev

@opficdev opficdev commented Sep 12, 2026

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

  • 단순 작업에도 강제되던 SDD 역할 체인과 인계 문서 제거
  • 범위가 분명한 작업을 경량 모델에 분담하여 메인 모델 사용량을 줄일 수 있는 실행 구조 정리
  • 과거 기술 결정 검색과 Notion 기록이 필요할 때만 외부 Harness를 연결하는 조건부 경로 구성

📝 작업 내용

📌 요약

  • Design Brief, Designer Result, Spec, Task Packet 선행 의무 제거
  • .agents/roles.md.agents/workflows.md 제거
  • DesignerCode Reviewer agent 설정 제거
  • gpt-5.3-codex-spark·xhigh 기본 설정 4개 유지
  • gpt-5.6-luna·xhigh 대체 설정 4개 유지
  • 기존 안전·아키텍처·검증·전달 규칙과 Spec 기록 보존
  • AGENTS.md../DevLog_Harness의 Decision Search·Decision Write 조건부 연결 추가

🔍 상세

강제 역할 체인 제거

  • AGENTS.md의 역할 및 워크플로우 문서 라우팅 제거
  • 단순·비단순 구분에 따른 고정 역할 순서 제거
  • 역할별 고정 결과 형식과 사용자 승인형 Spec 생성 의무 제거
  • 메인 모델의 계획, Swift 구현, 최종 판단, 통합 및 외부 쓰기 책임 유지

경량 모델 작업 분담 유지

  • architecture_watcher, verification_runner, github_ci_analyst, documentation_writer의 Spark 설정 유지
  • Spark 설정을 gpt-5.3-codex-spark·xhigh로 통일
  • 대응하는 _luna 설정을 gpt-5.6-luna·xhigh로 통일
  • Spark 사용 불가 시 대응하는 Luna 사용, 두 모델 모두 사용 불가 시 메인 모델 처리 순서 명시
  • 별도 역할 체인 없이 현재 요청 또는 diff를 경량 모델에 직접 전달하는 방식 적용

External Harness 조건부 연결

  • AGENTS.md에 형제 저장소 ../DevLog_Harness를 찾는 라우팅 추가
  • 과거 기술 결정이 현재 판단을 바꿀 수 있는 경우에만 decision-search 관련 문서 로드
  • 사용자가 지속적인 기술 결정을 Notion에 기록하도록 요청한 경우에만 decision-write 관련 문서 로드
  • 일반 작업에서는 Harness를 읽지 않도록 제한
  • 코드·아키텍처·검증·git·GitHub 작업은 DevLog_iOS 규칙을 권위 기준으로 유지
  • Harness 또는 라우팅 파일이 없을 때 해당 기능에 의존하지 않는 작업을 기존 규칙으로 계속 처리
  • 사용자별 절대 경로, Notion 범위와 data source 설정, 자격증명의 저장소 복사 방지
  • 연결 커밋 658486072 반영

설정과 문서 정리

  • 8개 경량 모델 설정에서 .agents/roles.md, .agents/workflows.md, Spec, Task Packet 의존 제거
  • .agents/specs/README.md를 기존 작업 기록 안내로 변경
  • 기존 .agents/specs/ 기록의 일괄 수정 및 삭제 방지 규칙 유지
  • README.md의 기존 역할 흐름도와 역할·모델 표 제거
  • .agents/rules/architecture.md에서 삭제된 역할 문서 참조만 제거하고 아키텍처 정책 유지
  • .agents/rules/project-workflows.md에서 SDD 인계 절차만 제거하고 검증·PR·커밋 규칙 유지

검증

  • git diff --check origin/develop...HEAD -- AGENTS.md README.md .agents .codex/agents 통과
  • .codex/agents/ TOML 8개 존재 확인
  • Spark 설정 4개의 gpt-5.3-codex-spark·xhigh 확인
  • Luna 설정 4개의 gpt-5.6-luna·xhigh 확인
  • designer.toml, code_reviewer.toml 삭제 확인
  • 658486072의 Harness 조건부 라우팅과 External Harness 규칙 확인
  • AGENTS.md에 사용자별 절대 경로, Notion 설정값, 자격증명 미포함 확인
  • Swift, Xcode 프로젝트, Tuist, CI 파일 변경 없음
  • 앱·Simulator·iOS 빌드 미실행

📸 영상 / 이미지 (Optional)

  • 해당 없음

@opficdev opficdev self-assigned this Sep 12, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-12T13:29:02.463099Z e60c108 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e60c10851e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .agents/roles.md
Comment thread .agents/roles.md
Comment thread .codex/agents/verification_runner.toml
@opficdev
opficdev merged commit 34ed17c into develop Sep 12, 2026
9 checks passed
@opficdev
opficdev deleted the ai/#890 branch September 12, 2026 15:04
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.

저장소 AI 역할 워크플로우를 제거한다

1 participant