@windyroad/retrospective 0.20.2 → 0.20.3-preview.363
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/.claude-plugin/plugin.json +20 -18
- package/README.md +1 -1
- package/package.json +1 -1
|
@@ -2,67 +2,69 @@
|
|
|
2
2
|
"description": "Session retrospective reminders and plan review for Claude Code",
|
|
3
3
|
"maturity": {
|
|
4
4
|
"band": "Experimental",
|
|
5
|
-
"
|
|
5
|
+
"bootstrapping": true,
|
|
6
6
|
"hooks": {
|
|
7
7
|
"retrospective-readme-jtbd-currency": {
|
|
8
8
|
"band": "Experimental",
|
|
9
|
-
"computed_at": "2026-05-
|
|
9
|
+
"computed_at": "2026-05-18T11:42:50Z",
|
|
10
10
|
"evidence": {
|
|
11
11
|
"breaking_change_age_days": null,
|
|
12
|
-
"closed_tickets_window":
|
|
13
|
-
"days_shipped":
|
|
12
|
+
"closed_tickets_window": 33,
|
|
13
|
+
"days_shipped": 40,
|
|
14
14
|
"invocations_30d": null
|
|
15
15
|
},
|
|
16
16
|
"schema_version": "2.0"
|
|
17
17
|
},
|
|
18
18
|
"retrospective-reminder": {
|
|
19
19
|
"band": "Experimental",
|
|
20
|
-
"computed_at": "2026-05-
|
|
20
|
+
"computed_at": "2026-05-18T11:42:50Z",
|
|
21
21
|
"evidence": {
|
|
22
22
|
"breaking_change_age_days": null,
|
|
23
|
-
"closed_tickets_window":
|
|
24
|
-
"days_shipped":
|
|
23
|
+
"closed_tickets_window": 33,
|
|
24
|
+
"days_shipped": 40,
|
|
25
25
|
"invocations_30d": null
|
|
26
26
|
},
|
|
27
27
|
"schema_version": "2.0"
|
|
28
28
|
},
|
|
29
29
|
"session-start-briefing": {
|
|
30
30
|
"band": "Experimental",
|
|
31
|
-
"computed_at": "2026-05-
|
|
31
|
+
"computed_at": "2026-05-18T11:42:50Z",
|
|
32
32
|
"evidence": {
|
|
33
33
|
"breaking_change_age_days": null,
|
|
34
|
-
"closed_tickets_window":
|
|
35
|
-
"days_shipped":
|
|
34
|
+
"closed_tickets_window": 33,
|
|
35
|
+
"days_shipped": 40,
|
|
36
36
|
"invocations_30d": null
|
|
37
37
|
},
|
|
38
38
|
"schema_version": "2.0"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
|
+
"rollup_invocations_30d": 282,
|
|
42
|
+
"schema_version": "2.0",
|
|
41
43
|
"skills": {
|
|
42
44
|
"analyze-context": {
|
|
43
45
|
"band": "Experimental",
|
|
44
|
-
"computed_at": "2026-05-
|
|
46
|
+
"computed_at": "2026-05-18T11:42:50Z",
|
|
45
47
|
"evidence": {
|
|
46
48
|
"breaking_change_age_days": null,
|
|
47
|
-
"closed_tickets_window":
|
|
48
|
-
"days_shipped":
|
|
49
|
+
"closed_tickets_window": 33,
|
|
50
|
+
"days_shipped": 40,
|
|
49
51
|
"invocations_30d": 0
|
|
50
52
|
},
|
|
51
53
|
"schema_version": "2.0"
|
|
52
54
|
},
|
|
53
55
|
"run-retro": {
|
|
54
56
|
"band": "Alpha",
|
|
55
|
-
"computed_at": "2026-05-
|
|
57
|
+
"computed_at": "2026-05-18T11:42:50Z",
|
|
56
58
|
"evidence": {
|
|
57
59
|
"breaking_change_age_days": null,
|
|
58
|
-
"closed_tickets_window":
|
|
59
|
-
"days_shipped":
|
|
60
|
-
"invocations_30d":
|
|
60
|
+
"closed_tickets_window": 33,
|
|
61
|
+
"days_shipped": 40,
|
|
62
|
+
"invocations_30d": 282
|
|
61
63
|
},
|
|
62
64
|
"schema_version": "2.0"
|
|
63
65
|
}
|
|
64
66
|
}
|
|
65
67
|
},
|
|
66
68
|
"name": "wr-retrospective",
|
|
67
|
-
"version": "0.20.
|
|
69
|
+
"version": "0.20.3"
|
|
68
70
|
}
|
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. *Maturity: Experimental.*
|
|
3
|
+
**Session retrospectives for Claude Code.** Captures learnings at the end of each session and creates problem tickets for failures and friction. *Maturity: Experimental (suite-bootstrap window; 282 invocations / 30d).*
|
|
4
4
|
|
|
5
5
|
Part of [Windy Road Agent Plugins](../../README.md).
|
|
6
6
|
|
package/package.json
CHANGED