feat(project-starter): 모노레포 기반 프로젝트 scaffolding 플러그인 - #9
Merged
Conversation
- /project-starter:new-project 명령어로 ureca-corp org에 모노레포 자동 생성 - template repo에서 app/, be/, admin/ 코드 복사 (git 없이) - 배포 브랜치 자동 생성 (deploy/app, deploy/dev/be, deploy/prod/be 등) - AGENTS.md, README.md에 파이프라인 다이어그램 및 문서 업데이트 Co-Authored-By: Claude Opus 4.6 <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
/project-starter:new-project명령어 추가 —ureca-corporg에 모노레포 기반 프로젝트 자동 생성app/,be/,admin/코드를.git없이 복사하여 단일 repo로 구성deploy/app,deploy/dev/be,deploy/prod/be등)Test plan
claude plugin validate .통과 확인./scripts/validate-all.sh전체 검증 통과 확인claude --plugin-dir ./plugins/project-starter로컬 로드 테스트/project-starter:new-project실행하여 실제 프로젝트 생성 테스트🤖 Generated with Claude Code