create-ax-project 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/bin/create.js +97 -40
  2. package/package.json +5 -2
  3. package/template/.claude/CLAUDE.md +0 -7
  4. package/template/.claude/commands/CLAUDE.md +0 -0
  5. package/template/.claude/hooks/CLAUDE.md +0 -0
  6. package/template/.claude/skills/ai-collaboration/CLAUDE.md +0 -0
  7. package/template/.claude/skills/auto-checkpoint/CLAUDE.md +0 -0
  8. package/template/.claude/skills/context-compression/CLAUDE.md +0 -0
  9. package/template/.claude/skills/context-compression/prompts/CLAUDE.md +0 -0
  10. package/template/.claude/skills/output-validator/CLAUDE.md +0 -0
  11. package/template/.claude/skills/smart-handoff/CLAUDE.md +0 -0
  12. package/template/.claude/skills/stage-transition/CLAUDE.md +0 -0
  13. package/template/.claude/skills/stage-transition/prompts/CLAUDE.md +0 -0
  14. package/template/config/CLAUDE.md +0 -0
  15. package/template/scripts/CLAUDE.md +0 -0
  16. package/template/stages/01-brainstorm/HANDOFF.md +0 -110
  17. package/template/stages/01-brainstorm/inputs/CLAUDE.md +0 -0
  18. package/template/stages/01-brainstorm/inputs/project_brief.md +0 -40
  19. package/template/stages/01-brainstorm/outputs/CLAUDE.md +0 -0
  20. package/template/stages/01-brainstorm/outputs/ideas.md +0 -159
  21. package/template/stages/01-brainstorm/outputs/requirements_analysis.md +0 -222
  22. package/template/stages/01-brainstorm/prompts/CLAUDE.md +0 -0
  23. package/template/stages/01-brainstorm/templates/CLAUDE.md +0 -0
  24. package/template/stages/02-research/HANDOFF.md +0 -158
  25. package/template/stages/02-research/outputs/CLAUDE.md +0 -0
  26. package/template/stages/02-research/outputs/feasibility_report.md +0 -176
  27. package/template/stages/02-research/outputs/tech_research.md +0 -403
  28. package/template/stages/02-research/prompts/CLAUDE.md +0 -0
  29. package/template/stages/03-planning/HANDOFF.md +0 -168
  30. package/template/stages/03-planning/outputs/CLAUDE.md +0 -0
  31. package/template/stages/03-planning/outputs/architecture.md +0 -400
  32. package/template/stages/03-planning/outputs/implementation.yaml +0 -209
  33. package/template/stages/03-planning/outputs/project_plan.md +0 -204
  34. package/template/stages/03-planning/outputs/tech_stack.md +0 -176
  35. package/template/stages/03-planning/prompts/CLAUDE.md +0 -0
  36. package/template/stages/04-ui-ux/HANDOFF.md +0 -165
  37. package/template/stages/04-ui-ux/outputs/CLAUDE.md +0 -0
  38. package/template/stages/04-ui-ux/outputs/design_system.md +0 -449
  39. package/template/stages/04-ui-ux/outputs/user_flows.md +0 -321
  40. package/template/stages/04-ui-ux/outputs/wireframes.md +0 -241
  41. package/template/stages/04-ui-ux/prompts/CLAUDE.md +0 -0
  42. package/template/stages/05-task-management/HANDOFF.md +0 -187
  43. package/template/stages/05-task-management/outputs/CLAUDE.md +0 -0
  44. package/template/stages/05-task-management/outputs/milestones.md +0 -253
  45. package/template/stages/05-task-management/outputs/sprint_plan.md +0 -203
  46. package/template/stages/05-task-management/outputs/tasks.md +0 -402
  47. package/template/stages/05-task-management/prompts/CLAUDE.md +0 -0
  48. package/template/stages/05-task-management/templates/CLAUDE.md +0 -0
  49. package/template/stages/06-implementation/HANDOFF.md +0 -184
  50. package/template/stages/06-implementation/prompts/CLAUDE.md +0 -0
  51. package/template/stages/07-refactoring/HANDOFF.md +0 -82
  52. package/template/stages/07-refactoring/outputs/refactoring_report.md +0 -102
  53. package/template/stages/07-refactoring/prompts/CLAUDE.md +0 -0
  54. package/template/stages/08-qa/HANDOFF.md +0 -114
  55. package/template/stages/08-qa/outputs/qa_report.md +0 -138
  56. package/template/stages/08-qa/prompts/CLAUDE.md +0 -0
  57. package/template/stages/09-testing/HANDOFF.md +0 -118
  58. package/template/stages/09-testing/outputs/test_report.md +0 -146
  59. package/template/stages/09-testing/prompts/CLAUDE.md +0 -0
  60. package/template/stages/10-deployment/HANDOFF.md +0 -141
  61. package/template/stages/10-deployment/prompts/CLAUDE.md +0 -0
  62. package/template/stages/10-deployment/templates/CLAUDE.md +0 -0
  63. package/template/state/templates/CLAUDE.md +0 -0
@@ -1,141 +0,0 @@
1
- # HANDOFF: 10-deployment (완료)
2
-
3
- > 생성일: 2026-01-21
4
- > 프로젝트: snake-game
5
- > 현재 스테이지: 10-deployment (완료)
6
- > 다음 스테이지: 파이프라인 완료
7
-
8
- ---
9
-
10
- ## 완료된 작업
11
-
12
- - [x] 빌드 설정 검증
13
- - Vite 빌드 성공 (204.59KB)
14
- - TypeScript 컴파일 통과
15
- - ESLint 검사 통과
16
- - [x] GitHub Pages 배포 설정
17
- - `vite.config.ts`에 `base: '/snake-game/'` 추가
18
- - `.github/workflows/deploy.yml` 생성
19
- - [x] CI/CD 파이프라인 구성
20
- - 테스트 실행 → 빌드 → 배포 자동화
21
- - main 브랜치 push 시 자동 실행
22
- - [x] README.md 작성
23
- - 프로젝트 설명, 기능, 기술 스택
24
- - 설치 방법, 조작 방법
25
- - 프로젝트 구조, 테스트 정보
26
-
27
- ---
28
-
29
- ## 배포 정보
30
-
31
- | 항목 | 값 |
32
- |------|-----|
33
- | 호스팅 | GitHub Pages |
34
- | URL | https://youjungmin.github.io/snake-game/ |
35
- | 배포 트리거 | main 브랜치 push |
36
- | 빌드 도구 | Vite 7 |
37
- | 빌드 크기 | 204.59KB |
38
-
39
- ---
40
-
41
- ## 생성/수정된 파일
42
-
43
- | 파일 | 변경 유형 | 설명 |
44
- |------|----------|------|
45
- | `vite.config.ts` | 수정 | base 경로 추가 |
46
- | `.github/workflows/deploy.yml` | 생성 | GitHub Actions 워크플로우 |
47
- | `README.md` | 수정 | 프로젝트 문서화 |
48
- | `HANDOFF.md` | 생성 | 배포 완료 문서 |
49
-
50
- ---
51
-
52
- ## 배포 워크플로우
53
-
54
- ```yaml
55
- name: Deploy to GitHub Pages
56
- on:
57
- push:
58
- branches: ['main']
59
-
60
- jobs:
61
- build:
62
- - Checkout
63
- - Setup Node.js 20
64
- - Install dependencies (npm ci)
65
- - Run tests (npm run test:run)
66
- - Build (npm run build)
67
- - Upload artifact
68
-
69
- deploy:
70
- - Deploy to GitHub Pages
71
- ```
72
-
73
- ---
74
-
75
- ## 파이프라인 완료 요약
76
-
77
- ### 전체 스테이지 현황
78
-
79
- | 스테이지 | 상태 | 주요 산출물 |
80
- |---------|------|-----------|
81
- | 01-brainstorm | 완료 | ideas.md, requirements_analysis.md |
82
- | 02-research | 완료 | tech_research.md, feasibility_report.md |
83
- | 03-planning | 완료 | architecture.md, tech_stack.md |
84
- | 04-ui-ux | 완료 | wireframes.md, design_system.md |
85
- | 05-task-management | 완료 | tasks.md, sprint_plan.md |
86
- | 06-implementation | 완료 | 전체 게임 소스코드 |
87
- | 07-refactoring | 완료 | 코드 최적화 |
88
- | 08-qa | 완료 | BUG-001 수정, qa_report.md |
89
- | 09-testing | 완료 | 43개 테스트 (100% 통과) |
90
- | 10-deployment | 완료 | GitHub Pages 배포 |
91
-
92
- ### 핵심 기술 결정
93
-
94
- 1. **렌더링**: Canvas API (CSS Grid 대신)
95
- 2. **상태 관리**: useReducer 패턴
96
- 3. **게임 루프**: requestAnimationFrame + Fixed Timestep
97
- 4. **테스트**: Vitest + Testing Library
98
- 5. **배포**: GitHub Actions + GitHub Pages
99
-
100
- ### 버그 수정 기록
101
-
102
- | ID | 문제 | 해결 |
103
- |----|------|------|
104
- | BUG-001 | 게임 시작 즉시 Game Over | useGameLoop 첫 프레임 초기화 수정 |
105
-
106
- ---
107
-
108
- ## 배포 후 권장 작업
109
-
110
- 1. **GitHub Repository 설정**
111
- - Settings → Pages → GitHub Actions 선택
112
- - Repository를 public으로 설정
113
-
114
- 2. **첫 배포 확인**
115
- - main 브랜치에 push
116
- - Actions 탭에서 워크플로우 실행 확인
117
- - 배포 URL 접속 테스트
118
-
119
- 3. **향후 개선 (선택)**
120
- - 모바일 터치 지원
121
- - 사운드 효과
122
- - 리더보드 (백엔드 필요)
123
-
124
- ---
125
-
126
- ## 프로젝트 통계
127
-
128
- | 항목 | 값 |
129
- |------|-----|
130
- | 총 소요 시간 | 약 4시간 |
131
- | 파일 수 | 20+ |
132
- | 코드 라인 | 1,500+ |
133
- | 테스트 수 | 43개 |
134
- | 커버리지 | 77-87% (핵심 로직) |
135
-
136
- ---
137
-
138
- **ax-templates 10단계 파이프라인 완료**
139
-
140
- 생성자: ClaudeCode
141
- 완료일: 2026-01-21
File without changes
File without changes
File without changes