lee-spec-kit 0.9.0 → 0.9.1
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 +1 -1
- package/README.md +2 -2
- package/dist/bootstrap-Q77MTW3Q.js +0 -0
- package/dist/chunk-3AFCPGGS.js +0 -0
- package/dist/chunk-7V7RMGEU.js +0 -0
- package/dist/chunk-GR7JQBWF.js +0 -0
- package/dist/hooks-373Z6JG2.js +0 -0
- package/dist/index.js +285 -70
- package/dist/index.js.map +1 -1
- package/package.json +13 -15
- package/templates/en/common/README.md +8 -8
- package/templates/en/common/agents/agents.md +8 -2
- package/templates/en/common/agents/git-workflow.md +27 -8
- package/templates/en/common/agents/skills/split-feature.md +2 -1
- package/templates/en/common/agents/ui-ux-design.md +128 -0
- package/templates/en/common/designs/README.md +39 -1
- package/templates/en/common/features/README.md +2 -2
- package/templates/en/common/features/feature-base/decisions.md +3 -1
- package/templates/en/common/features/feature-base/spec.md +3 -0
- package/templates/en/common/features/feature-base/tasks.md +1 -0
- package/templates/ko/common/README.md +8 -8
- package/templates/ko/common/agents/agents.md +8 -2
- package/templates/ko/common/agents/git-workflow.md +27 -8
- package/templates/ko/common/agents/skills/split-feature.md +4 -3
- package/templates/ko/common/agents/ui-ux-design.md +128 -0
- package/templates/ko/common/designs/README.md +39 -1
- package/templates/ko/common/features/README.md +2 -2
- package/templates/ko/common/features/feature-base/decisions.md +3 -1
- package/templates/ko/common/features/feature-base/spec.md +3 -0
- package/templates/ko/common/features/feature-base/tasks.md +1 -0
package/README.en.md
CHANGED
|
@@ -79,7 +79,7 @@ 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`:
|
|
82
|
+
- `local merge <feature-ref> --json`: integrate a completed local Feature using its configured fast-forward or squash strategy and run post-merge checks
|
|
83
83
|
- `local cleanup <feature-ref> --json`: remove the managed worktree and optionally delete the integrated Feature branch
|
|
84
84
|
|
|
85
85
|
Supported modes:
|
package/README.md
CHANGED
|
@@ -77,9 +77,9 @@ npx lee-spec-kit feature user-auth
|
|
|
77
77
|
- `github`: issue/pr 본문 생성 및 검증
|
|
78
78
|
- `integrations codex-hooks`: 현재 workspace와 configured project root용 Codex hooks 생성/제거
|
|
79
79
|
- `integrations codex`: 선택적 전역 `[features].hooks` 설정 설치/제거
|
|
80
|
-
- `commit-audit --json`: hooks용 commit-time docs path validator
|
|
80
|
+
- `commit-audit --json`: hooks용 commit-time docs path + canonical commit subject validator
|
|
81
81
|
- `workflow-audit --json`: hooks용 docs sync validator
|
|
82
|
-
- `local merge <feature-ref> --json`: 완료된 local Feature를 base branch에
|
|
82
|
+
- `local merge <feature-ref> --json`: 완료된 local Feature를 설정된 fast-forward 또는 squash 전략으로 base branch에 통합하고 사후 검증 실행
|
|
83
83
|
- `local cleanup <feature-ref> --json`: managed worktree 제거 및 설정에 따른 통합 완료 Feature 브랜치 삭제
|
|
84
84
|
|
|
85
85
|
지원 모드:
|
|
File without changes
|
package/dist/chunk-3AFCPGGS.js
CHANGED
|
File without changes
|
package/dist/chunk-7V7RMGEU.js
CHANGED
|
File without changes
|
package/dist/chunk-GR7JQBWF.js
CHANGED
|
File without changes
|
package/dist/hooks-373Z6JG2.js
CHANGED
|
File without changes
|