project-auto-wizard 0.4.0 → 0.5.0

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.
package/README.md CHANGED
@@ -17,7 +17,7 @@ npx project-auto-wizard
17
17
  [![node](https://img.shields.io/badge/node-%3E%3D20.12-brightgreen)](package.json)
18
18
 
19
19
  <!-- AUTO-VERSION-SECTION: DO NOT EDIT MANUALLY -->
20
- ## 최신 버전 : v0.3.3 (2026-08-18)
20
+ ## 최신 버전 : v0.4.0 (2026-08-23)
21
21
 
22
22
  [전체 버전 기록 보기](CHANGELOG.md)
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-auto-wizard",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "One command DevOps: npx wizard that installs GitHub-native AI Release Automation into any project",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,9 +30,6 @@ env:
30
30
  # 프로젝트 고유 식별자 (컨테이너명, 이미지명, 도메인에 사용)
31
31
  PROJECT_NAME: "__PROJECT_NAME__" # @wizard ask:@repo
32
32
 
33
- # 🐍 Python 설정
34
- PYTHON_VERSION: "3.13"
35
-
36
33
  jobs:
37
34
  # ===================================================================
38
35
  # 빌드 검증 작업
@@ -70,9 +70,6 @@ env:
70
70
  # 🌐 포트 설정
71
71
  DEPLOY_PORT: "__DEPLOY_PORT__" # @wizard ask:8000
72
72
 
73
- # 🐍 Python 설정
74
- PYTHON_VERSION: "3.13"
75
-
76
73
  # 🐳 컨테이너 이름 설정 (비워두면 PROJECT_NAME 사용)
77
74
  CONTAINER_NAME: ""
78
75