lee-spec-kit 0.7.2 → 0.7.4
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 +16 -9
- package/README.md +16 -9
- package/dist/index.js +737 -366
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/templates/en/common/README.md +7 -0
- package/templates/en/common/agents/agents.md +5 -3
- package/templates/en/common/agents/issue-template.md +1 -5
- package/templates/en/common/agents/pr-template.md +2 -11
- package/templates/en/common/agents/skills/create-feature.md +3 -0
- package/templates/en/common/agents/skills/create-issue.md +4 -7
- package/templates/en/common/agents/skills/create-pr.md +4 -8
- package/templates/en/common/agents/skills/execute-task.md +3 -0
- package/templates/en/common/features/README.md +19 -0
- package/templates/en/common/features/feature-base/decisions.md +1 -0
- package/templates/en/common/features/feature-base/plan.md +1 -0
- package/templates/en/common/features/feature-base/tasks.md +1 -0
- package/templates/ko/common/README.md +7 -0
- package/templates/ko/common/agents/agents.md +5 -3
- package/templates/ko/common/agents/issue-template.md +1 -5
- package/templates/ko/common/agents/pr-template.md +2 -11
- package/templates/ko/common/agents/skills/create-feature.md +3 -0
- package/templates/ko/common/agents/skills/create-issue.md +4 -7
- package/templates/ko/common/agents/skills/create-pr.md +4 -8
- package/templates/ko/common/agents/skills/execute-task.md +4 -0
- package/templates/ko/common/features/README.md +19 -0
- package/templates/ko/common/features/feature-base/decisions.md +1 -0
- package/templates/ko/common/features/feature-base/plan.md +1 -0
- package/templates/ko/common/features/feature-base/tasks.md +1 -0
package/README.en.md
CHANGED
|
@@ -40,22 +40,25 @@
|
|
|
40
40
|
# 1) Initialize docs structure
|
|
41
41
|
npx lee-spec-kit init
|
|
42
42
|
|
|
43
|
-
# 2)
|
|
43
|
+
# 2) If you use Codex without a repo-root AGENTS.md, install bootstrap once
|
|
44
|
+
npx lee-spec-kit setup codex-bootstrap
|
|
45
|
+
|
|
46
|
+
# 3) Run initial onboarding checks
|
|
44
47
|
npx lee-spec-kit onboard --strict
|
|
45
48
|
|
|
46
|
-
#
|
|
49
|
+
# 4) Create a feature
|
|
47
50
|
npx lee-spec-kit feature user-auth
|
|
48
51
|
|
|
49
|
-
#
|
|
52
|
+
# 5) Show next steps (for agents)
|
|
50
53
|
npx lee-spec-kit context
|
|
51
54
|
|
|
52
|
-
#
|
|
55
|
+
# 6) Show workflow dashboard
|
|
53
56
|
npx lee-spec-kit view
|
|
54
57
|
|
|
55
|
-
#
|
|
58
|
+
# 7) Show overall status
|
|
56
59
|
npx lee-spec-kit status
|
|
57
60
|
|
|
58
|
-
#
|
|
61
|
+
# 8) Validate docs / feature metadata
|
|
59
62
|
npx lee-spec-kit doctor
|
|
60
63
|
```
|
|
61
64
|
|
|
@@ -72,17 +75,21 @@ cd my-app
|
|
|
72
75
|
# 1) Initialize docs structure
|
|
73
76
|
npx lee-spec-kit init
|
|
74
77
|
|
|
75
|
-
# 2)
|
|
78
|
+
# 2) If you use Codex without a repo-root AGENTS.md, install bootstrap once
|
|
79
|
+
npx lee-spec-kit setup codex-bootstrap
|
|
80
|
+
|
|
81
|
+
# 3) Run initial onboarding checks
|
|
76
82
|
npx lee-spec-kit onboard --strict
|
|
77
83
|
|
|
78
|
-
#
|
|
84
|
+
# 4) Detect project (agent entrypoint)
|
|
79
85
|
npx lee-spec-kit detect --json
|
|
80
86
|
|
|
81
|
-
#
|
|
87
|
+
# 5) Create feature and start workflow
|
|
82
88
|
npx lee-spec-kit feature user-auth
|
|
83
89
|
npx lee-spec-kit context --json-compact
|
|
84
90
|
```
|
|
85
91
|
|
|
92
|
+
- If you run Codex without a repo-root `AGENTS.md`, run `setup codex-bootstrap` once. It installs a managed block in `~/.codex/config.toml` so Codex can treat `docs/AGENTS.md` as a project-doc fallback and re-check it after compaction.
|
|
86
93
|
- Apply lee-spec-kit workflow only when `detect --json` returns `isLeeSpecKitProject: true`.
|
|
87
94
|
- If `isLeeSpecKitProject: false`, continue with normal non-lee-spec-kit workflow.
|
|
88
95
|
|
package/README.md
CHANGED
|
@@ -55,22 +55,25 @@
|
|
|
55
55
|
# 1. 프로젝트 문서 구조 생성
|
|
56
56
|
npx lee-spec-kit init
|
|
57
57
|
|
|
58
|
-
# 2.
|
|
58
|
+
# 2. Codex 사용 시 bootstrap 1회 설치 (repo-root AGENTS.md 없이 운영할 때)
|
|
59
|
+
npx lee-spec-kit setup codex-bootstrap
|
|
60
|
+
|
|
61
|
+
# 3. 초기 온보딩 점검
|
|
59
62
|
npx lee-spec-kit onboard --strict
|
|
60
63
|
|
|
61
|
-
#
|
|
64
|
+
# 4. 새 기능 생성
|
|
62
65
|
npx lee-spec-kit feature user-auth
|
|
63
66
|
|
|
64
|
-
#
|
|
67
|
+
# 5. 진행 상황 및 다음 단계 확인 (AI 에이전트용)
|
|
65
68
|
npx lee-spec-kit context
|
|
66
69
|
|
|
67
|
-
#
|
|
70
|
+
# 6. 워크플로우 대시보드 확인
|
|
68
71
|
npx lee-spec-kit view
|
|
69
72
|
|
|
70
|
-
#
|
|
73
|
+
# 7. 전체 상태 확인
|
|
71
74
|
npx lee-spec-kit status
|
|
72
75
|
|
|
73
|
-
#
|
|
76
|
+
# 8. 문서/Feature 진단
|
|
74
77
|
npx lee-spec-kit doctor
|
|
75
78
|
```
|
|
76
79
|
|
|
@@ -87,17 +90,21 @@ cd my-app
|
|
|
87
90
|
# 1. docs 구조 초기화
|
|
88
91
|
npx lee-spec-kit init
|
|
89
92
|
|
|
90
|
-
# 2.
|
|
93
|
+
# 2. Codex 사용 시 bootstrap 1회 설치 (repo-root AGENTS.md 없이 운영할 때)
|
|
94
|
+
npx lee-spec-kit setup codex-bootstrap
|
|
95
|
+
|
|
96
|
+
# 3. 초기 온보딩 점검
|
|
91
97
|
npx lee-spec-kit onboard --strict
|
|
92
98
|
|
|
93
|
-
#
|
|
99
|
+
# 4. 감지 확인 (에이전트 시작점)
|
|
94
100
|
npx lee-spec-kit detect --json
|
|
95
101
|
|
|
96
|
-
#
|
|
102
|
+
# 5. Feature 생성 후 작업 시작
|
|
97
103
|
npx lee-spec-kit feature user-auth
|
|
98
104
|
npx lee-spec-kit context --json-compact
|
|
99
105
|
```
|
|
100
106
|
|
|
107
|
+
- Codex에서 프로젝트 루트 `AGENTS.md` 없이 운영한다면 `setup codex-bootstrap`를 1회 실행하세요. 이 명령은 `~/.codex/config.toml`에 `docs/AGENTS.md` fallback과 compact 재확인용 managed block을 추가합니다.
|
|
101
108
|
- `detect --json` 결과가 `isLeeSpecKitProject: true`일 때 lee-spec-kit 워크플로우를 적용하세요.
|
|
102
109
|
- `isLeeSpecKitProject: false`면 일반 프로젝트 워크플로우로 진행하세요.
|
|
103
110
|
|