chore(docs): add codex greenfield prompts and Gemini review guide#47
Open
rivkode wants to merge 1 commit into
Open
chore(docs): add codex greenfield prompts and Gemini review guide#47rivkode wants to merge 1 commit into
rivkode wants to merge 1 commit into
Conversation
- .codex/prompt/preparation_checklist.md: prompt template for asking an LLM to plan a greenfield rebuild of this backend (DDD/MSA migration from the current monolith) - .codex/prompt/new_preparation_checklist.md: tighter spec-mining variant of the same prompt - .github/gemini-instructions.md: review heuristics for Gemini code reviews (architecture rules, performance, testing, output style) No code changes; documentation/process assets only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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/prompt/preparation_checklist.md: 그린필드 백엔드 재구축(DDD/MSA 마이그레이션) 계획을 LLM에 요청하기 위한 프롬프트 템플릿.codex/prompt/new_preparation_checklist.md: spec mining 강화 버전(레거시 → 명세 추출 → 그린필드 + diff testing 전략 반영).github/gemini-instructions.md: Gemini 자동 리뷰 시 따를 가이드(아키텍처 규칙, 성능, 테스트, 출력 스타일)Excluded from this split (의도적 제외)
.claude/settings.local.json— 로컬 IDE 권한 설정, 커밋 대상 아님.codex/output/*— 로컬에서 LLM이 산출한 출력물, 컨텍스트가 섞일 수 있어 제외.github/docs/img.png— 의도가 불명확해 별도 판단 후 추가 권장src/main/resources/db/migration/V1__init_schema.sql— Hibernate auto-generated DDL이고 신규 컬럼(context_type, video_id)이 포함되어 있어 Flyway baseline과 충돌할 수 있음. 정식 V7 마이그레이션을 별도로 작성 권장Notes
Test plan
.codex/prompt/*.md두 파일이 의도한 위치에 들어가 있는지 확인.github/gemini-instructions.md가 Gemini integration에서 픽업되는지 (별도 설정이 필요하면 후속 PR)🤖 Generated with Claude Code