lee-spec-kit 0.8.8 → 0.9.0

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
@@ -79,6 +79,8 @@ The overall approach is influenced by [spec-kit](https://github.com/github/spec-
79
79
  - `integrations codex`: install/remove the optional global `[features].hooks` setting
80
80
  - `commit-audit --json`
81
81
  - `workflow-audit --json`
82
+ - `local merge <feature-ref> --json`: fast-forward a completed local Feature into its base branch and run post-merge checks
83
+ - `local cleanup <feature-ref> --json`: remove the managed worktree and optionally delete the integrated Feature branch
82
84
 
83
85
  Supported modes:
84
86
 
package/README.md CHANGED
@@ -79,6 +79,8 @@ npx lee-spec-kit feature user-auth
79
79
  - `integrations codex`: 선택적 전역 `[features].hooks` 설정 설치/제거
80
80
  - `commit-audit --json`: hooks용 commit-time docs path validator
81
81
  - `workflow-audit --json`: hooks용 docs sync validator
82
+ - `local merge <feature-ref> --json`: 완료된 local Feature를 base branch에 fast-forward 병합하고 사후 검증 실행
83
+ - `local cleanup <feature-ref> --json`: managed worktree 제거 및 설정에 따른 통합 완료 Feature 브랜치 삭제
82
84
 
83
85
  지원 모드:
84
86