lee-spec-kit 0.4.2 → 0.4.3

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.2",
3
+ "version": "0.4.3",
4
4
  "description": "Project documentation structure generator for AI-assisted development",
5
5
  "type": "module",
6
6
  "bin": {
@@ -0,0 +1,11 @@
1
+ # Scripts
2
+
3
+ Utilities to help maintain and validate your docs.
4
+
5
+ ## Examples
6
+
7
+ - Validate required files/sections per feature
8
+ - Automate generating `status.md`
9
+ - Detect broken links or leftover placeholders
10
+
11
+ > Note: Manage this folder freely per project.
@@ -0,0 +1,11 @@
1
+ # Scripts
2
+
3
+ 문서 작성/유지보수를 돕는 유틸리티 스크립트를 모아두는 폴더입니다.
4
+
5
+ ## 예시
6
+
7
+ - 특정 Feature의 파일 존재 여부/포맷 점검
8
+ - `status.md` 생성 자동화
9
+ - 링크 깨짐/플레이스홀더 잔존 여부 검사
10
+
11
+ > 주의: 이 폴더는 프로젝트별로 자유롭게 관리합니다.