lee-spec-kit 0.7.0 → 0.7.2
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 -0
- package/dist/index.js +1200 -570
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/templates/en/common/README.md +6 -0
- package/templates/en/common/agents/agents.md +2 -1
- package/templates/en/common/agents/skills/execute-task.md +2 -1
- package/templates/en/common/features/README.md +6 -0
- package/templates/en/common/features/feature-base/spec.md +1 -0
- package/templates/en/common/features/feature-base/tasks.md +4 -0
- package/templates/en/common/ideas/README.md +14 -13
- package/templates/en/common/ideas/idea.md +36 -0
- package/templates/ko/common/README.md +6 -0
- package/templates/ko/common/agents/agents.md +2 -1
- package/templates/ko/common/agents/skills/execute-task.md +2 -1
- package/templates/ko/common/features/README.md +6 -0
- package/templates/ko/common/features/feature-base/spec.md +1 -0
- package/templates/ko/common/features/feature-base/tasks.md +4 -0
- package/templates/ko/common/ideas/README.md +14 -13
- package/templates/ko/common/ideas/idea.md +36 -0
package/README.en.md
CHANGED
|
@@ -281,6 +281,7 @@ Use advanced selectors (`--component`, `--all`, `--done`) only when you need mul
|
|
|
281
281
|
- `--ticket` is required for `--execute` only when the selected action has `requiresUserCheck=true`.
|
|
282
282
|
- It is short-lived (5 minutes by default) and cannot be reused after one execution.
|
|
283
283
|
- When you `--execute` a handoff-only command (`pre_pr_review_run`, `code_review_run`), the result is `approved_handoff_prepared` with `nextMainState` instead of the normal `approved_executed`.
|
|
284
|
+
- Treat `approved_handoff_prepared` as delegated-work-required: continue the delegated review/fix loop immediately, do not re-approve the same label, and refresh `context` only after the required evidence/state update.
|
|
284
285
|
|
|
285
286
|
`context --json-compact` is the default recommended format, providing a minimal hot-path contract for agents.
|
|
286
287
|
Use `context --json` only when full-detail debugging fields are required.
|