yadflow 2.12.0 → 2.14.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.
@@ -33,9 +33,14 @@ like Impeccable.
33
33
  ## On Activation
34
34
 
35
35
  ### Step 1 — Resolve the epic and check the gate
36
- Resolve the `EP-<slug>` (ask if not provided). Read `.sdlc/state.json`. Only proceed when
37
- `currentStep == "ui-design"` and that step's `status == "in_progress"` (the architecture review must
38
- already have passed). If not, stop and point the user at `yad-status` / the gate.
36
+ Resolve the `EP-<slug>` (ask if not provided).
37
+
38
+ **Precondition gate (rail):** run `yad next EP-<slug> --check ui-design` first. If it exits non-zero,
39
+ **STOP** — surface the blocker it prints and point the user at `yad next EP-<slug>`. Do not author until
40
+ it passes.
41
+
42
+ This passes when `ui-design` is the next runnable step per the state sequence — every prior step
43
+ (through the architecture review) is `done` and `ui-design` is not already `done`.
39
44
 
40
45
  ### Step 1b — Open the authoring branch
41
46
  Open the UI authoring branch `ui-design/EP-<slug>` per the shared procedure