substrate-ai 0.20.10 → 0.20.13

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.
@@ -38,6 +38,7 @@ a different story from the epic scope. The story key, title, and core scope are
38
38
  5. **Fill out the story template** with:
39
39
  - A clear user story (As a / I want / So that)
40
40
  - Acceptance criteria: preserve the hard-clause text from the Story Definition verbatim. BDD Given/When/Then phrasing is **optional** — permitted for behavior-oriented criteria where it adds clarity, not mandatory. Never let BDD reshape a MUST / MUST NOT / SHALL clause; copy those clauses literally and, if BDD adds clarity, append the Given/When/Then alongside the original clause rather than replacing it. Aim for the same number of ACs as the source — do not condense clauses into fewer items to hit a target count.
41
+ - Immediately after the `## Acceptance Criteria` heading in the rendered story file, emit the line `<!-- source-ac-hash: {{source_ac_hash}} -->` on its own line. When the hash value is empty or blank (the `{{source_ac_hash}}` placeholder resolved to nothing), omit the comment entirely — do not write `<!-- source-ac-hash: -->` or any comment with an empty or missing hash value.
41
42
  - Concrete tasks broken into 2–4 hour subtasks, each tied to specific ACs
42
43
  - Dev Notes with file paths, import patterns, testing requirements
43
44
  6. **Apply the scope cap** — see Scope Cap Guidance below