@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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "wr-retrospective",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "description": "Session retrospective reminders and plan review for Claude Code"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/retrospective",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "description": "Session retrospectives that update briefings and create problem tickets",
5
5
  "bin": {
6
6
  "windyroad-retrospective": "./bin/install.mjs"
@@ -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 driven-by-filename surface per ADR-022).
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