lee-spec-kit 0.1.1 → 0.1.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.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Project documentation structure generator for AI-assisted development",
5
5
  "type": "module",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "https://github.com/leeyoonsu/lee-spec-kit"
31
+ "url": "https://github.com/leey00nsu/lee-spec-kit"
32
32
  },
33
33
  "dependencies": {
34
34
  "chalk": "^5.6.2",
@@ -56,3 +56,12 @@ Example: `F001: user-auth (User authentication feature)`
56
56
  | `backend` | BE related |
57
57
  | `frontend` | FE related |
58
58
  | `priority:high` | High priority |
59
+
60
+ ---
61
+
62
+ ## Body Input Rules (Shell Execution Prevention)
63
+
64
+ - Issue body should use **`--body-file` by default**.
65
+ - If the body contains backticks (`) or `$()`and is placed directly in`"..."`, it may be **interpreted by the shell**.
66
+ - For multi-line bodies, use **single-quoted heredoc** like `cat <<'EOF'`,
67
+ and handle variables via **placeholder → sed substitution**.
@@ -55,3 +55,12 @@ Closes #{issue-number}
55
55
  | Normal Feature | Squash and Merge |
56
56
  | Urgent Hotfix | Merge or Rebase |
57
57
  | Documentation | Squash and Merge |
58
+
59
+ ---
60
+
61
+ ## Body Input Rules (Shell Execution Prevention)
62
+
63
+ - PR body should use **`--body-file` by default**.
64
+ - If the body contains backticks (`) or `$()`and is placed directly in`"..."`, it may be **interpreted by the shell**.
65
+ - For multi-line bodies, use **single-quoted heredoc** like `cat <<'EOF'`,
66
+ and handle variables via **placeholder → sed substitution**.
@@ -57,4 +57,13 @@ F{번호}: {기능명} ({짧은 설명})
57
57
  | `documentation` | 문서 작업 |
58
58
  | `backend` | BE 관련 |
59
59
  | `frontend` | FE 관련 |
60
- | `priority:high` | 높은 우선순위 |
60
+ | `priority:high` | High priority |
61
+
62
+ ---
63
+
64
+ ## Body Input Rules (Shell Execution Prevention)
65
+
66
+ - Issue body should use **`--body-file` by default**.
67
+ - If the body contains backticks (`) or `$()`and is placed directly in`"..."`, it may be **interpreted by the shell**.
68
+ - For multi-line bodies, use **single-quoted heredoc** like `cat <<'EOF'`,
69
+ and handle variables via **placeholder → sed substitution**.
@@ -68,4 +68,13 @@ gh pr create \
68
68
  | ------------ | ----------------- |
69
69
  | 일반 Feature | Squash and Merge |
70
70
  | 긴급 Hotfix | Merge 또는 Rebase |
71
- | 문서 수정 | Squash and Merge |
71
+ | Docs update | Squash and Merge |
72
+
73
+ ---
74
+
75
+ ## Body Input Rules (Shell Execution Prevention)
76
+
77
+ - PR body should use **`--body-file` by default**.
78
+ - If the body contains backticks (`) or `$()`and is placed directly in`"..."`, it may be **interpreted by the shell**.
79
+ - For multi-line bodies, use **single-quoted heredoc** like `cat <<'EOF'`,
80
+ and handle variables via **placeholder → sed substitution**.
@@ -58,3 +58,12 @@ F{번호}: {기능명} ({짧은 설명})
58
58
  | `backend` | BE 관련 |
59
59
  | `frontend` | FE 관련 |
60
60
  | `priority:high` | 높은 우선순위 |
61
+
62
+ ---
63
+
64
+ ## 본문 입력 규칙 (셸 실행 방지)
65
+
66
+ - 이슈 본문은 **`--body-file` 사용을 기본**으로 한다.
67
+ - 백틱(`)이나 `$()`가 포함된 본문을 `"..."`에 직접 넣으면 **셸에서 명령치환**될 수 있다.
68
+ - 여러 줄 본문은 `cat <<'EOF'` 형식의 **싱글 쿼트 heredoc**을 사용하고,
69
+ 필요한 변수는 **플레이스홀더 → sed 치환**으로 처리한다.
@@ -69,3 +69,12 @@ gh pr create \
69
69
  | 일반 Feature | Squash and Merge |
70
70
  | 긴급 Hotfix | Merge 또는 Rebase |
71
71
  | 문서 수정 | Squash and Merge |
72
+
73
+ ---
74
+
75
+ ## 본문 입력 규칙 (셸 실행 방지)
76
+
77
+ - PR 본문은 **`--body-file` 사용을 기본**으로 한다.
78
+ - 백틱(`)이나 `$()`가 포함된 본문을 `"..."`에 직접 넣으면 **셸에서 명령치환**될 수 있다.
79
+ - 여러 줄 본문은 `cat <<'EOF'` 형식의 **싱글 쿼트 heredoc**을 사용하고,
80
+ 필요한 변수는 **플레이스홀더 → sed 치환**으로 처리한다.
@@ -58,3 +58,12 @@ F{번호}: {기능명} ({짧은 설명})
58
58
  | `backend` | BE 관련 |
59
59
  | `frontend` | FE 관련 |
60
60
  | `priority:high` | 높은 우선순위 |
61
+
62
+ ---
63
+
64
+ ## 본문 입력 규칙 (셸 실행 방지)
65
+
66
+ - 이슈 본문은 **`--body-file` 사용을 기본**으로 한다.
67
+ - 백틱(`)이나 `$()`가 포함된 본문을 `"..."`에 직접 넣으면 **셸에서 명령치환**될 수 있다.
68
+ - 여러 줄 본문은 `cat <<'EOF'` 형식의 **싱글 쿼트 heredoc**을 사용하고,
69
+ 필요한 변수는 **플레이스홀더 → sed 치환**으로 처리한다.
@@ -69,3 +69,12 @@ gh pr create \
69
69
  | 일반 Feature | Squash and Merge |
70
70
  | 긴급 Hotfix | Merge 또는 Rebase |
71
71
  | 문서 수정 | Squash and Merge |
72
+
73
+ ---
74
+
75
+ ## 본문 입력 규칙 (셸 실행 방지)
76
+
77
+ - PR 본문은 **`--body-file` 사용을 기본**으로 한다.
78
+ - 백틱(`)이나 `$()`가 포함된 본문을 `"..."`에 직접 넣으면 **셸에서 명령치환**될 수 있다.
79
+ - 여러 줄 본문은 `cat <<'EOF'` 형식의 **싱글 쿼트 heredoc**을 사용하고,
80
+ 필요한 변수는 **플레이스홀더 → sed 치환**으로 처리한다.