@windyroad/retrospective 0.20.1 → 0.20.2-preview.349

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,8 +1,10 @@
1
1
  {
2
2
  "description": "Session retrospective reminders and plan review for Claude Code",
3
- "hooks": {
4
- "retrospective-readme-jtbd-currency": {
5
- "maturity": {
3
+ "maturity": {
4
+ "band": "Experimental",
5
+ "schema_version": "2.0",
6
+ "hooks": {
7
+ "retrospective-readme-jtbd-currency": {
6
8
  "band": "Experimental",
7
9
  "computed_at": "2026-05-18T01:29:14Z",
8
10
  "evidence": {
@@ -11,11 +13,9 @@
11
13
  "days_shipped": 39,
12
14
  "invocations_30d": null
13
15
  },
14
- "schema_version": "1.0"
15
- }
16
- },
17
- "retrospective-reminder": {
18
- "maturity": {
16
+ "schema_version": "2.0"
17
+ },
18
+ "retrospective-reminder": {
19
19
  "band": "Experimental",
20
20
  "computed_at": "2026-05-18T01:29:14Z",
21
21
  "evidence": {
@@ -24,11 +24,9 @@
24
24
  "days_shipped": 39,
25
25
  "invocations_30d": null
26
26
  },
27
- "schema_version": "1.0"
28
- }
29
- },
30
- "session-start-briefing": {
31
- "maturity": {
27
+ "schema_version": "2.0"
28
+ },
29
+ "session-start-briefing": {
32
30
  "band": "Experimental",
33
31
  "computed_at": "2026-05-18T01:29:14Z",
34
32
  "evidence": {
@@ -37,18 +35,11 @@
37
35
  "days_shipped": 39,
38
36
  "invocations_30d": null
39
37
  },
40
- "schema_version": "1.0"
38
+ "schema_version": "2.0"
41
39
  }
42
- }
43
- },
44
- "maturity": {
45
- "band": "Experimental",
46
- "schema_version": "1.0"
47
- },
48
- "name": "wr-retrospective",
49
- "skills": {
50
- "analyze-context": {
51
- "maturity": {
40
+ },
41
+ "skills": {
42
+ "analyze-context": {
52
43
  "band": "Experimental",
53
44
  "computed_at": "2026-05-18T01:29:14Z",
54
45
  "evidence": {
@@ -57,11 +48,9 @@
57
48
  "days_shipped": 39,
58
49
  "invocations_30d": 0
59
50
  },
60
- "schema_version": "1.0"
61
- }
62
- },
63
- "run-retro": {
64
- "maturity": {
51
+ "schema_version": "2.0"
52
+ },
53
+ "run-retro": {
65
54
  "band": "Alpha",
66
55
  "computed_at": "2026-05-18T01:29:14Z",
67
56
  "evidence": {
@@ -70,9 +59,10 @@
70
59
  "days_shipped": 39,
71
60
  "invocations_30d": 261
72
61
  },
73
- "schema_version": "1.0"
62
+ "schema_version": "2.0"
74
63
  }
75
64
  }
76
65
  },
77
- "version": "0.20.1"
66
+ "name": "wr-retrospective",
67
+ "version": "0.20.2"
78
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/retrospective",
3
- "version": "0.20.1",
3
+ "version": "0.20.2-preview.349",
4
4
  "description": "Session retrospectives that update briefings and create problem tickets",
5
5
  "bin": {
6
6
  "windyroad-retrospective": "./bin/install.mjs"