project-auto-wizard 0.8.1 → 0.8.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.
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.8.0 (2026-08-25)
20
+ ## 최신 버전 : v0.8.2 (2026-08-26)
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.8.1",
3
+ "version": "0.8.2",
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",
@@ -20,11 +20,13 @@ on:
20
20
  issues:
21
21
  types: [opened, edited]
22
22
 
23
- # ISSUE_HELPER_CREATE_BRANCH"true" 켜서 브랜치 자동 생성을 쓰려면
24
- # git/refs API 쓰기 권한이 필요하므로 contents를 write로 올려야 한다.
23
+ # contents는 항상 write로 고정한다. ISSUE_HELPER_CREATE_BRANCH="true"
24
+ # git/refs API 브랜치를 생성하려면 write가 필요한데, 값은 @wizard ask로
25
+ # 설치 후에도 사용자가 직접 켤 수 있어(마법사 재실행 없이) 그 시점에 맞춰
26
+ # permissions를 조건부로 올릴 방법이 없다 — project-auto-wizard#118.
25
27
  permissions:
26
28
  issues: write
27
- contents: read
29
+ contents: write
28
30
 
29
31
  jobs:
30
32
  issue-helper: