Codex 멀티 에이전트 환경 구축#31
Merged
Merged
Conversation
Closed
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the .gitignore file to exclude AI agent-related directories and introduces a skills-lock.json file to track external skill dependencies and their integrity hashes. I have no feedback to provide as there are no review comments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
📝작업 내용
browser-debuggerui-fixerwriter설치된 스킬
vercel-composition-patternsvercel-react-best-practicesweb-design-guidelines현재 구조 및 운영 메모
.codex/agents아래에, repo 공용 스킬은.agents/skills아래에 분리되어 있습니다.ui-fixer는 repo 공용 스킬 경로를 참조하도록 정리되어 있어 재사용성이 높습니다.browser-debugger는 브라우저 재현 중심,ui-fixer는 최소 수정 중심,writer는 문서화 중심으로 역할이 나뉘어 있습니다.ui-fixer, 정리는writer로 이어가는 흐름이 가장 자연스럽습니다.스크린샷 (선택)
생성된 에이전트는 다음과 같이 @ 키워드로 태그하여 사용
💬리뷰 요구사항(선택)