lee-spec-kit 0.6.3 → 0.6.5

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
@@ -217,6 +217,7 @@ Error payloads (`status: "error"`) include `reasonCode` and labeled `suggestions
217
217
  ### Built-in Docs
218
218
 
219
219
  If you do not restore `agents.md` into project docs, fetch CLI-managed guides directly:
220
+ `docs get create-issue|issue-template|create-pr|pr-template --json` also returns `contract` (required sections / artifact rules).
220
221
 
221
222
  ```bash
222
223
  # list built-in docs
@@ -285,6 +286,9 @@ npx lee-spec-kit github issue F001 --create --confirm OK --labels enhancement,fr
285
286
  # Generate PR body
286
287
  npx lee-spec-kit github pr F001
287
288
 
289
+ # Generate PR body (force screenshots/Mermaid sections)
290
+ npx lee-spec-kit github pr F001 --screenshots on --mermaid on
291
+
288
292
  # Generate + create PR + sync tasks.md metadata + merge with retry
289
293
  npx lee-spec-kit github pr F001 --create --merge --confirm OK --labels enhancement,frontend
290
294
  ```
@@ -295,6 +299,7 @@ Key points:
295
299
  - Labels are validated (at least one required).
296
300
  - `--create`/`--merge` are remote operations and require `--confirm OK`.
297
301
  - PR helper can sync `tasks.md` PR URL/PR Status automatically (`--no-sync-tasks` to skip).
302
+ - PR artifact sections are controlled by `--screenshots (auto|on|off)` and `--mermaid (auto|on|off)`.
298
303
  - Merge includes retry and automatic head-branch refresh (fetch/rebase/force-push) on out-of-date failures.
299
304
 
300
305
  ### Status
package/README.md CHANGED
@@ -239,6 +239,7 @@ npx lee-spec-kit context F001 --approve A --execute --execute-strict
239
239
  ### CLI 내장 문서 조회
240
240
 
241
241
  `agents.md`를 프로젝트에 복구하지 않는 환경에서는 아래 명령으로 내장 가이드를 직접 조회할 수 있습니다.
242
+ `docs get create-issue|issue-template|create-pr|pr-template --json` 응답에는 `contract`(필수 섹션/아티팩트 규칙)도 포함됩니다.
242
243
 
243
244
  ```bash
244
245
  # 조회 가능한 내장 문서 목록
@@ -307,6 +308,9 @@ npx lee-spec-kit github issue F001 --create --confirm OK --labels enhancement,fr
307
308
  # PR 본문 생성
308
309
  npx lee-spec-kit github pr F001
309
310
 
311
+ # PR 본문 생성 (스크린샷/Mermaid 섹션 강제 포함)
312
+ npx lee-spec-kit github pr F001 --screenshots on --mermaid on
313
+
310
314
  # PR 본문 생성 + PR 생성 + tasks.md 메타데이터 동기화 + merge 재시도
311
315
  npx lee-spec-kit github pr F001 --create --merge --confirm OK --labels enhancement,frontend
312
316
  ```
@@ -317,6 +321,7 @@ npx lee-spec-kit github pr F001 --create --merge --confirm OK --labels enhanceme
317
321
  - 라벨은 최소 1개 이상 필수입니다.
318
322
  - `--create`/`--merge`는 원격 작업이므로 `--confirm OK`가 필요합니다.
319
323
  - PR helper는 기본적으로 `tasks.md`의 `PR`/`PR Status`를 동기화합니다. (`--no-sync-tasks`로 비활성화)
324
+ - PR helper의 아티팩트 섹션은 `--screenshots (auto|on|off)`, `--mermaid (auto|on|off)`로 제어할 수 있습니다.
320
325
  - merge 시 head 브랜치가 뒤쳐진 경우 fetch/rebase/force-push 후 재시도합니다.
321
326
 
322
327
  ### 상태 확인