lee-spec-kit 0.4.6 → 0.4.7

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/dist/index.js CHANGED
@@ -1618,6 +1618,9 @@ function parsePrLink(value) {
1618
1618
  const trimmed = value.trim();
1619
1619
  if (!trimmed) return void 0;
1620
1620
  if (trimmed === "#" || trimmed === "-") return void 0;
1621
+ if (/^(?:#\s*)?(?:tbd|todo|n\/a|na|none|pending|미정|없음)$/i.test(trimmed)) {
1622
+ return void 0;
1623
+ }
1621
1624
  if (trimmed.includes("{") || trimmed.includes("}")) return void 0;
1622
1625
  return trimmed;
1623
1626
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lee-spec-kit",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Project documentation structure generator for AI-assisted development",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,8 +12,10 @@
12
12
  - **Repo**: {{projectName}}-{be|fe}
13
13
  - **Issue**: #{issue-number}
14
14
  - **Branch**: `feat/{issue-number}-{feature-name}`
15
- - **PR**: #
16
- - **PR Status**: Draft | Review | Approved
15
+ - **PR**: -
16
+ - Example: `#123` or PR URL
17
+ - **PR Status**: -
18
+ - Values: Draft | Review | Approved
17
19
 
18
20
  ---
19
21
 
@@ -12,8 +12,10 @@
12
12
  - **Repo**: {{projectName}}
13
13
  - **Issue**: #{issue-number}
14
14
  - **Branch**: `feat/{issue-number}-{feature-name}`
15
- - **PR**: #
16
- - **PR Status**: Draft | Review | Approved
15
+ - **PR**: -
16
+ - Example: `#123` or PR URL
17
+ - **PR Status**: -
18
+ - Values: Draft | Review | Approved
17
19
 
18
20
  ---
19
21
 
@@ -12,8 +12,10 @@
12
12
  - **레포**: {{projectName}}-{be|fe}
13
13
  - **Issue**: #{이슈번호}
14
14
  - **브랜치**: `feat/{이슈번호}-{기능명}`
15
- - **PR**: #
16
- - **PR 상태**: Draft | Review | Approved
15
+ - **PR**: -
16
+ - 예: `#123` 또는 PR URL
17
+ - **PR 상태**: -
18
+ - 값: Draft | Review | Approved
17
19
 
18
20
  ---
19
21
 
@@ -12,8 +12,10 @@
12
12
  - **레포**: {{projectName}}
13
13
  - **Issue**: #{이슈번호}
14
14
  - **브랜치**: `feat/{이슈번호}-{기능명}`
15
- - **PR**: #
16
- - **PR 상태**: Draft | Review | Approved
15
+ - **PR**: -
16
+ - 예: `#123` 또는 PR URL
17
+ - **PR 상태**: -
18
+ - 값: Draft | Review | Approved
17
19
 
18
20
  ---
19
21