Refactor mission-oriented Codex guidelines and docs#323
Merged
Conversation
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.
Summary
미션 기반 학습 흐름에 맞춰 Codex 운영 규칙, repo-local skill, decision 문서 규칙을 정리합니다.
Problem
기존 에이전트 규칙은 일반 저장소 운영 안내에 더 가까워서 미션 선정, 가이드, 평가, 인터뷰, 문서화가 하나의 학습 사이클로 잘 연결되지 않았습니다.
또한 현재 PR 변경점보다 추상적인 도메인부터 보게 되면 실제 작업과 동떨어진 미션을 제안할 위험이 있었습니다.
Solution
AGENTS.md를 미션 중심 워크플로로 재정리하고, 단계별 repo-local skill을 추가/보완했습니다.미션 시작 시
develop...HEAD와 working tree 변경점을 먼저 리뷰하도록 바꾸고, decision 문서에 PR/브랜치 상태 메타데이터를 남기도록 규칙을 확장했습니다.Changes
AGENTS.md를 미션 선정 -> 해결 진행 -> 제출 -> 평가 -> 인터뷰 -> 문서화 흐름으로 정리mission-start,mission-guide,mission-evaluate,mission-interview,mission-closeskill 규칙 보강mission-evaluate트리거를 명시적 미션 평가 요청 중심으로 조정docs/decisions/README.md,docs/templates/decision-record-template.md에 PR 상태 메타데이터 규칙 추가docs/decisions/010-mission-oriented-agent-guidelines.md추가Example
새로운 학습 시작하자요청 시 현재 작업 브랜치의develop...HEAD변경점을 먼저 리뷰한 뒤 미션 후보를 제안합니다.문서화하자요청 시 decision 문서에관련 PR/브랜치,기준 브랜치,현재 상태,다음 시작점을 함께 남깁니다.Related Issues
없음