lee-spec-kit 0.4.11 → 0.4.12
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/package.json +1 -1
- package/templates/en/common/agents/pr-template.md +8 -6
- package/templates/en/common/agents/skills/create-pr.md +2 -2
- package/templates/en/fullstack/features/feature-base/tasks.md +1 -1
- package/templates/en/single/features/feature-base/tasks.md +1 -1
- package/templates/ko/common/agents/pr-template.md +8 -6
- package/templates/ko/common/agents/skills/create-pr.md +2 -2
- package/templates/ko/fullstack/features/feature-base/tasks.md +1 -1
- package/templates/ko/single/features/feature-base/tasks.md +1 -1
package/package.json
CHANGED
|
@@ -42,15 +42,17 @@ For file links within the repo in PR body, **always use current branch name**:
|
|
|
42
42
|
|
|
43
43
|
## Tests
|
|
44
44
|
|
|
45
|
-
> ⚠️ **
|
|
45
|
+
> ⚠️ Add **only the tests you actually ran** below, and ensure **all items are checked ([x])**.
|
|
46
|
+
> Do not include tests you didn’t run.
|
|
46
47
|
|
|
47
|
-
|
|
48
|
-
- [ ] Integration tests completed
|
|
48
|
+
### Tests Run
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
- [x] `{test command 1}` — PASS
|
|
51
|
+
- [x] `{test command 2}` — PASS
|
|
51
52
|
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
### Notes (Optional)
|
|
54
|
+
|
|
55
|
+
- {extra context or links to logs}
|
|
54
56
|
|
|
55
57
|
> - If this includes UI changes, include **screenshots**.
|
|
56
58
|
> - If this includes logic/structure changes, include a **diagram**.
|
|
@@ -32,8 +32,8 @@ Guide for creating Pull Requests.
|
|
|
32
32
|
|
|
33
33
|
1. Run relevant test commands (e.g., `npm test`, `pnpm test`); if no tests exist, request them from the user
|
|
34
34
|
2. Check results (PASS/FAIL)
|
|
35
|
-
3.
|
|
36
|
-
4.
|
|
35
|
+
3. In the PR body "Tests" section, add **only the tests you actually ran** as checklist items and ensure they are **all checked ([x])** (do not include unexecuted tests)
|
|
36
|
+
4. If you didn’t run any tests, request/confirm with the user before creating the PR
|
|
37
37
|
|
|
38
38
|
### 3. Prepare Screenshots / Diagrams (Include in PR Body)
|
|
39
39
|
|
|
@@ -40,15 +40,17 @@ PR 본문에서 레포 내 파일 링크는 **반드시 현재 브랜치명을
|
|
|
40
40
|
|
|
41
41
|
## 테스트
|
|
42
42
|
|
|
43
|
-
> ⚠️
|
|
43
|
+
> ⚠️ **실제로 실행한 테스트만** 아래에 항목을 추가하고, **모두 체크([x])** 하세요.
|
|
44
|
+
> 미실행 테스트는 항목을 만들지 않습니다.
|
|
44
45
|
|
|
45
|
-
|
|
46
|
-
- [ ] 통합 테스트 완료
|
|
46
|
+
### 실행한 테스트
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
- [x] `{테스트 명령어 1}` — PASS
|
|
49
|
+
- [x] `{테스트 명령어 2}` — PASS
|
|
49
50
|
|
|
50
|
-
|
|
51
|
-
|
|
51
|
+
### 로그/비고 (선택)
|
|
52
|
+
|
|
53
|
+
- {추가 설명 또는 로그 링크}
|
|
52
54
|
|
|
53
55
|
> - UI 변경에 해당된다면 **스크린샷을** 포함하세요.
|
|
54
56
|
> - 로직/구조 변경에 해당된다면 **다이어그램을** 포함하세요.
|
|
@@ -32,8 +32,8 @@ Pull Request를 생성할 때 따르는 가이드입니다.
|
|
|
32
32
|
|
|
33
33
|
1. 작업과 관련된 테스트 명령어 실행 (예: `npm test`, `pnpm test`), 테스트가 없는 경우 사용자에게 요청
|
|
34
34
|
2. 결과 확인 (PASS/FAIL)
|
|
35
|
-
3. PR 본문 "테스트" 섹션에
|
|
36
|
-
4.
|
|
35
|
+
3. PR 본문 "테스트" 섹션에 **실행한 테스트만** 체크리스트로 추가하고, **모두 체크([x])** 합니다. (미실행 항목은 작성하지 않기)
|
|
36
|
+
4. 테스트를 실행하지 않았다면, PR 생성 전에 사용자에게 요청/확인합니다.
|
|
37
37
|
|
|
38
38
|
### 3. 스크린샷/다이어그램 작성 (PR 본문에 포함)
|
|
39
39
|
|