From 2d12bd0fac40d40ac2ef02533c32dd7ef3d7fd89 Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Tue, 4 Aug 2026 11:36:40 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EA=B3=84=ED=9A=8D=EC=9D=98=20Global=20?= =?UTF-8?q?Constraints=20=EB=A5=BC=20git=20=EC=B4=88=EA=B8=B0=ED=99=94=20?= =?UTF-8?q?=EB=B0=98=EC=98=81=ED=95=B4=20=EA=B0=B1=EC=8B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git 저장소가 아니라 커밋 단계가 없다고 적혀 있었으나, 저장소를 만들었으므로 태스크마다 커밋하도록 바꾼다. Co-Authored-By: Claude Opus 5 (1M context) --- docs/superpowers/plans/2026-08-04-컷별-댓글-추천.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/superpowers/plans/2026-08-04-컷별-댓글-추천.md b/docs/superpowers/plans/2026-08-04-컷별-댓글-추천.md index 3d0a7eb..2b34a2b 100644 --- a/docs/superpowers/plans/2026-08-04-컷별-댓글-추천.md +++ b/docs/superpowers/plans/2026-08-04-컷별-댓글-추천.md @@ -17,8 +17,10 @@ - **코드를 고쳤으면 `캡컷_에이전트_구간합치기.bat`을 반드시 재시작한다.** uvicorn hot-reload가 없어 검은 창을 닫고 다시 실행해야 반영된다. "안 돼요"의 가장 흔한 원인. -- **이 프로젝트는 git 저장소가 아니다.** 커밋 단계가 없다. 각 태스크는 인라인 assert 통과 + - 구문/임포트 검증으로 끝낸다. +- **git 저장소는 2026-08-04에 초기화됐다**(`bf1b387`, 브랜치 `feat/cut-comment-recommend`). + 각 태스크는 인라인 assert 통과 + 구문/임포트 검증 후 **커밋**하고 끝낸다. + 커밋 메시지는 한국어 한 줄 요약 + 왜 그렇게 했는지. `.gemini_key`·`.downloads/`· + `.comments/`는 `.gitignore`로 제외돼 있으니 `git add -A`를 써도 안전하다. - **테스트 프레임워크가 없다.** pytest를 도입하지 않는다. 검증은 `python - <<'PY' … PY` 인라인 assert 스크립트로 한다(기존 계획 문서와 같은 방식). - Windows 콘솔은 cp949라 한글 print가 깨진다. 검증 스크립트 첫 줄에