@windyroad/tdd 0.4.0-preview.344 → 0.4.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,119 @@
1
1
  {
2
+ "agents": {
3
+ "review-test": {
4
+ "maturity": {
5
+ "band": "Experimental",
6
+ "computed_at": "2026-05-18T01:29:14Z",
7
+ "evidence": {
8
+ "breaking_change_age_days": null,
9
+ "closed_tickets_window": 6,
10
+ "days_shipped": 39,
11
+ "invocations_30d": 0
12
+ },
13
+ "schema_version": "1.0"
14
+ }
15
+ }
16
+ },
17
+ "description": "TDD state machine enforcement (IDLE/RED/GREEN/BLOCKED) for Claude Code",
18
+ "hooks": {
19
+ "tdd-enforce-edit": {
20
+ "maturity": {
21
+ "band": "Experimental",
22
+ "computed_at": "2026-05-18T01:29:14Z",
23
+ "evidence": {
24
+ "breaking_change_age_days": null,
25
+ "closed_tickets_window": 6,
26
+ "days_shipped": 39,
27
+ "invocations_30d": null
28
+ },
29
+ "schema_version": "1.0"
30
+ }
31
+ },
32
+ "tdd-inject": {
33
+ "maturity": {
34
+ "band": "Experimental",
35
+ "computed_at": "2026-05-18T01:29:14Z",
36
+ "evidence": {
37
+ "breaking_change_age_days": null,
38
+ "closed_tickets_window": 6,
39
+ "days_shipped": 39,
40
+ "invocations_30d": null
41
+ },
42
+ "schema_version": "1.0"
43
+ }
44
+ },
45
+ "tdd-post-write": {
46
+ "maturity": {
47
+ "band": "Experimental",
48
+ "computed_at": "2026-05-18T01:29:14Z",
49
+ "evidence": {
50
+ "breaking_change_age_days": null,
51
+ "closed_tickets_window": 6,
52
+ "days_shipped": 39,
53
+ "invocations_30d": null
54
+ },
55
+ "schema_version": "1.0"
56
+ }
57
+ },
58
+ "tdd-reset": {
59
+ "maturity": {
60
+ "band": "Experimental",
61
+ "computed_at": "2026-05-18T01:29:14Z",
62
+ "evidence": {
63
+ "breaking_change_age_days": null,
64
+ "closed_tickets_window": 6,
65
+ "days_shipped": 39,
66
+ "invocations_30d": null
67
+ },
68
+ "schema_version": "1.0"
69
+ }
70
+ },
71
+ "tdd-review-test": {
72
+ "maturity": {
73
+ "band": "Experimental",
74
+ "computed_at": "2026-05-18T01:29:14Z",
75
+ "evidence": {
76
+ "breaking_change_age_days": null,
77
+ "closed_tickets_window": 6,
78
+ "days_shipped": 39,
79
+ "invocations_30d": null
80
+ },
81
+ "schema_version": "1.0"
82
+ }
83
+ },
84
+ "tdd-setup-marker": {
85
+ "maturity": {
86
+ "band": "Experimental",
87
+ "computed_at": "2026-05-18T01:29:14Z",
88
+ "evidence": {
89
+ "breaking_change_age_days": null,
90
+ "closed_tickets_window": 6,
91
+ "days_shipped": 39,
92
+ "invocations_30d": null
93
+ },
94
+ "schema_version": "1.0"
95
+ }
96
+ }
97
+ },
98
+ "maturity": {
99
+ "band": "Experimental",
100
+ "schema_version": "1.0"
101
+ },
2
102
  "name": "wr-tdd",
3
- "version": "0.4.0",
4
- "description": "TDD state machine enforcement (IDLE/RED/GREEN/BLOCKED) for Claude Code"
103
+ "skills": {
104
+ "setup-tests": {
105
+ "maturity": {
106
+ "band": "Experimental",
107
+ "computed_at": "2026-05-18T01:29:14Z",
108
+ "evidence": {
109
+ "breaking_change_age_days": null,
110
+ "closed_tickets_window": 6,
111
+ "days_shipped": 39,
112
+ "invocations_30d": 0
113
+ },
114
+ "schema_version": "1.0"
115
+ }
116
+ }
117
+ },
118
+ "version": "0.4.1"
5
119
  }
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @windyroad/tdd
2
2
 
3
- **TDD state machine enforcement for Claude Code.** Forces the Red-Green-Refactor cycle so your AI agent writes tests before implementation -- every time.
3
+ **TDD state machine enforcement for Claude Code.** Forces the Red-Green-Refactor cycle so your AI agent writes tests before implementation -- every time. *Maturity: Experimental.*
4
4
 
5
5
  Part of [Windy Road Agent Plugins](../../README.md).
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/tdd",
3
- "version": "0.4.0-preview.344",
3
+ "version": "0.4.1-preview.347",
4
4
  "description": "TDD state machine enforcement (Red-Green-Refactor cycle)",
5
5
  "bin": {
6
6
  "windyroad-tdd": "./bin/install.mjs"