lee-spec-kit 0.6.17 → 0.6.18

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 CHANGED
@@ -451,7 +451,7 @@ npx lee-spec-kit doctor --decisions-placeholders warn
451
451
 
452
452
  By default, `update` runs only when the `docs/` working tree is clean; in that case it overwrites changed files without prompting.
453
453
  If you want to update while you have uncommitted changes, use `--force`.
454
- `update` also backfills missing `.lee-spec-kit.json` keys using current defaults (e.g. `workflow.taskCommitGate: "strict"`).
454
+ `update` also backfills missing `.lee-spec-kit.json` keys using current defaults (e.g. `workflow.taskCommitGate: "warn"`).
455
455
 
456
456
  ```bash
457
457
  npx lee-spec-kit update
@@ -480,7 +480,7 @@ Running `init` creates `.lee-spec-kit.json` in your docs root (default: `docs/`)
480
480
  "workflow": {
481
481
  "mode": "github",
482
482
  "codeDirtyScope": "auto",
483
- "taskCommitGate": "strict",
483
+ "taskCommitGate": "warn",
484
484
  "prePrReview": { "skills": ["code-review-excellence"] }
485
485
  },
486
486
  "pr": { "screenshots": { "upload": false } },
@@ -558,7 +558,7 @@ Example:
558
558
  "workflow": {
559
559
  "mode": "github",
560
560
  "codeDirtyScope": "auto",
561
- "taskCommitGate": "strict",
561
+ "taskCommitGate": "warn",
562
562
  "prePrReview": {
563
563
  "skills": ["code-review-excellence"],
564
564
  "fallback": "builtin-checklist",
package/README.md CHANGED
@@ -491,7 +491,7 @@ npx lee-spec-kit doctor --decisions-placeholders warn
491
491
 
492
492
  기본 동작은 `docs/` 작업트리에 변경사항이 없을 때만 업데이트를 진행하며, 이 경우 변경된 파일은 확인 없이 덮어씁니다.
493
493
  변경사항이 있는 상태에서 업데이트하려면 `--force`를 사용하세요.
494
- 또한 `update`는 `.lee-spec-kit.json`의 누락 필드를 현재 기본 정책으로 보강합니다. (예: `workflow.taskCommitGate: "strict"`)
494
+ 또한 `update`는 `.lee-spec-kit.json`의 누락 필드를 현재 기본 정책으로 보강합니다. (예: `workflow.taskCommitGate: "warn"`)
495
495
 
496
496
  ```bash
497
497
  # 전체 업데이트
@@ -529,7 +529,7 @@ npx lee-spec-kit update --force
529
529
  "workflow": {
530
530
  "mode": "github",
531
531
  "codeDirtyScope": "auto",
532
- "taskCommitGate": "strict",
532
+ "taskCommitGate": "warn",
533
533
  "prePrReview": { "skills": ["code-review-excellence"] }
534
534
  },
535
535
  "pr": { "screenshots": { "upload": false } },
@@ -590,7 +590,7 @@ npx lee-spec-kit update --force
590
590
  - `strict`: 최근 `tasks.md` 커밋에서 DONE 전환이 2개 이상이면 차단
591
591
  - `warn`: 점검 실패 시 경고만 표시하고 진행 허용
592
592
  - `off`: 점검 비활성화
593
- - 하위 호환: 값이 없으면 `warn`으로 처리
593
+ - 기본값: `warn` (값이 없으면 `warn`)
594
594
  - `workflow.prePrReview`:
595
595
  - `enabled` (선택): pre-PR 리뷰 단계를 강제할지 여부 (기본: `requirePr`와 동일)
596
596
  - `skills` (선택): 우선순위 스킬 목록 (기본: `["code-review-excellence"]`)
@@ -606,7 +606,7 @@ npx lee-spec-kit update --force
606
606
  "workflow": {
607
607
  "mode": "github",
608
608
  "codeDirtyScope": "auto",
609
- "taskCommitGate": "strict",
609
+ "taskCommitGate": "warn",
610
610
  "prePrReview": {
611
611
  "skills": ["code-review-excellence"],
612
612
  "fallback": "builtin-checklist",