lee-spec-kit 0.7.9 β 0.7.10
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 +20 -19
- package/README.md +17 -19
- package/dist/index.js +586 -385
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/templates/en/common/agents/agents.md +4 -1
- package/templates/en/common/agents/skills/execute-task.md +1 -1
- package/templates/en/common/features/feature-base/tasks.md +1 -1
- package/templates/ko/common/agents/agents.md +4 -1
- package/templates/ko/common/agents/skills/execute-task.md +1 -1
- package/templates/ko/common/features/feature-base/tasks.md +1 -1
package/package.json
CHANGED
|
@@ -7,6 +7,8 @@ This document covers **policy only**.
|
|
|
7
7
|
|
|
8
8
|
## π¨ User Approval Handling (MUST)
|
|
9
9
|
|
|
10
|
+
These are the mandatory user approval rules.
|
|
11
|
+
|
|
10
12
|
> β οΈ Do not decide approval only from the action type. Workflow approval-waiting is determined by the latest `context --json-compact` / `flow --json-compact` output.
|
|
11
13
|
> β
In approval-waiting state, replies must be in `<label>` or `<label> OK` format (e.g. `A`, `A OK`).
|
|
12
14
|
> βΉοΈ Under the default policy, the main workflow approval boundaries are `spec_approve` and `implementation_approve`. Project config may add more.
|
|
@@ -19,7 +21,8 @@ If the current action is approval-waiting, share the matching details before exe
|
|
|
19
21
|
| Spec / plan / tasks review | The document or the exact section being reviewed |
|
|
20
22
|
| Task completion / final checklist | Outcome and verification evidence |
|
|
21
23
|
| Commit / push / merge | Commit message, included files, branch |
|
|
22
|
-
| Issue
|
|
24
|
+
| Issue creation | Before `npx lee-spec-kit github issue <featureRef> --create` |
|
|
25
|
+
| PR creation | Before `npx lee-spec-kit github pr <featureRef> --create` |
|
|
23
26
|
| Assignee change | Target username |
|
|
24
27
|
|
|
25
28
|
Approval flow:
|
|
@@ -53,7 +53,7 @@ Keep `tasks.md` aligned with reality.
|
|
|
53
53
|
|
|
54
54
|
- Do not mark `[DONE]` without actually completing the work and verifying criteria.
|
|
55
55
|
- If you need to change a completed task, add a new task instead of rewriting history.
|
|
56
|
-
- If you need to add a new task, prefer `npx lee-spec-kit task add <feature-ref> --title "..." --ref NON-PRD|PRD-FR-001
|
|
56
|
+
- If you need to add a new task, prefer `npx lee-spec-kit task add <feature-ref> --title "..." --ref NON-PRD|PRD-FR-001`. Add `--acceptance` and `--check` inline when you already know the concrete items.
|
|
57
57
|
- Do not leave placeholder `Acceptance` / `Checklist` items in a newly added task. `task-run` will block until those fields contain concrete execution/verification items.
|
|
58
58
|
- If manual editing is unavoidable, append the new task directly below the last existing task block in the `Task List` section.
|
|
59
59
|
- Do not insert it near the current task or right before `Completion Criteria` / the next `##` heading.
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
> Add tasks below. **At least 1 task is required.**
|
|
68
68
|
> Keep tasks as one ordered list. The list order itself is the execution priority.
|
|
69
|
-
> To add a new task, prefer `npx lee-spec-kit task add <feature-ref> --title "..." --ref NON-PRD|PRD-FR-001
|
|
69
|
+
> To add a new task, prefer `npx lee-spec-kit task add <feature-ref> --title "..." --ref NON-PRD|PRD-FR-001`. Add `--acceptance` and `--check` inline when you already know the concrete items.
|
|
70
70
|
> Do not leave placeholder `Acceptance` / `Checklist` content in place. `task-run` will block execution until those items are concrete.
|
|
71
71
|
> If you must edit manually, append it below the last existing task block in `Task List` instead of inserting it near the current task or right before `Completion Criteria`.
|
|
72
72
|
|
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
|
|
8
8
|
## π¨ μ¬μ©μ μΉμΈ μ²λ¦¬ κ·μΉ (MUST)
|
|
9
9
|
|
|
10
|
+
μ¬μ©μ νμΈ νμ κ·μΉμ
λλ€.
|
|
11
|
+
|
|
10
12
|
> β οΈ μ‘μ
μ’
λ₯λ§ λ³΄κ³ μΉμΈ νμ μ¬λΆλ₯Ό νλ¨νμ§ λ§μΈμ. workflow μΉμΈ λκΈ° μ¬λΆλ νμ μ΅μ `context --json-compact` / `flow --json-compact` μΆλ ₯μΌλ‘ κ²°μ ν©λλ€.
|
|
11
13
|
> β
μΉμΈ λκΈ° μνμμλ μλ΅ νμμ΄ νμ `<λΌλ²¨>` λλ `<λΌλ²¨> OK` νμ(μ: `A`, `A OK`)μ
λλ€.
|
|
12
14
|
> βΉοΈ κΈ°λ³Έ μ μ±
μμ μ£Όμ workflow μΉμΈ κ²½κ³λ `spec_approve`, `implementation_approve` λ κ³³μ
λλ€. νλ‘μ νΈ configκ° μΆκ° κ²½κ³λ₯Ό λ μ μμ΅λλ€.
|
|
@@ -19,7 +21,8 @@
|
|
|
19
21
|
| spec / plan / tasks κ²ν | κ²ν λμ λ¬Έμ λλ μ νν μΉμ
|
|
|
20
22
|
| νμ€ν¬ μλ£ / μ΅μ’
체ν¬λ¦¬μ€νΈ | κ²°κ³Όμ κ²μ¦ κ·Όκ±° |
|
|
21
23
|
| μ»€λ° / push / merge | μ»€λ° λ©μμ§, ν¬ν¨ νμΌ, λΈλμΉ |
|
|
22
|
-
| μ΄μ
|
|
24
|
+
| μ΄μ μμ± | `npx lee-spec-kit github issue <featureRef> --create` μ |
|
|
25
|
+
| PR μμ± | `npx lee-spec-kit github pr <featureRef> --create` μ |
|
|
23
26
|
| Assignee λ³κ²½ | λμ μ¬μ©μλͺ
|
|
|
24
27
|
|
|
25
28
|
νμΈ μ μ°¨:
|
|
@@ -49,7 +49,7 @@ CLIκ° κ°λ¦¬ν€λ **Active Task** λλ **`π Next Options (Atomic)`μ λ¨
|
|
|
49
49
|
|
|
50
50
|
### 3λ¨κ³: κΈ°λ‘ λ° λ°λ³΅ (Record & Loop)
|
|
51
51
|
|
|
52
|
-
- μ νμ€ν¬λ₯Ό μΆκ°ν΄μΌ νλ€λ©΄ μ°μ `npx lee-spec-kit task add <feature-ref> --title "..." --ref NON-PRD|PRD-FR-001
|
|
52
|
+
- μ νμ€ν¬λ₯Ό μΆκ°ν΄μΌ νλ€λ©΄ μ°μ `npx lee-spec-kit task add <feature-ref> --title "..." --ref NON-PRD|PRD-FR-001`λ₯Ό μ¬μ©νμΈμ. νμνλ©΄ `--acceptance`, `--check`λ‘ λ°λ‘ ꡬ체 νλͺ©μ ν¨κ» μΆκ°ν μ μμ΅λλ€.
|
|
53
53
|
- μλ‘ μΆκ°ν νμ€ν¬μ placeholder `Acceptance` / `Checklist`λ₯Ό λ¨κΈ°μ§ λ§μΈμ. concrete itemμ΄ μλλ©΄ `task-run`μ΄ μ€νμ λ§μ΅λλ€.
|
|
54
54
|
- μλ νΈμ§μ΄ κΌ νμν λλ§ `νμ€ν¬ λͺ©λ‘` μΉμ
μ λ§μ§λ§ κΈ°μ‘΄ νμ€ν¬ block λ°λ‘ μλμ append νμΈμ.
|
|
55
55
|
- νμ¬ μμ
μ€μΈ νμ€ν¬ κ·Όμ²λ `μλ£ μ‘°κ±΄`/λ€μ `##` ν€λ μμ λΌμ λ£μ§ λ§μΈμ.
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
> μλμ νμ€ν¬λ₯Ό μΆκ°νμΈμ. **μ΅μ 1κ°κ° νμ**ν©λλ€.
|
|
68
68
|
> νμ€ν¬λ νλμ μμ°¨ 리μ€νΈλ‘ μ μ§νκ³ , μμμ μλ μμ μ체λ₯Ό μ€ν μ°μ μμλ‘ μ·¨κΈνμΈμ.
|
|
69
|
-
> μ νμ€ν¬λ κ°κΈμ `npx lee-spec-kit task add <feature-ref> --title "..." --ref NON-PRD|PRD-FR-001
|
|
69
|
+
> μ νμ€ν¬λ κ°κΈμ `npx lee-spec-kit task add <feature-ref> --title "..." --ref NON-PRD|PRD-FR-001`λ‘ μΆκ°νμΈμ. νμνλ©΄ `--acceptance`, `--check`λ‘ λ°λ‘ ꡬ체 νλͺ©μ ν¨κ» μ μ μ μμ΅λλ€.
|
|
70
70
|
> placeholder μνμ `Acceptance` / `Checklist`λ₯Ό κ·Έλλ‘ λμ§ λ§μΈμ. concrete itemμ΄ μλλ©΄ `task-run`μ΄ μ€νμ λ§μ΅λλ€.
|
|
71
71
|
> μλ νΈμ§μ΄ νμνλ©΄ νμ¬ νμ€ν¬ κ·Όμ²κ° μλλΌ `νμ€ν¬ λͺ©λ‘`μ λ§μ§λ§ κΈ°μ‘΄ νμ€ν¬ block μλμλ§ append νμΈμ.
|
|
72
72
|
|