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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lee-spec-kit",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "description": "Project documentation structure generator for AI-assisted development",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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
- > ⚠️ **Check only after running tests. Do NOT check items that were not executed.**
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
- - [ ] Unit tests passed
48
- - [ ] Integration tests completed
48
+ ### Tests Run
49
49
 
50
- ### Execution Results
50
+ - [x] `{test command 1}` — PASS
51
+ - [x] `{test command 2}` — PASS
51
52
 
52
- - Command: `{test command executed}`
53
- - Result: `{PASS/FAIL summary}`
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. Record **execution results** in the "Tests" section of PR body
36
- 4. All checkboxes must be checked
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
 
@@ -15,7 +15,7 @@
15
15
  - **PR**: -
16
16
  - Example: `#123` or PR URL
17
17
  - **PR Status**: -
18
- - Values: Draft | Review | Approved
18
+ - Values: Review | Approved
19
19
 
20
20
  ---
21
21
 
@@ -15,7 +15,7 @@
15
15
  - **PR**: -
16
16
  - Example: `#123` or PR URL
17
17
  - **PR Status**: -
18
- - Values: Draft | Review | Approved
18
+ - Values: Review | Approved
19
19
 
20
20
  ---
21
21
 
@@ -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
- - 결과: `{PASS/FAIL 요약}`
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
 
@@ -15,7 +15,7 @@
15
15
  - **PR**: -
16
16
  - 예: `#123` 또는 PR URL
17
17
  - **PR 상태**: -
18
- - 값: Draft | Review | Approved
18
+ - 값: Review | Approved
19
19
 
20
20
  ---
21
21
 
@@ -15,7 +15,7 @@
15
15
  - **PR**: -
16
16
  - 예: `#123` 또는 PR URL
17
17
  - **PR 상태**: -
18
- - 값: Draft | Review | Approved
18
+ - 값: Review | Approved
19
19
 
20
20
  ---
21
21