@windyroad/retrospective 0.18.0 → 0.18.1
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
|
@@ -362,7 +362,7 @@ Problems whose fix shipped but whose closure is still pending (`docs/problems/*.
|
|
|
362
362
|
|
|
363
363
|
**Steps:**
|
|
364
364
|
|
|
365
|
-
1. **Glob**: enumerate `docs/problems/*.verifying.md` (the
|
|
365
|
+
1. **Glob**: enumerate `docs/problems/*.verifying.md docs/problems/verifying/*.md` (dual-tolerant — RFC-002 migration window covers BOTH the flat `docs/problems/<NNN>-<title>.verifying.md` filename-suffix surface per ADR-022 AND the per-state subdir `docs/problems/verifying/<NNN>-<title>.md` surface per ADR-031).
|
|
366
366
|
|
|
367
367
|
2. **Read the `## Fix Released` section** of each file and extract the fix-summary keyword set: release marker (version, commit SHA, or date), affected source path(s), new test file path(s), and any named skill / hook / gate the fix exercises.
|
|
368
368
|
|