Skip to content

[#724] Hermes 하네스를 제거하고 AI 작업 규칙 문서를 재구성한다#725

Merged
opficdev merged 2 commits into
developfrom
ai/#724
Jul 12, 2026
Merged

[#724] Hermes 하네스를 제거하고 AI 작업 규칙 문서를 재구성한다#725
opficdev merged 2 commits into
developfrom
ai/#724

Conversation

@opficdev

@opficdev opficdev commented Jul 12, 2026

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

  • Hermes 전용 구조를 제거하고 AGENTS.md를 작업별 문서 라우팅만 담당하는 진입점으로 축소

📝 작업 내용

📌 요약

  • .hermes 디렉터리와 Hermes 전용 메타데이터 제거
  • AI 역할·작업 흐름·프로젝트 규칙을 .agents 디렉터리로 이동
  • AGENTS.md를 누적 라우팅 문서로 축소
  • Codex custom agent의 역할 문서 참조 경로 변경

🔍 상세

  • AGENT_ROLES.md.agents/roles.md로 이동하고 역할, 권한, 모델 선택 및 결과 형식 보존
  • AGENT_WORKFLOWS.md.agents/workflows.md로 이동하고 작업 유형별 실행 순서와 중단 조건 보존
  • 공통 로직 보존, 응답 방식, Swift 작성 규칙을 .agents/rules/general.md로 분리
  • 기존 아키텍처 하네스의 레이어 맵, DI, SDK 배치, Widget, StorePattern, 모호성 중단 조건을 .agents/rules/architecture.md로 이전
  • 검증, Tuist, PR, review thread, 커밋, CI, Localization, 배포 규칙을 .agents/rules/project-workflows.md로 이전
  • AGENTS.md에 작업별 필수 문서와 누적 라우팅 기준만 유지
  • .codex/agents/*.toml.agents/roles.md를 참조하도록 변경
  • 저장소에서 Hermes 및 이전 문서 경로 참조가 남지 않은 상태 확인

📸 영상 / 이미지 (Optional)

해당 없음

@opficdev opficdev self-assigned this Jul 12, 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

이번 풀리퀘스트는 기존의 AI 에이전트 역할 및 워크플로우 관련 문서들을 .agents/ 디렉토리 하위로 재배치하고, AGENTS.md를 라우팅 진입점으로 단순화하는 작업을 수행합니다. 리뷰어는 새롭게 추가된 .agents/rules/general.md 파일에 대한 설명이 .agents/workflows.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 .agents/workflows.md
@opficdev opficdev merged commit 4abd717 into develop Jul 12, 2026
7 checks passed
@opficdev opficdev deleted the ai/#724 branch July 12, 2026 23:50
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.

Hermes 하네스를 제거하고 AI 작업 규칙 문서를 재구성한다

1 participant