9.1 KiB
Code Review Reference - UPSTREAM
[IMPLEMENTING AGENT — READ FIRST] Filling in this file is the mandatory final step of implementation. The task is NOT complete until every implementation-owned section below is filled in. Complete the
구현 체크리스트; the final checklist item is mandatory before saving. Fill implementation-owned sections, then stop with active files in place and report ready for review. Finalization (코드리뷰 결과, log rename,complete.log, archive moves,코드리뷰 전용 체크리스트) is review-agent-only, even after compaction/resume. Follow the ownership table at the bottom of this file for which sections you own.
개요
date=2026-05-28 task=m-runtime-baseline/01_source_snapshots, plan=0, tag=UPSTREAM
이 파일을 읽는 리뷰 에이전트에게
[REVIEW AGENT ONLY] 아래 종결 절차는 코드리뷰 에이전트 전용이다. 구현 에이전트는 이 섹션을 실행하지 않는다.
각 항목의 구현을 실제 소스 파일과 대조하고, 검증 결과 섹션의 출력이 코드와 일치하는지 확인하세요.
리뷰 완료는 아래 순서까지 끝난 상태를 의미합니다.
- 판정을 append한다.
CODE_REVIEW-cloud-G08.md->code_review_cloud_G08_N.log,PLAN-cloud-G08.md->plan_cloud_G08_M.log로 아카이브한다.- PASS이면
complete.log작성 후 active task 디렉터리를agent-task/archive/YYYY/MM/m-runtime-baseline/01_source_snapshots/로 이동한다. WARN/FAIL이면 user-review gate를 확인한 뒤 다음 active plan/review 파일 또는USER_REVIEW.md를 작성한다.USER_REVIEW.md가 사용자 결정으로 완료/PASS 해소되면 code-review가USER_REVIEW.md를 해소 상태로 갱신하고complete.log작성 후 archive 이동한다. - PASS이고 task group이
m-<milestone-slug>이면 완료 이벤트 메타데이터를 보고한다. roadmap 상태 체크와update-roadmap호출은 런타임 책임이다. - 적용 가능한
코드리뷰 전용 체크리스트항목을 최종.log위치에서 체크한 뒤 보고한다.
구현 항목별 완료 여부
| 항목 | 완료 여부 |
|---|---|
| [UPSTREAM-1] Staging Sources And Records | [ ] |
| [UPSTREAM-2] Source Snapshot Copy | [ ] |
| [UPSTREAM-3] Workspace Index Sync | [ ] |
구현 체크리스트
- 외부 staging clone 경로를
MATTERMOST_APP_STAGING와MATTERMOST_PUSH_PROXY_STAGING로 받아 두 clone이mainbranch인지 확인한다. - staging clone의 remote URL과 commit SHA를 기준으로
apps/mattermost/UPSTREAM.md와services/push-proxy/UPSTREAM.md를 작성한다. .git, build/cache/runtime 산출물을 제외하고apps/mattermost/와services/push-proxy/source snapshot을 반입한다.- root/doc index가 실제 snapshot 상태와 어긋나면
README.md와docs/README.md만 최소 갱신한다. - 최종 검증 명령을 실행하고 출력에 두 snapshot 경로, upstream record, branch
main, commit SHA가 보이는지 확인한다. - CODE_REVIEW-*-G??.md의 구현 에이전트 소유 섹션을 실제 구현 내용과 검증 출력으로 채운다. 이 항목이 완료되기 전에는 구현이 완료된 것이 아니다.
코드리뷰 전용 체크리스트
[REVIEW AGENT ONLY] 이 체크리스트는 코드리뷰 에이전트만 사용한다. 구현 에이전트는 이 섹션을 수정하거나 체크하지 않는다.
코드리뷰 결과에PASS,WARN,FAIL중 하나의 판정을 append한다.- 판정과
차원별 평가, Required/Suggested/Nit 분류가 서로 일치한다. - active
CODE_REVIEW-*-G??.md를code_review_cloud_G08_N.log로 아카이브한다. - active
PLAN-*-G??.md를plan_cloud_G08_M.log로 아카이브한다. - PASS이면
agent-ops/skills/common/code-review/templates/complete-log-template.md기준으로complete.log를 작성하고 active.md파일을 남기지 않는다. - PASS이면 active task 디렉터리
agent-task/m-runtime-baseline/01_source_snapshots/를agent-task/archive/YYYY/MM/m-runtime-baseline/01_source_snapshots/로 이동하고 최종 archive 경로에서 이 체크리스트를 갱신한다. - PASS이고 task group이
m-<milestone-slug>이면 런타임이 읽을 완료 이벤트 메타데이터를 보고하고, roadmap 수정이나update-roadmap직접 호출을 하지 않는다. - PASS split 작업이면 이동 후 빈 active parent
agent-task/m-runtime-baseline/를 제거하거나, 남은 sibling/file이 있어 유지했다고 확인한다. - WARN/FAIL이고 user-review gate가 트리거되지 않았으면 다음 active
PLAN-cloud-G08.md와CODE_REVIEW-cloud-G08.md를 작성하고complete.log를 작성하지 않는다. - USER_REVIEW이면
agent-ops/skills/common/code-review/templates/user-review-template.md기준으로USER_REVIEW.md를 작성하고 activePLAN-*.md,CODE_REVIEW-*.md,complete.log를 남기지 않는다. - USER_REVIEW가 사용자 결정으로 완료/PASS 해소되면
USER_REVIEW.md를 해소 상태로 갱신하고complete.log를 작성한 뒤 task directory를 archive로 이동한다.
계획 대비 변경 사항
구현 에이전트가 계획과 다르게 구현한 부분을 이유와 함께 기록한다.
주요 설계 결정
구현 에이전트가 주요 설계 결정 사항을 기록한다.
리뷰어를 위한 체크포인트
- source snapshot 안에
.git, dependency cache, build output이 들어오지 않았는지 확인한다. UPSTREAM.md의 URL, branch, commit SHA가 staging clone 실제 출력과 일치하는지 확인한다.services/core/UPSTREAM.mdbaseline 값이 변경되지 않았는지 확인한다.- nexo-specific patch가 upstream snapshot 내부에 섞이지 않았는지 확인한다.
검증 결과
구현 에이전트가 각 중간 검증 및 최종 검증 명령 실행 후 출력을 여기에 붙여 넣는다.
필수 규칙:
- 검증 명령은 고정된 계약이다. 임의로 대체하지 않는다.
- 대체가 필요하면
계획 대비 변경 사항에 이유와 대체 명령을 기록한다. 검증 결과에는 실제 stdout/stderr를 붙여 넣는다.
UPSTREAM-1 중간 검증
$ test -f apps/mattermost/UPSTREAM.md
$ test -f services/push-proxy/UPSTREAM.md
$ rg --sort path -n "Source:|Branch:|Snapshot commit:|Snapshot date:|Snapshot source:" apps/mattermost/UPSTREAM.md services/push-proxy/UPSTREAM.md
(output)
UPSTREAM-2 중간 검증
$ test -d apps/mattermost
$ test -d services/push-proxy
$ test ! -d apps/mattermost/.git
$ test ! -d services/push-proxy/.git
$ git status --short apps/mattermost services/push-proxy .gitignore
(output)
UPSTREAM-3 중간 검증
$ rg --sort path -n "apps/mattermost|services/push-proxy|UPSTREAM.md|reserved|Snapshot" README.md docs/README.md apps/mattermost/UPSTREAM.md services/push-proxy/UPSTREAM.md
(output)
최종 검증
$ test -n "$MATTERMOST_APP_STAGING"
$ test -n "$MATTERMOST_PUSH_PROXY_STAGING"
$ test "$(git -C "$MATTERMOST_APP_STAGING" rev-parse --abbrev-ref HEAD)" = main
$ test "$(git -C "$MATTERMOST_PUSH_PROXY_STAGING" rev-parse --abbrev-ref HEAD)" = main
$ test -d apps/mattermost
$ test -d services/push-proxy
$ test -f apps/mattermost/UPSTREAM.md
$ test -f services/push-proxy/UPSTREAM.md
$ rg --sort path -n "Source:|Branch:|Snapshot commit:|Snapshot date:|Snapshot source:" apps/mattermost/UPSTREAM.md services/push-proxy/UPSTREAM.md
$ git status --short apps/mattermost services/push-proxy README.md docs/README.md .gitignore
$ git diff --check
(output)
[IMPLEMENTING AGENT — BEFORE SAVING] Have you filled in every implementation-owned section: completion table, implementation checklist, changes from plan, design decisions, and verification output? If anything is blank, go back and fill it in before saving this file. Leave review-agent-only sections unchanged.
Sections and their ownership:
| Section | Owner | Note |
|---|---|---|
| Header comment, 개요, 리뷰 에이전트 지시 | Fixed at stub creation | Implementing agent must not modify or execute these (archive, complete.log, and task-directory archive move are review-agent only) |
| 구현 항목별 완료 여부 (item names) | Fixed at stub creation | Implementing agent checks [ ] -> [x] only |
| 구현 체크리스트 (item text/order) | Fixed at stub creation from plan | Implementing agent checks [ ] -> [x] only; final checkbox is mandatory before saving |
| 코드리뷰 전용 체크리스트 | Review agent only | Implementing agent must not modify or check this section |
| 계획 대비 변경 사항, 주요 설계 결정 | Implementing agent | Replace placeholder text with actual content |
| 리뷰어를 위한 체크포인트 | Fixed at stub creation | Pre-filled from plan |
| 검증 결과 (section headings + commands) | Fixed at stub creation | Implementing agent fills in command output only; command changes require a 계획 대비 변경 사항 entry |
| 코드리뷰 결과 | Review agent appends | Not included in stub |