create-sdd-project 0.13.1 → 0.13.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/package.json
CHANGED
|
@@ -50,6 +50,7 @@ Read the **Autonomy Level** from `CLAUDE.md` section 2.
|
|
|
50
50
|
- **Auto** = proceed without asking; log in product tracker → "Auto-Approved Decisions" table
|
|
51
51
|
- **Required** = ask user explicitly; do NOT continue without approval
|
|
52
52
|
- **Quality gates always run** regardless of level (tests, lint, build, validators)
|
|
53
|
+
- **Steps are strictly sequential.** Do NOT start a later step before the current checkpoint is approved — even when the checkpoint is Auto (auto-approval still happens in order, not in parallel). In particular, do NOT generate the Implementation Plan (Step 2) while Spec Approval (Step 0) is still pending. Reason: if the spec review finds issues, any plan built on the flawed spec must be discarded and redone — parallelizing wastes work and risks shipping a plan that doesn't match the final spec.
|
|
53
54
|
|
|
54
55
|
---
|
|
55
56
|
|
|
@@ -50,6 +50,7 @@ Read the **Autonomy Level** from `GEMINI.md`.
|
|
|
50
50
|
- **Auto** = proceed without asking; log in product tracker → "Auto-Approved Decisions" table
|
|
51
51
|
- **Required** = ask user explicitly; do NOT continue without approval
|
|
52
52
|
- **Quality gates always run** regardless of level (tests, lint, build, validators)
|
|
53
|
+
- **Steps are strictly sequential.** Do NOT start a later step before the current checkpoint is approved — even when the checkpoint is Auto (auto-approval still happens in order, not in parallel). In particular, do NOT generate the Implementation Plan (Step 2) while Spec Approval (Step 0) is still pending. Reason: if the spec review finds issues, any plan built on the flawed spec must be discarded and redone — parallelizing wastes work and risks shipping a plan that doesn't match the final spec.
|
|
53
54
|
|
|
54
55
|
---
|
|
55
56
|
|