@windyroad/retrospective 0.20.0 → 0.20.1-preview.347

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,78 @@
1
1
  {
2
+ "description": "Session retrospective reminders and plan review for Claude Code",
3
+ "hooks": {
4
+ "retrospective-readme-jtbd-currency": {
5
+ "maturity": {
6
+ "band": "Experimental",
7
+ "computed_at": "2026-05-18T01:29:14Z",
8
+ "evidence": {
9
+ "breaking_change_age_days": null,
10
+ "closed_tickets_window": 32,
11
+ "days_shipped": 39,
12
+ "invocations_30d": null
13
+ },
14
+ "schema_version": "1.0"
15
+ }
16
+ },
17
+ "retrospective-reminder": {
18
+ "maturity": {
19
+ "band": "Experimental",
20
+ "computed_at": "2026-05-18T01:29:14Z",
21
+ "evidence": {
22
+ "breaking_change_age_days": null,
23
+ "closed_tickets_window": 32,
24
+ "days_shipped": 39,
25
+ "invocations_30d": null
26
+ },
27
+ "schema_version": "1.0"
28
+ }
29
+ },
30
+ "session-start-briefing": {
31
+ "maturity": {
32
+ "band": "Experimental",
33
+ "computed_at": "2026-05-18T01:29:14Z",
34
+ "evidence": {
35
+ "breaking_change_age_days": null,
36
+ "closed_tickets_window": 32,
37
+ "days_shipped": 39,
38
+ "invocations_30d": null
39
+ },
40
+ "schema_version": "1.0"
41
+ }
42
+ }
43
+ },
44
+ "maturity": {
45
+ "band": "Experimental",
46
+ "schema_version": "1.0"
47
+ },
2
48
  "name": "wr-retrospective",
3
- "version": "0.20.0",
4
- "description": "Session retrospective reminders and plan review for Claude Code"
49
+ "skills": {
50
+ "analyze-context": {
51
+ "maturity": {
52
+ "band": "Experimental",
53
+ "computed_at": "2026-05-18T01:29:14Z",
54
+ "evidence": {
55
+ "breaking_change_age_days": null,
56
+ "closed_tickets_window": 32,
57
+ "days_shipped": 39,
58
+ "invocations_30d": 0
59
+ },
60
+ "schema_version": "1.0"
61
+ }
62
+ },
63
+ "run-retro": {
64
+ "maturity": {
65
+ "band": "Alpha",
66
+ "computed_at": "2026-05-18T01:29:14Z",
67
+ "evidence": {
68
+ "breaking_change_age_days": null,
69
+ "closed_tickets_window": 32,
70
+ "days_shipped": 39,
71
+ "invocations_30d": 261
72
+ },
73
+ "schema_version": "1.0"
74
+ }
75
+ }
76
+ },
77
+ "version": "0.20.1"
5
78
  }
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @windyroad/retrospective
2
2
 
3
- **Session retrospectives for Claude Code.** Captures learnings at the end of each session and creates problem tickets for failures and friction.
3
+ **Session retrospectives for Claude Code.** Captures learnings at the end of each session and creates problem tickets for failures and friction. *Maturity: Experimental.*
4
4
 
5
5
  Part of [Windy Road Agent Plugins](../../README.md).
6
6
 
@@ -46,10 +46,10 @@ The plugin also triggers a reminder via a `Stop` hook when a session ends natura
46
46
 
47
47
  ## Skills
48
48
 
49
- | Skill | Purpose |
50
- |-------|---------|
51
- | `/wr-retrospective:run-retro` | Run a session retrospective; emits the briefing update, advisory detector outputs, and the Pipeline Instability section per Step 2b |
52
- | `/wr-retrospective:analyze-context` | Deep on-demand context-usage analyser per ADR-043; produces per-turn attribution and trim suggestions |
49
+ | Skill | Purpose | Maturity |
50
+ | ------- | --------- | --- |
51
+ | `/wr-retrospective:run-retro` | Run a session retrospective; emits the briefing update, advisory detector outputs, and the Pipeline Instability section per Step 2b | Alpha |
52
+ | `/wr-retrospective:analyze-context` | Deep on-demand context-usage analyser per ADR-043; produces per-turn attribution and trim suggestions | Experimental |
53
53
 
54
54
  ## Advisory scripts
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/retrospective",
3
- "version": "0.20.0",
3
+ "version": "0.20.1-preview.347",
4
4
  "description": "Session retrospectives that update briefings and create problem tickets",
5
5
  "bin": {
6
6
  "windyroad-retrospective": "./bin/install.mjs"