@gr8ful/spf 0.10.1 → 0.10.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.
|
@@ -56,6 +56,7 @@ Emit a **flat list**, not nested JSON: each node names its `parent` by another n
|
|
|
56
56
|
- A completed slice is demoable or verifiable on its own.
|
|
57
57
|
- Size each slice to fit in a single fresh context window for the builder that will implement it — when in doubt, split.
|
|
58
58
|
- Any prefactoring the spec implies should be its own slice, sequenced first via `blocked_by`, not folded into the first "real" slice.
|
|
59
|
+
- Never emit a leaf whose job is only to add or update tests. Tests are part of the layer they cover, not a layer of their own: the slice that changes a behavior writes or updates the tests for that behavior itself, as one of its acceptance criteria — a trailing "update tests" story is a horizontal slice wearing a leaf's shape, and a gap this rule exists to close.
|
|
59
60
|
|
|
60
61
|
## Dependencies: a DAG, not a tree
|
|
61
62
|
|