@windyroad/retrospective 0.23.1-preview.587 → 0.23.2-preview.591

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.
@@ -78,5 +78,5 @@
78
78
  }
79
79
  },
80
80
  "name": "wr-retrospective",
81
- "version": "0.23.1"
81
+ "version": "0.23.2"
82
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/retrospective",
3
- "version": "0.23.1-preview.587",
3
+ "version": "0.23.2-preview.591",
4
4
  "description": "Session retrospectives that update briefings and create problem tickets",
5
5
  "bin": {
6
6
  "windyroad-retrospective": "./bin/install.mjs"
@@ -8,6 +8,8 @@ allowed-tools: Read, Write, Edit, Bash, Glob, Grep
8
8
 
9
9
  Adopters who carried a legacy monolithic `docs/BRIEFING.md` from an older `@windyroad/retrospective` release have no automation path to the per-topic `docs/briefing/` tree the current Tier-3 rotation contract (ADR-040) expects. The dual-tolerant SessionStart hook (`packages/retrospective/hooks/session-start-briefing.sh`) keeps adopters working while the legacy file remains, but per-topic-rotation only fires once the tree exists. This skill closes the loop.
10
10
 
11
+ <!-- @jtbd JTBD-009 (Migrate Adopter Artefacts When a Plugin Layout Evolves — primary trace; the migrate-briefing skill is JTBD-009's first concrete realisation per P204 Q1 ratification 2026-06-07) -->
12
+
11
13
  See `REFERENCE.md` in this directory for the heading-extraction algorithm, slug-collision handling, code-fence-aware parsing, recovery semantics, and scope exclusions (progressive disclosure per ADR-038).
12
14
 
13
15
  ## Pattern
@@ -130,4 +132,5 @@ If a future enhancement adds direction-setting choices (e.g. user-supplied topic
130
132
  - ADR-040 — per-topic briefing surface contract (target shape)
131
133
  - ADR-038 — progressive disclosure pattern (SKILL/REFERENCE split)
132
134
  - ADR-052 — behavioural tests by default
133
- - JTBD-007Keep Plugins Current (adopter currency pending amendment to extend currency scope to adopter-artefact-layout; see P204 new-jtbd-flag)
135
+ - JTBD-009Migrate Adopter Artefacts When a Plugin Layout Evolves (primary trace P204 Q1 ratified 2026-06-07; the migrate-briefing skill is JTBD-009's first concrete realisation)
136
+ - JTBD-007 — Keep Plugins Current Across Projects (sibling on the same developer persona; code-currency + README-content-currency + maturity-band-currency; JTBD-009 carries the artefact-layout-currency dimension carved out from JTBD-007 by P204 Q1)