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.
Files changed (29) hide show
  1. package/README.en.md +16 -9
  2. package/README.md +16 -9
  3. package/dist/index.js +737 -366
  4. package/dist/index.js.map +1 -1
  5. package/package.json +1 -1
  6. package/templates/en/common/README.md +7 -0
  7. package/templates/en/common/agents/agents.md +5 -3
  8. package/templates/en/common/agents/issue-template.md +1 -5
  9. package/templates/en/common/agents/pr-template.md +2 -11
  10. package/templates/en/common/agents/skills/create-feature.md +3 -0
  11. package/templates/en/common/agents/skills/create-issue.md +4 -7
  12. package/templates/en/common/agents/skills/create-pr.md +4 -8
  13. package/templates/en/common/agents/skills/execute-task.md +3 -0
  14. package/templates/en/common/features/README.md +19 -0
  15. package/templates/en/common/features/feature-base/decisions.md +1 -0
  16. package/templates/en/common/features/feature-base/plan.md +1 -0
  17. package/templates/en/common/features/feature-base/tasks.md +1 -0
  18. package/templates/ko/common/README.md +7 -0
  19. package/templates/ko/common/agents/agents.md +5 -3
  20. package/templates/ko/common/agents/issue-template.md +1 -5
  21. package/templates/ko/common/agents/pr-template.md +2 -11
  22. package/templates/ko/common/agents/skills/create-feature.md +3 -0
  23. package/templates/ko/common/agents/skills/create-issue.md +4 -7
  24. package/templates/ko/common/agents/skills/create-pr.md +4 -8
  25. package/templates/ko/common/agents/skills/execute-task.md +4 -0
  26. package/templates/ko/common/features/README.md +19 -0
  27. package/templates/ko/common/features/feature-base/decisions.md +1 -0
  28. package/templates/ko/common/features/feature-base/plan.md +1 -0
  29. 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) Run initial onboarding checks
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
- # 3) Create a feature
49
+ # 4) Create a feature
47
50
  npx lee-spec-kit feature user-auth
48
51
 
49
- # 4) Show next steps (for agents)
52
+ # 5) Show next steps (for agents)
50
53
  npx lee-spec-kit context
51
54
 
52
- # 5) Show workflow dashboard
55
+ # 6) Show workflow dashboard
53
56
  npx lee-spec-kit view
54
57
 
55
- # 6) Show overall status
58
+ # 7) Show overall status
56
59
  npx lee-spec-kit status
57
60
 
58
- # 7) Validate docs / feature metadata
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) Run initial onboarding checks
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
- # 3) Detect project (agent entrypoint)
84
+ # 4) Detect project (agent entrypoint)
79
85
  npx lee-spec-kit detect --json
80
86
 
81
- # 4) Create feature and start workflow
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
- # 3. 새 기능 생성
64
+ # 4. 새 기능 생성
62
65
  npx lee-spec-kit feature user-auth
63
66
 
64
- # 4. 진행 상황 및 다음 단계 확인 (AI 에이전트용)
67
+ # 5. 진행 상황 및 다음 단계 확인 (AI 에이전트용)
65
68
  npx lee-spec-kit context
66
69
 
67
- # 5. 워크플로우 대시보드 확인
70
+ # 6. 워크플로우 대시보드 확인
68
71
  npx lee-spec-kit view
69
72
 
70
- # 6. 전체 상태 확인
73
+ # 7. 전체 상태 확인
71
74
  npx lee-spec-kit status
72
75
 
73
- # 7. 문서/Feature 진단
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
- # 3. 감지 확인 (에이전트 시작점)
99
+ # 4. 감지 확인 (에이전트 시작점)
94
100
  npx lee-spec-kit detect --json
95
101
 
96
- # 4. Feature 생성 후 작업 시작
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