PD 결정 (2026-05-07): PlayerTestGirl 폐기 → Hero1 정식 캐릭터 교체. 모션 8종 (attack·combatidle·idle·hit·jump·resurrection·run·death) + 상태 전환 룰 (idle⇄combatidle 5초 타이머·hit 인터럽트 보호·death→resurrection 시퀀스). 정합성 이슈 5건 A안 일괄 채택. C49 표준 프로세스: - Phase 1 (개발팀장 Opus 설계) — 06_Hero1_적용_설계.md 768라인 14섹션 + 기각안 6건 - Phase 2 (클라이언트팀 Sonnet 적용) — W1~W12 일괄. Unity 영역 변경 10건 + 신설 9건. C6-1 백업 9종 (timestamp 20260507_1253) - Phase 3 (개발팀장 Opus 검증) — 10영역 §A~§J 통과 (Critical 0·Major 1·차단 0). Major 1 = Health.cs Animator parameter Console warning 가능성 (게임 영향 0) 산출물 (BT 레포): - 공유/PD_지시_트래킹/개발팀_PD_지시_로그.md (BT5-Dev 5단계 갱신) - 프로젝트/EerieVillage/개발/spec/캐릭터_리소스_규칙_v1.md (영구 SOT 신설) - 프로젝트/EerieVillage/개발/06_Hero1_적용_설계.md (Phase 1 설계) - 공유/대화로그/EerieVillage/2026-05-07.md (엔트리 1·2·3) Unity 영역 (E:/EerieVillage 별도 git): 8 State Animator + 8 Parameter + AnimationClip 8종 + 신규 컴포넌트 2종 + Health.cs 부활 + 19 EditMode tests 매니페스트 archived 자동 이동 4건: 123431·124022·125257·131323 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| memory | ||
| scripts | ||
| setup | ||
| 공유 | ||
| 코어코드/BT.Framework | ||
| 프로젝트 | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.md | ||
| CLAUDE.md.bak_20260420_1412 | ||
| README.md | ||
| paths.local.json.template | ||
README.md
BurningTimes 조직 레포 (BurningTimesAi)
BurningTimes 게임 개발 스튜디오의 Claude 에이전트 자산 + 조직 프로세스·노하우 동기화 저장소.
구성
| 디렉토리 | 내용 |
|---|---|
CLAUDE.md |
조직 최상위 지침. PD·총괄PM·개발팀장·기획팀장 구조 정의 |
공유/ |
PD 지시 트래킹·일일보고·조직공지·부서간 소통 허브 |
코어코드/ |
개발팀 코어 코드 프레임워크 자산 |
프로젝트/ |
프로젝트별 자산 (에이전트 정의·기획·개발 산출물) |
memory/org/ |
Claude 사용자 메모리 (외부 ~/.claude/projects/*/memory/ 에서 복사·심볼링크 대상) |
setup/ |
다중 PC 셋업 스크립트 (Windows·macOS) |
첫 사용자 셋업
1. Clone
git clone https://burning.i234.me/NerdNavis_AiDev/BurningTimesAi.git "E:/BurningTimes"
또는 SSH:
git clone ssh://git@burning.i234.me:30030/NerdNavis_AiDev/BurningTimesAi.git "E:/BurningTimes"
2. paths.local.json 작성
paths.local.json.template을 복사하여 본인 PC 환경에 맞게 수정.
cp paths.local.json.template paths.local.json
이 파일은 .gitignore에 등록되어 있어 커밋되지 않습니다.
3. Claude 사용자 메모리 연결 (권장)
# Windows
.\setup\setup_windows.ps1
# macOS / Linux
bash setup/setup_macos.sh
이 스크립트는 ~/.claude/projects/<해시>/memory/ 를 memory/org/ 로 junction/symlink 연결합니다.
제외 대상 (.gitignore 요약)
- Unity 프로젝트 산출물 (
Library/·Temp/·Build/) - 로컬 환경 파일 (
paths.local.json·settings.local.json·.env) - 시크릿 (
*.key·*.pem·secrets/·*.token) - 기획팀 대용량 (
*.xlsm·*.xlsx) - DB 실물 (
*.sqlite) - 코어코드 스켈레톤 (
코어코드/_skeleton/) — 별도 UPM 레포로 분리 예정
규칙
본 레포에서 일하는 모든 에이전트·작업자는 .claude/skills/BurningTimes-코어룰/SKILL.md(단일 SOT)를 반드시 준수합니다. 부서 서브에이전트는 frontmatter skills: [BurningTimes-코어룰] 로 자동 주입받고, 메인 세션은 CLAUDE.md @.claude/skills/BurningTimes-코어룰/SKILL.md 로 로드합니다.
- C1~Cn: 핵심 규칙 (PD님만 수정)
- P1~P20: 프로젝트 규칙 (팀장급 재량)
라이선스·비공개
본 레포는 Private. 외부 공유·복제 금지.