@windyroad/architect 0.7.1 → 0.7.2

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,145 @@
1
1
  {
2
+ "agents": {
3
+ "agent": {
4
+ "maturity": {
5
+ "band": "Alpha",
6
+ "computed_at": "2026-05-18T01:29:14Z",
7
+ "evidence": {
8
+ "breaking_change_age_days": null,
9
+ "closed_tickets_window": 27,
10
+ "days_shipped": 39,
11
+ "invocations_30d": 778
12
+ },
13
+ "schema_version": "1.0"
14
+ }
15
+ }
16
+ },
17
+ "description": "Architecture decision enforcement for Claude Code",
18
+ "hooks": {
19
+ "architect-detect": {
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": 27,
26
+ "days_shipped": 39,
27
+ "invocations_30d": null
28
+ },
29
+ "schema_version": "1.0"
30
+ }
31
+ },
32
+ "architect-enforce-edit": {
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": 27,
39
+ "days_shipped": 39,
40
+ "invocations_30d": null
41
+ },
42
+ "schema_version": "1.0"
43
+ }
44
+ },
45
+ "architect-mark-reviewed": {
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": 27,
52
+ "days_shipped": 39,
53
+ "invocations_30d": null
54
+ },
55
+ "schema_version": "1.0"
56
+ }
57
+ },
58
+ "architect-plan-enforce": {
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": 27,
65
+ "days_shipped": 39,
66
+ "invocations_30d": null
67
+ },
68
+ "schema_version": "1.0"
69
+ }
70
+ },
71
+ "architect-refresh-hash": {
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": 27,
78
+ "days_shipped": 39,
79
+ "invocations_30d": null
80
+ },
81
+ "schema_version": "1.0"
82
+ }
83
+ },
84
+ "architect-slide-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": 27,
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-architect",
3
- "version": "0.7.1",
4
- "description": "Architecture decision enforcement for Claude Code"
103
+ "skills": {
104
+ "capture-adr": {
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": 27,
111
+ "days_shipped": 39,
112
+ "invocations_30d": 4
113
+ },
114
+ "schema_version": "1.0"
115
+ }
116
+ },
117
+ "create-adr": {
118
+ "maturity": {
119
+ "band": "Experimental",
120
+ "computed_at": "2026-05-18T01:29:14Z",
121
+ "evidence": {
122
+ "breaking_change_age_days": null,
123
+ "closed_tickets_window": 27,
124
+ "days_shipped": 39,
125
+ "invocations_30d": 5
126
+ },
127
+ "schema_version": "1.0"
128
+ }
129
+ },
130
+ "review-design": {
131
+ "maturity": {
132
+ "band": "Experimental",
133
+ "computed_at": "2026-05-18T01:29:14Z",
134
+ "evidence": {
135
+ "breaking_change_age_days": null,
136
+ "closed_tickets_window": 27,
137
+ "days_shipped": 39,
138
+ "invocations_30d": 1
139
+ },
140
+ "schema_version": "1.0"
141
+ }
142
+ }
143
+ },
144
+ "version": "0.7.2"
5
145
  }
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @windyroad/architect
2
2
 
3
- **Architecture decision enforcement for Claude Code.** Ensures every code change is reviewed against your project's architecture decisions before it lands.
3
+ **Architecture decision enforcement for Claude Code.** Ensures every code change is reviewed against your project's architecture decisions before it lands. *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/architect",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Architecture decision enforcement for AI coding agents",
5
5
  "bin": {
6
6
  "windyroad-architect": "./bin/install.mjs"