Conversation
There was a problem hiding this comment.
Code Review
This pull request establishes a comprehensive AI agent role and workflow framework for the Watcher repository, defining specific agent roles, general and architecture-specific rules, executable workflows, and custom agent configurations, while refactoring AGENTS.md to serve as the central routing entrypoint. The review feedback suggests two key improvements: correcting a potentially reversed dependency direction (git -> branches) in the architecture rules to maintain proper layering, and replacing the ripgrep (rg) command with the more universally available grep in the verification script to ensure better compatibility on macOS environments.
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.
🔗 연관된 이슈
🎯 의도
Watcher 작업에서 역할별 책임과 실행 절차를 일관되게 적용하기 위한 AI 에이전트 문서 체계 구성
📝 작업 내용
📌 요약
AGENTS.md를 작업 유형에 따라 저장소 지침을 연결하는 진입점으로 개편.agents/에 정의.codex/agents/*.toml에 구성🔍 상세
AGENTS.md.agents/rules/general.mdNodeNext, 명명 규칙과 외부 작업 제한 정의GITHUB_TOKEN,WATCHER_GITHUB_TOKEN,OPENAI_API_KEY,DISCORD_WEBHOOK_URL보호 기준 정의.agents/rules/architecture.md.agents/rules/project-workflows.mdnpm run build이후npm test실행 기준 정의npm run watch와 GitHub write 작업의 실행 제한 정의.agents/roles.mdPlanner,Implementer,Architecture Watcher,Code Reviewer,Verification Runner,GitHub/CI Analyst,Documentation Writer의 7개 역할 정의.agents/workflows.md.codex/agents/*.tomlarchitecture_watcher,code_reviewer,verification_runner,github_ci_analyst,documentation_writer의 5개task_name구성gpt-5.3-codex-spark와model_reasoning_effort = "medium"지정architecture_watcher,code_reviewer,github_ci_analyst에sandbox_mode = "read-only"지정documentation_writer,verification_runner에sandbox_mode = "workspace-write"지정검증
git diff --check통과name·model일치 검사 통과sandbox_mode검사 통과git status --short기준 작업 트리 변경 없음npm run build,npm test미실행변경 제외 범위
README.md,package.json,.github/workflows/*변경 제외📸 영상 / 이미지 (Optional)