Skip to content

[#50] AI 역할 기반 SDD workflow와 모델 대체 정책을 구성한다 - #51

Merged
opficdev merged 7 commits into
developfrom
ai/#50
Aug 22, 2026
Merged

opficdev merged 7 commits into
developfrom
ai/#50

Conversation

@opficdev

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

📝 작업 내용

📌 요약

  • Nexa의 AI 역할 기반 SDD workflow와 모델 대체 정책 구성
  • 저장소 작업 라우팅, 검증 및 커밋 메시지 규칙 추가

🔍 상세

  • AGENTS.md.agents/rules/에 작업 라우팅, Swift Package 경계, 검증, 문서 및 Git 작업 규칙 추가
  • .agents/roles.md, .agents/workflows.md, .agents/specs/README.md에 역할 책임과 비단순 작업의 SDD 순서 정의
  • Designer, Code Reviewergpt-5.6-solxhigh 전용 역할로 구성하고 Luna 대체 역할 미생성
  • Lightweight 역할을 Spark 우선으로 구성하고, Spark 사용 불가 시 대응 *_luna 역할이 gpt-5.6-lunahigh를 사용하도록 구성
  • .codex/agents/에 Architecture Watcher, Verification Runner, GitHub/CI Analyst, Documentation Writer 및 대응 Luna 역할 설정 추가
  • 한국어 prefix와 본문 금지를 포함한 커밋 메시지 규칙 추가
  • 실행용 Spec 파일 미추가

📸 영상 / 이미지 (Optional)

flowchart LR
    U[사용자 요청] --> P[Planner<br/>Primary]
    P --> D[Designer<br/>gpt-5.6-sol · xhigh]
    D --> A[사용자 승인]
    A --> S[Spec · Task Packet]
    S --> I[Implementer<br/>Primary]

    I --> B{공개 API·동시성·패키지 경계 변경}
    B -- 예 --> W[Architecture Watcher]
    B -- 아니오 --> R[Code Reviewer<br/>gpt-5.6-sol · xhigh]
    W --> R
    R --> V[Verification Runner]
    V --> F[완료]

    subgraph L[Lightweight 역할]
        W
        V
        G[GitHub/CI Analyst]
        DW[Documentation Writer]
    end

    L --- M[Spark 우선<br/>사용 불가 시 대응 *_luna<br/>gpt-5.6-luna · high]
Loading

@opficdev opficdev self-assigned this Aug 22, 2026

@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: 91296d8709

ℹ️ 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/workflows.md Outdated
Comment thread .agents/rules/project-workflows.md Outdated
Comment thread AGENTS.md Outdated
Comment thread .agents/rules/project-workflows.md
Comment thread .codex/agents/github_ci_analyst.toml
@opficdev
opficdev merged commit f3654e6 into develop Aug 22, 2026
4 checks passed
@opficdev
opficdev deleted the ai/#50 branch August 22, 2026 05:00
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 역할 기반 SDD workflow와 모델 대체 정책을 구성한다

1 participant