lee-spec-kit 0.6.21 → 0.6.23
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.en.md +45 -7
- package/README.md +45 -7
- package/dist/index.js +805 -262
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/templates/en/common/agents/skills/create-pr.md +2 -2
- package/templates/en/common/features/README.md +3 -3
- package/templates/en/common/features/feature-base/tasks.md +4 -4
- package/templates/ko/common/agents/skills/create-pr.md +2 -2
- package/templates/ko/common/features/README.md +3 -3
- package/templates/ko/common/features/feature-base/tasks.md +4 -4
package/package.json
CHANGED
|
@@ -22,8 +22,8 @@ Always run this checklist in Pre-PR review. Treat it as the minimum baseline, th
|
|
|
22
22
|
2. Inspect regression, exception handling, critical/security risks, side effects, user flow impact, and release readiness.
|
|
23
23
|
3. Check maintainability: split oversized functions/files when needed, reuse/integrate existing code where appropriate, and remove obsolete code.
|
|
24
24
|
4. Run related test/verification commands (or explicitly record why they were not run).
|
|
25
|
-
5. Update `Pre-PR
|
|
26
|
-
6. Update `Pre-PR
|
|
25
|
+
5. Update `Pre-PR Evidence` with concrete proof (review links, logs, or doc paths).
|
|
26
|
+
6. Update `Pre-PR Decision` as `decision: ...` (or `결정: ...`) to capture key review decisions.
|
|
27
27
|
7. Set `Pre-PR Review` to `Done` only after the checklist is completed.
|
|
28
28
|
|
|
29
29
|
---
|
|
@@ -69,10 +69,10 @@ npx lee-spec-kit status --write
|
|
|
69
69
|
| PR doc status | `Status` in `pr.md` | `Draft` \| `Ready` |
|
|
70
70
|
| PR review status | `PR Status` in `tasks.md` | `Review` \| `Approved` |
|
|
71
71
|
| Pre-PR review status | `Pre-PR Review` in `tasks.md` | `Pending` \| `Done` |
|
|
72
|
-
| Pre-PR review findings | `Pre-PR Findings` in `tasks.md` | `major=<n>, minor=<n>` |
|
|
73
72
|
| Pre-PR review evidence | `Pre-PR Evidence` in `tasks.md` | evidence link/log/doc path |
|
|
74
|
-
| PR review
|
|
75
|
-
| PR review evidence | `PR Review Evidence` in `tasks.md` |
|
|
73
|
+
| Pre-PR review decision | `Pre-PR Decision` in `tasks.md` | `decision: ...` (or `결정: ...`) |
|
|
74
|
+
| PR review evidence | `PR Review Evidence` in `tasks.md` | evidence link/log/doc path |
|
|
75
|
+
| PR review decision | `PR Review Decision` in `tasks.md` | `decision: ...` (or `결정: ...`) |
|
|
76
76
|
|
|
77
77
|
---
|
|
78
78
|
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
- **Pre-PR Review**: -
|
|
25
25
|
- Values: Pending | Done
|
|
26
26
|
- Mark `Done` after pre-PR review is completed
|
|
27
|
-
- **Pre-PR Findings**: major=0, minor=0
|
|
28
|
-
- Update with final findings counts from pre-PR review
|
|
29
27
|
- **Pre-PR Evidence**: -
|
|
30
28
|
- Example: review note link, log path, or docs path
|
|
29
|
+
- **Pre-PR Decision**: -
|
|
30
|
+
- Record your key review decision as `decision: ...` (or `결정: ...`)
|
|
31
31
|
- Follow `agents/skills/create-pr.md` (`Pre-PR Baseline Checklist`) as the default baseline
|
|
32
|
-
- **PR Review Findings**: major=0, minor=0
|
|
33
|
-
- Update with findings counts from PR review comment resolution
|
|
34
32
|
- **PR Review Evidence**: -
|
|
35
33
|
- Example: resolved/aligned comment link, verification log, or docs path
|
|
34
|
+
- **PR Review Decision**: -
|
|
35
|
+
- Record why/how review comments were addressed as `decision: ...` (or `결정: ...`)
|
|
36
36
|
|
|
37
37
|
---
|
|
38
38
|
|
|
@@ -22,8 +22,8 @@ Pre-PR 리뷰에서 항상 수행하는 최소 기준입니다. 가능한 경우
|
|
|
22
22
|
2. 회귀/예외 처리, 크리티컬·보안 리스크, 사이드 이펙트, 사용자 흐름 영향, 배포 준비도를 점검합니다.
|
|
23
23
|
3. 유지보수성을 점검합니다: 큰 함수/파일은 필요 시 분리하고, 기존 코드 재사용·통합 가능성을 확인하며, 불필요해진 코드를 정리합니다.
|
|
24
24
|
4. 관련 테스트/검증 명령을 실행합니다. 실행하지 못했다면 사유를 명시합니다.
|
|
25
|
-
5. `
|
|
26
|
-
6. `PR 전 리뷰
|
|
25
|
+
5. `PR 전 리뷰 Evidence`에 실제 근거(리뷰 링크, 로그, 문서 경로)를 기록합니다.
|
|
26
|
+
6. `PR 전 리뷰 Decision`을 `결정: ...`(또는 `decision: ...`) 형식으로 기록해 핵심 판단 근거를 남깁니다.
|
|
27
27
|
7. 체크리스트 완료 후에만 `PR 전 리뷰`를 `Done`으로 변경합니다.
|
|
28
28
|
|
|
29
29
|
---
|
|
@@ -69,10 +69,10 @@ npx lee-spec-kit status --write
|
|
|
69
69
|
| PR 문서 상태 | `pr.md`의 `상태` | `Draft` \| `Ready` |
|
|
70
70
|
| PR 리뷰 상태 | `tasks.md`의 `PR 상태` | `Review` \| `Approved` |
|
|
71
71
|
| Pre-PR 리뷰 상태 | `tasks.md`의 `PR 전 리뷰` | `Pending` \| `Done` |
|
|
72
|
-
| Pre-PR 리뷰 Findings | `tasks.md`의 `PR 전 리뷰 Findings` | `major=<n>, minor=<n>` |
|
|
73
72
|
| Pre-PR 리뷰 Evidence | `tasks.md`의 `PR 전 리뷰 Evidence` | 근거 링크/로그/문서 경로 |
|
|
74
|
-
| PR 리뷰
|
|
75
|
-
| PR 리뷰 Evidence | `tasks.md`의 `PR 리뷰 Evidence` |
|
|
73
|
+
| Pre-PR 리뷰 Decision | `tasks.md`의 `PR 전 리뷰 Decision` | `결정: ...` (또는 `decision: ...`) |
|
|
74
|
+
| PR 리뷰 Evidence | `tasks.md`의 `PR 리뷰 Evidence` | 근거 링크/로그/문서 경로 |
|
|
75
|
+
| PR 리뷰 Decision | `tasks.md`의 `PR 리뷰 Decision` | `결정: ...` (또는 `decision: ...`) |
|
|
76
76
|
|
|
77
77
|
---
|
|
78
78
|
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
- **PR 전 리뷰**: -
|
|
25
25
|
- 값: Pending | Done
|
|
26
26
|
- 사전 코드리뷰 완료 후 `Done`으로 변경
|
|
27
|
-
- **PR 전 리뷰 Findings**: major=0, minor=0
|
|
28
|
-
- 사전 리뷰 최종 결과에 맞게 major/minor 건수를 갱신
|
|
29
27
|
- **PR 전 리뷰 Evidence**: -
|
|
30
28
|
- 예: 리뷰 노트 링크, 로그 경로, 문서 경로
|
|
29
|
+
- **PR 전 리뷰 Decision**: -
|
|
30
|
+
- 핵심 판단 근거를 `결정: ...`(또는 `decision: ...`) 형식으로 기록
|
|
31
31
|
- 기본 베이스라인으로 `agents/skills/create-pr.md`(`Pre-PR 기본 체크리스트`) 기준을 따르세요
|
|
32
|
-
- **PR 리뷰 Findings**: major=0, minor=0
|
|
33
|
-
- PR 리뷰 코멘트 반영 결과에 맞게 major/minor 건수를 갱신
|
|
34
32
|
- **PR 리뷰 Evidence**: -
|
|
35
33
|
- 예: 해결/합의한 코멘트 링크, 검증 로그, 관련 문서 경로
|
|
34
|
+
- **PR 리뷰 Decision**: -
|
|
35
|
+
- 리뷰 지적사항을 왜/어떻게 반영했는지 `결정: ...`(또는 `decision: ...`) 형식으로 기록
|
|
36
36
|
|
|
37
37
|
---
|
|
38
38
|
|