@windyroad/jtbd 0.7.2-preview.291 → 0.7.3-preview.296
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.
|
@@ -83,6 +83,12 @@ case "$FILE_PATH" in
|
|
|
83
83
|
exit 0 ;;
|
|
84
84
|
*/docs/problems/*.md|docs/problems/*.md)
|
|
85
85
|
exit 0 ;;
|
|
86
|
+
# ADR-031 / RFC-002 T1 dual-pattern: per-state subdir layout
|
|
87
|
+
# (`docs/problems/<state>/<NNN>-<slug>.md`). Coexists with the
|
|
88
|
+
# flat-layout pattern above during the migration window. Drops to
|
|
89
|
+
# single-pattern at RFC-002 T6 once Slice A migration verifies.
|
|
90
|
+
*/docs/problems/*/*.md|docs/problems/*/*.md)
|
|
91
|
+
exit 0 ;;
|
|
86
92
|
*/docs/jtbd/*|docs/jtbd/*)
|
|
87
93
|
exit 0 ;;
|
|
88
94
|
*/docs/PRODUCT_DISCOVERY.md|docs/PRODUCT_DISCOVERY.md)
|