lee-spec-kit 0.6.0 → 0.6.1
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/skills/execute-task.md +1 -0
- package/templates/en/fullstack/features/feature-base/tasks.md +7 -3
- package/templates/en/single/features/feature-base/tasks.md +7 -3
- package/templates/ko/common/agents/skills/execute-task.md +4 -3
- package/templates/ko/fullstack/features/feature-base/tasks.md +6 -2
- package/templates/ko/single/features/feature-base/tasks.md +6 -2
package/package.json
CHANGED
|
@@ -34,6 +34,7 @@ Keep `tasks.md` aligned with reality.
|
|
|
34
34
|
|
|
35
35
|
- Complete **only one task at a time** (do not batch-finish multiple tasks in one commit).
|
|
36
36
|
- After you share the outcome/verification and get approval (OK), mark the task `[DONE]` (and update any checklist items), then create commits (code commit + docs commit) so each task has its own history.
|
|
37
|
+
- In `tasks.md` test logs, keep one entry per test command and update its timestamp/result on reruns (do not keep appending duplicates). Use `YYYY-MM-DD HH-MM` in local time.
|
|
37
38
|
- If `context` shows `[CHECK required]`, for commits/push/merge, **share the commit message + included files and wait for explicit OK** before running the commands.
|
|
38
39
|
- Once all tasks are `[DONE]`, share the "Completion Criteria" checklist with the user and get **final approval (OK)**, then check it (especially the **Final user approval (OK) received** item).
|
|
39
40
|
- Note: `Doc Status (Review→Approved)` is **progress approval (OK)**, while the completion checklist approval is **final approval (OK)**.
|
|
@@ -50,7 +50,11 @@
|
|
|
50
50
|
- [ ] Tests executed and passing (record command/result below)
|
|
51
51
|
- [ ] Final user approval (OK) received (review the outcome)
|
|
52
52
|
|
|
53
|
-
### Test Run Log
|
|
53
|
+
### Test Run Log (Latest by Command)
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
-
|
|
55
|
+
> Keep one row per command. If you rerun the same command, update that row instead of appending.
|
|
56
|
+
> Use `YYYY-MM-DD HH-MM` for `Last Run` (local time).
|
|
57
|
+
|
|
58
|
+
| Command | Last Run (Local, YYYY-MM-DD HH-MM) | Result |
|
|
59
|
+
| --- | --- | --- |
|
|
60
|
+
| `{test command you ran}` | `-` | `{PASS/FAIL summary}` |
|
|
@@ -50,7 +50,11 @@
|
|
|
50
50
|
- [ ] Tests executed and passing (record command/result below)
|
|
51
51
|
- [ ] Final user approval (OK) received (review the outcome)
|
|
52
52
|
|
|
53
|
-
### Test Run Log
|
|
53
|
+
### Test Run Log (Latest by Command)
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
-
|
|
55
|
+
> Keep one row per command. If you rerun the same command, update that row instead of appending.
|
|
56
|
+
> Use `YYYY-MM-DD HH-MM` for `Last Run` (local time).
|
|
57
|
+
|
|
58
|
+
| Command | Last Run (Local, YYYY-MM-DD HH-MM) | Result |
|
|
59
|
+
| --- | --- | --- |
|
|
60
|
+
| `{test command you ran}` | `-` | `{PASS/FAIL summary}` |
|
|
@@ -47,11 +47,12 @@ CLI가 가리키는 **Active Task** 또는 **`👉 Next Options (Atomic)`의 단
|
|
|
47
47
|
|
|
48
48
|
1. 작업이 끝나면 결과/검증을 사용자에게 공유해 승인(OK)을 받은 뒤, 해당 태스크의 상태를 `[DONE]`으로 변경하고 `Acceptance/Checklist` 항목을 `[x]`로 체크합니다.
|
|
49
49
|
2. **한 번에 하나의 태스크만** `[DONE]` 처리합니다. (태스크 2개 이상을 한 번에 완료/커밋으로 묶지 않기)
|
|
50
|
-
3.
|
|
50
|
+
3. `tasks.md`의 테스트 실행 기록은 명령어별 1개 행만 유지하고, 같은 명령어 재실행 시 시간/결과를 갱신합니다. (중복 누적 금지, 시간 형식: 로컬 `YYYY-MM-DD HH-MM`)
|
|
51
|
+
4. 커밋을 생성합니다 (코드 커밋 + 문서 커밋). 태스크 단위로 커밋이 남아야 합니다.
|
|
51
52
|
- `context`에 `[확인 필요]`가 보이면, **커밋/푸시 같은 원격 작업은 사용자에게 커밋 메시지/포함 파일을 공유하고 OK를 받은 뒤** 실행합니다.
|
|
52
|
-
|
|
53
|
+
5. 모든 태스크가 `[DONE]`가 되면, "완료 조건" 체크리스트를 사용자에게 공유하고 **최종 승인(OK)** 을 받은 뒤 체크합니다. (특히 **최종 사용자 승인(OK) 완료** 항목)
|
|
53
54
|
- 참고: `문서 상태(Review→Approved)`는 **진행 승인(OK)** 이고, 완료 조건의 승인은 **최종 승인(OK)** 입니다.
|
|
54
|
-
|
|
55
|
+
6. **즉시 1단계로 돌아가** 다음 할 일을 CLI에게 물어봅니다.
|
|
55
56
|
|
|
56
57
|
---
|
|
57
58
|
|
|
@@ -52,5 +52,9 @@
|
|
|
52
52
|
|
|
53
53
|
### 테스트 실행 기록
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
> 명령어당 1개 행만 유지합니다. 같은 명령어를 다시 실행하면 새 행 추가 대신 기존 행의 시간/결과를 갱신하세요.
|
|
56
|
+
> `마지막 실행`은 `YYYY-MM-DD HH-MM` 형식(로컬 시간)으로 기록하세요.
|
|
57
|
+
|
|
58
|
+
| 명령어 | 마지막 실행(로컬, YYYY-MM-DD HH-MM) | 결과 |
|
|
59
|
+
| --- | --- | --- |
|
|
60
|
+
| `{실행한 테스트 명령어}` | `-` | `{PASS/FAIL 요약}` |
|
|
@@ -52,5 +52,9 @@
|
|
|
52
52
|
|
|
53
53
|
### 테스트 실행 기록
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
> 명령어당 1개 행만 유지합니다. 같은 명령어를 다시 실행하면 새 행 추가 대신 기존 행의 시간/결과를 갱신하세요.
|
|
56
|
+
> `마지막 실행`은 `YYYY-MM-DD HH-MM` 형식(로컬 시간)으로 기록하세요.
|
|
57
|
+
|
|
58
|
+
| 명령어 | 마지막 실행(로컬, YYYY-MM-DD HH-MM) | 결과 |
|
|
59
|
+
| --- | --- | --- |
|
|
60
|
+
| `{실행한 테스트 명령어}` | `-` | `{PASS/FAIL 요약}` |
|