@wrongstack/plugins 0.293.0 → 0.295.0

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.
Files changed (189) hide show
  1. package/README.md +7 -71
  2. package/dist/accessibility-auditor/index.d.ts +1 -1
  3. package/dist/accessibility-auditor/index.d.ts.map +1 -1
  4. package/dist/accessibility-auditor.js +31 -31
  5. package/dist/agent-handoff/index.d.ts +1 -1
  6. package/dist/agent-handoff/index.d.ts.map +1 -1
  7. package/dist/api-compatibility-gate/index.d.ts +1 -1
  8. package/dist/api-compatibility-gate/index.d.ts.map +1 -1
  9. package/dist/api-compatibility-gate.js +21 -16
  10. package/dist/audit/index.d.ts +386 -0
  11. package/dist/audit/index.d.ts.map +1 -0
  12. package/dist/audit.d.ts +1 -0
  13. package/dist/audit.js +454 -0
  14. package/dist/auto-doc/index.d.ts +1 -1
  15. package/dist/auto-doc/index.d.ts.map +1 -1
  16. package/dist/auto-escalate/index.d.ts +1 -1
  17. package/dist/auto-escalate/index.d.ts.map +1 -1
  18. package/dist/auto-i18n-extractor/index.d.ts +1 -1
  19. package/dist/auto-i18n-extractor/index.d.ts.map +1 -1
  20. package/dist/auto-i18n-extractor.js +2 -1
  21. package/dist/branch-guard/index.d.ts +1 -1
  22. package/dist/branch-guard/index.d.ts.map +1 -1
  23. package/dist/branch-guard.js +9 -1
  24. package/dist/catalog.d.ts +5 -30
  25. package/dist/catalog.d.ts.map +1 -1
  26. package/dist/changelog-writer/index.d.ts +1 -1
  27. package/dist/changelog-writer/index.d.ts.map +1 -1
  28. package/dist/checkpoint/index.d.ts +1 -1
  29. package/dist/checkpoint/index.d.ts.map +1 -1
  30. package/dist/checkpoint.js +7 -8
  31. package/dist/code-metrics/index.d.ts +1 -1
  32. package/dist/code-metrics/index.d.ts.map +1 -1
  33. package/dist/code-metrics.js +29 -29
  34. package/dist/commit-validator/index.d.ts +1 -1
  35. package/dist/commit-validator/index.d.ts.map +1 -1
  36. package/dist/config-validator/index.d.ts +1 -1
  37. package/dist/config-validator/index.d.ts.map +1 -1
  38. package/dist/context-pins/index.d.ts +1 -1
  39. package/dist/context-pins/index.d.ts.map +1 -1
  40. package/dist/cost-tracker/index.d.ts +1 -1
  41. package/dist/cost-tracker/index.d.ts.map +1 -1
  42. package/dist/cost-tracker.js +9 -2
  43. package/dist/cron/index.d.ts +1 -1
  44. package/dist/cron/index.d.ts.map +1 -1
  45. package/dist/dead-code-detector/index.d.ts +1 -1
  46. package/dist/dead-code-detector/index.d.ts.map +1 -1
  47. package/dist/dead-code-detector.js +26 -18
  48. package/dist/dep-guard/index.d.ts +1 -1
  49. package/dist/dep-guard/index.d.ts.map +1 -1
  50. package/dist/dependency-vulnerability-gate/index.d.ts +1 -1
  51. package/dist/dependency-vulnerability-gate/index.d.ts.map +1 -1
  52. package/dist/dependency-vulnerability-gate.js +34 -22
  53. package/dist/diff-summary/index.d.ts +1 -1
  54. package/dist/diff-summary/index.d.ts.map +1 -1
  55. package/dist/diff-summary.js +28 -29
  56. package/dist/doc-sync-guard/index.d.ts +1 -1
  57. package/dist/doc-sync-guard/index.d.ts.map +1 -1
  58. package/dist/doc-sync-guard.js +2 -1
  59. package/dist/duplicate-code-detector/index.d.ts +26 -1
  60. package/dist/duplicate-code-detector/index.d.ts.map +1 -1
  61. package/dist/duplicate-code-detector.js +178 -67
  62. package/dist/error-lens/index.d.ts +1 -1
  63. package/dist/error-lens/index.d.ts.map +1 -1
  64. package/dist/factories/index.d.ts +4 -0
  65. package/dist/factories/index.d.ts.map +1 -0
  66. package/dist/factories.d.ts +1 -0
  67. package/dist/factories.js +74 -0
  68. package/dist/feature-flag-tracker/index.d.ts +1 -1
  69. package/dist/feature-flag-tracker/index.d.ts.map +1 -1
  70. package/dist/feature-flag-tracker.js +29 -29
  71. package/dist/file-watcher/index.d.ts +1 -1
  72. package/dist/file-watcher/index.d.ts.map +1 -1
  73. package/dist/format-on-save/index.d.ts +1 -1
  74. package/dist/format-on-save/index.d.ts.map +1 -1
  75. package/dist/format-on-save.js +2 -1
  76. package/dist/generated-plugin-exports.d.ts +65 -0
  77. package/dist/generated-plugin-exports.d.ts.map +1 -0
  78. package/dist/git-autocommit/index.d.ts +1 -1
  79. package/dist/git-autocommit/index.d.ts.map +1 -1
  80. package/dist/import-organizer/index.d.ts +1 -1
  81. package/dist/import-organizer/index.d.ts.map +1 -1
  82. package/dist/import-organizer.js +2 -1
  83. package/dist/index.d.ts +4 -183
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +17675 -17377
  86. package/dist/injection-shield/index.d.ts +1 -1
  87. package/dist/injection-shield/index.d.ts.map +1 -1
  88. package/dist/interface-contract-guard/index.d.ts +1 -1
  89. package/dist/interface-contract-guard/index.d.ts.map +1 -1
  90. package/dist/interface-contract-guard.js +29 -29
  91. package/dist/knowledge-graph/index.d.ts +1 -1
  92. package/dist/knowledge-graph/index.d.ts.map +1 -1
  93. package/dist/license-audit-gate/index.d.ts +1 -1
  94. package/dist/license-audit-gate/index.d.ts.map +1 -1
  95. package/dist/lint-gate/index.d.ts +1 -1
  96. package/dist/lint-gate/index.d.ts.map +1 -1
  97. package/dist/lint-gate.js +10 -1
  98. package/dist/llm-cache/index.d.ts +5 -1
  99. package/dist/llm-cache/index.d.ts.map +1 -1
  100. package/dist/llm-cache.js +16 -8
  101. package/dist/loop-breaker/index.d.ts +1 -1
  102. package/dist/loop-breaker/index.d.ts.map +1 -1
  103. package/dist/loop-breaker.js +10 -4
  104. package/dist/manifest/index.d.ts +16 -0
  105. package/dist/manifest/index.d.ts.map +1 -0
  106. package/dist/manifest.d.ts +1 -0
  107. package/dist/manifest.js +152 -0
  108. package/dist/migration-planner/index.d.ts +1 -1
  109. package/dist/migration-planner/index.d.ts.map +1 -1
  110. package/dist/migration-planner.js +2 -1
  111. package/dist/model-router/index.d.ts +1 -1
  112. package/dist/model-router/index.d.ts.map +1 -1
  113. package/dist/notify-hub/index.d.ts +1 -1
  114. package/dist/notify-hub/index.d.ts.map +1 -1
  115. package/dist/notify-hub/webhook-channel.d.ts +1 -1
  116. package/dist/notify-hub/webhook-channel.d.ts.map +1 -1
  117. package/dist/path-guard/index.d.ts +1 -1
  118. package/dist/path-guard/index.d.ts.map +1 -1
  119. package/dist/performance-regression-gate/index.d.ts +1 -1
  120. package/dist/performance-regression-gate/index.d.ts.map +1 -1
  121. package/dist/plugin-stack-observer/index.d.ts +1 -1
  122. package/dist/plugin-stack-observer/index.d.ts.map +1 -1
  123. package/dist/pr-drafter/index.d.ts +1 -1
  124. package/dist/pr-drafter/index.d.ts.map +1 -1
  125. package/dist/pr-drafter.js +28 -29
  126. package/dist/process-guard/index.d.ts +1 -1
  127. package/dist/process-guard/index.d.ts.map +1 -1
  128. package/dist/prompt-firewall/index.d.ts +1 -1
  129. package/dist/prompt-firewall/index.d.ts.map +1 -1
  130. package/dist/refactor-suggester/index.d.ts +1 -1
  131. package/dist/refactor-suggester/index.d.ts.map +1 -1
  132. package/dist/refactor-suggester.js +29 -29
  133. package/dist/release-notes-generator/index.d.ts +1 -1
  134. package/dist/release-notes-generator/index.d.ts.map +1 -1
  135. package/dist/release-notes-generator.js +29 -22
  136. package/dist/runtime/index.d.ts +15 -0
  137. package/dist/runtime/index.d.ts.map +1 -1
  138. package/dist/runtime/llm.d.ts +1 -1
  139. package/dist/runtime/llm.d.ts.map +1 -1
  140. package/dist/runtime.js +43 -2
  141. package/dist/schema-evolution-guard/index.d.ts +1 -1
  142. package/dist/schema-evolution-guard/index.d.ts.map +1 -1
  143. package/dist/schema-evolution-guard.js +2 -1
  144. package/dist/secret-scanner/index.d.ts +1 -1
  145. package/dist/secret-scanner/index.d.ts.map +1 -1
  146. package/dist/secret-scanner.js +7 -1
  147. package/dist/security-hotspot-scanner/index.d.ts +1 -1
  148. package/dist/security-hotspot-scanner/index.d.ts.map +1 -1
  149. package/dist/security-hotspot-scanner.js +26 -19
  150. package/dist/semantic-search-indexer/index.d.ts +1 -1
  151. package/dist/semantic-search-indexer/index.d.ts.map +1 -1
  152. package/dist/semver-bump/index.d.ts +1 -1
  153. package/dist/semver-bump/index.d.ts.map +1 -1
  154. package/dist/semver-bump.js +78 -43
  155. package/dist/session-recap/index.d.ts +1 -1
  156. package/dist/session-recap/index.d.ts.map +1 -1
  157. package/dist/shell-check/index.d.ts +1 -1
  158. package/dist/shell-check/index.d.ts.map +1 -1
  159. package/dist/smart-rename/index.d.ts +1 -1
  160. package/dist/smart-rename/index.d.ts.map +1 -1
  161. package/dist/spec-linker/index.d.ts +1 -1
  162. package/dist/spec-linker/index.d.ts.map +1 -1
  163. package/dist/spec-linker.js +222 -20772
  164. package/dist/template-engine/index.d.ts +1 -1
  165. package/dist/template-engine/index.d.ts.map +1 -1
  166. package/dist/template-engine.js +4 -6
  167. package/dist/test-coverage-gate/index.d.ts +1 -1
  168. package/dist/test-coverage-gate/index.d.ts.map +1 -1
  169. package/dist/test-coverage-gate.js +29 -14
  170. package/dist/test-flake-detector/index.d.ts +1 -1
  171. package/dist/test-flake-detector/index.d.ts.map +1 -1
  172. package/dist/test-flake-detector.js +31 -20
  173. package/dist/test-generator/index.d.ts +1 -1
  174. package/dist/test-generator/index.d.ts.map +1 -1
  175. package/dist/test-runner-gate/index.d.ts +1 -1
  176. package/dist/test-runner-gate/index.d.ts.map +1 -1
  177. package/dist/test-runner-gate.js +2 -1
  178. package/dist/todo-listener/index.d.ts +1 -32
  179. package/dist/todo-listener/index.d.ts.map +1 -1
  180. package/dist/todo-tracker/index.d.ts +1 -1
  181. package/dist/todo-tracker/index.d.ts.map +1 -1
  182. package/dist/token-budget/index.d.ts +1 -1
  183. package/dist/token-budget/index.d.ts.map +1 -1
  184. package/dist/token-throttle/index.d.ts +1 -1
  185. package/dist/token-throttle/index.d.ts.map +1 -1
  186. package/dist/type-gate/index.d.ts +1 -1
  187. package/dist/type-gate/index.d.ts.map +1 -1
  188. package/dist/type-gate.js +11 -4
  189. package/package.json +80 -68
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wrongstack/plugins",
3
- "version": "0.293.0",
4
- "description": "Official WrongStack plugin collection 64 focused, single-purpose plugins for code quality, security, observability, planning, and agent coordination",
3
+ "version": "0.295.0",
4
+ "description": "Official WrongStack collection of focused plugins for code quality, security, observability, planning, and agent coordination",
5
5
  "license": "MIT",
6
6
  "author": "ECOSTACK TECHNOLOGY OÜ",
7
7
  "type": "module",
@@ -12,30 +12,42 @@
12
12
  "types": "./dist/index.d.ts",
13
13
  "import": "./dist/index.js"
14
14
  },
15
+ "./manifest": {
16
+ "types": "./dist/manifest.d.ts",
17
+ "import": "./dist/manifest.js"
18
+ },
19
+ "./factories": {
20
+ "types": "./dist/factories.d.ts",
21
+ "import": "./dist/factories.js"
22
+ },
23
+ "./audit": {
24
+ "types": "./dist/audit.d.ts",
25
+ "import": "./dist/audit.js"
26
+ },
15
27
  "./agent-handoff": {
16
28
  "types": "./dist/agent-handoff.d.ts",
17
29
  "import": "./dist/agent-handoff.js"
18
30
  },
19
- "./auto-doc": {
20
- "types": "./dist/auto-doc.d.ts",
21
- "import": "./dist/auto-doc.js"
31
+ "./cost-tracker": {
32
+ "types": "./dist/cost-tracker.d.ts",
33
+ "import": "./dist/cost-tracker.js"
34
+ },
35
+ "./file-watcher": {
36
+ "types": "./dist/file-watcher.d.ts",
37
+ "import": "./dist/file-watcher.js"
22
38
  },
23
39
  "./git-autocommit": {
24
40
  "types": "./dist/git-autocommit.d.ts",
25
41
  "import": "./dist/git-autocommit.js"
26
42
  },
43
+ "./auto-doc": {
44
+ "types": "./dist/auto-doc.d.ts",
45
+ "import": "./dist/auto-doc.js"
46
+ },
27
47
  "./shell-check": {
28
48
  "types": "./dist/shell-check.d.ts",
29
49
  "import": "./dist/shell-check.js"
30
50
  },
31
- "./cost-tracker": {
32
- "types": "./dist/cost-tracker.d.ts",
33
- "import": "./dist/cost-tracker.js"
34
- },
35
- "./file-watcher": {
36
- "types": "./dist/file-watcher.d.ts",
37
- "import": "./dist/file-watcher.js"
38
- },
39
51
  "./cron": {
40
52
  "types": "./dist/cron.d.ts",
41
53
  "import": "./dist/cron.js"
@@ -88,6 +100,10 @@
88
100
  "types": "./dist/import-organizer.d.ts",
89
101
  "import": "./dist/import-organizer.js"
90
102
  },
103
+ "./knowledge-graph": {
104
+ "types": "./dist/knowledge-graph.d.ts",
105
+ "import": "./dist/knowledge-graph.js"
106
+ },
91
107
  "./todo-listener": {
92
108
  "types": "./dist/todo-listener.d.ts",
93
109
  "import": "./dist/todo-listener.js"
@@ -144,10 +160,6 @@
144
160
  "types": "./dist/injection-shield.d.ts",
145
161
  "import": "./dist/injection-shield.js"
146
162
  },
147
- "./knowledge-graph": {
148
- "types": "./dist/knowledge-graph.d.ts",
149
- "import": "./dist/knowledge-graph.js"
150
- },
151
163
  "./llm-cache": {
152
164
  "types": "./dist/llm-cache.d.ts",
153
165
  "import": "./dist/llm-cache.js"
@@ -156,22 +168,18 @@
156
168
  "types": "./dist/model-router.d.ts",
157
169
  "import": "./dist/model-router.js"
158
170
  },
159
- "./prompt-firewall": {
160
- "types": "./dist/prompt-firewall.d.ts",
161
- "import": "./dist/prompt-firewall.js"
162
- },
163
171
  "./pr-drafter": {
164
172
  "types": "./dist/pr-drafter.d.ts",
165
173
  "import": "./dist/pr-drafter.js"
166
174
  },
175
+ "./prompt-firewall": {
176
+ "types": "./dist/prompt-firewall.d.ts",
177
+ "import": "./dist/prompt-firewall.js"
178
+ },
167
179
  "./auto-escalate": {
168
180
  "types": "./dist/auto-escalate.d.ts",
169
181
  "import": "./dist/auto-escalate.js"
170
182
  },
171
- "./token-throttle": {
172
- "types": "./dist/token-throttle.d.ts",
173
- "import": "./dist/token-throttle.js"
174
- },
175
183
  "./test-coverage-gate": {
176
184
  "types": "./dist/test-coverage-gate.d.ts",
177
185
  "import": "./dist/test-coverage-gate.js"
@@ -180,22 +188,14 @@
180
188
  "types": "./dist/type-gate.d.ts",
181
189
  "import": "./dist/type-gate.js"
182
190
  },
191
+ "./token-throttle": {
192
+ "types": "./dist/token-throttle.d.ts",
193
+ "import": "./dist/token-throttle.js"
194
+ },
183
195
  "./plugin-stack-observer": {
184
196
  "types": "./dist/plugin-stack-observer.d.ts",
185
197
  "import": "./dist/plugin-stack-observer.js"
186
198
  },
187
- "./accessibility-auditor": {
188
- "types": "./dist/accessibility-auditor.d.ts",
189
- "import": "./dist/accessibility-auditor.js"
190
- },
191
- "./api-compatibility-gate": {
192
- "types": "./dist/api-compatibility-gate.d.ts",
193
- "import": "./dist/api-compatibility-gate.js"
194
- },
195
- "./auto-i18n-extractor": {
196
- "types": "./dist/auto-i18n-extractor.d.ts",
197
- "import": "./dist/auto-i18n-extractor.js"
198
- },
199
199
  "./dead-code-detector": {
200
200
  "types": "./dist/dead-code-detector.d.ts",
201
201
  "import": "./dist/dead-code-detector.js"
@@ -204,58 +204,66 @@
204
204
  "types": "./dist/dependency-vulnerability-gate.d.ts",
205
205
  "import": "./dist/dependency-vulnerability-gate.js"
206
206
  },
207
+ "./migration-planner": {
208
+ "types": "./dist/migration-planner.d.ts",
209
+ "import": "./dist/migration-planner.js"
210
+ },
211
+ "./semantic-search-indexer": {
212
+ "types": "./dist/semantic-search-indexer.d.ts",
213
+ "import": "./dist/semantic-search-indexer.js"
214
+ },
215
+ "./auto-i18n-extractor": {
216
+ "types": "./dist/auto-i18n-extractor.d.ts",
217
+ "import": "./dist/auto-i18n-extractor.js"
218
+ },
207
219
  "./doc-sync-guard": {
208
220
  "types": "./dist/doc-sync-guard.d.ts",
209
221
  "import": "./dist/doc-sync-guard.js"
210
222
  },
211
- "./license-audit-gate": {
212
- "types": "./dist/license-audit-gate.d.ts",
213
- "import": "./dist/license-audit-gate.js"
214
- },
215
- "./migration-planner": {
216
- "types": "./dist/migration-planner.d.ts",
217
- "import": "./dist/migration-planner.js"
223
+ "./api-compatibility-gate": {
224
+ "types": "./dist/api-compatibility-gate.d.ts",
225
+ "import": "./dist/api-compatibility-gate.js"
218
226
  },
219
227
  "./performance-regression-gate": {
220
228
  "types": "./dist/performance-regression-gate.d.ts",
221
229
  "import": "./dist/performance-regression-gate.js"
222
230
  },
231
+ "./test-flake-detector": {
232
+ "types": "./dist/test-flake-detector.d.ts",
233
+ "import": "./dist/test-flake-detector.js"
234
+ },
223
235
  "./schema-evolution-guard": {
224
236
  "types": "./dist/schema-evolution-guard.d.ts",
225
237
  "import": "./dist/schema-evolution-guard.js"
226
238
  },
239
+ "./license-audit-gate": {
240
+ "types": "./dist/license-audit-gate.d.ts",
241
+ "import": "./dist/license-audit-gate.js"
242
+ },
243
+ "./accessibility-auditor": {
244
+ "types": "./dist/accessibility-auditor.d.ts",
245
+ "import": "./dist/accessibility-auditor.js"
246
+ },
227
247
  "./security-hotspot-scanner": {
228
248
  "types": "./dist/security-hotspot-scanner.d.ts",
229
249
  "import": "./dist/security-hotspot-scanner.js"
230
250
  },
231
- "./semantic-search-indexer": {
232
- "types": "./dist/semantic-search-indexer.d.ts",
233
- "import": "./dist/semantic-search-indexer.js"
234
- },
235
- "./test-flake-detector": {
236
- "types": "./dist/test-flake-detector.d.ts",
237
- "import": "./dist/test-flake-detector.js"
238
- },
239
- "./code-metrics": {
240
- "types": "./dist/code-metrics.d.ts",
241
- "import": "./dist/code-metrics.js"
242
- },
243
251
  "./duplicate-code-detector": {
244
252
  "types": "./dist/duplicate-code-detector.d.ts",
245
253
  "import": "./dist/duplicate-code-detector.js"
246
254
  },
247
- "./feature-flag-tracker": {
248
- "types": "./dist/feature-flag-tracker.d.ts",
249
- "import": "./dist/feature-flag-tracker.js"
250
- },
251
- "./interface-contract-guard": {
252
- "types": "./dist/interface-contract-guard.d.ts",
253
- "import": "./dist/interface-contract-guard.js"
255
+ "./code-metrics": {
256
+ "types": "./dist/code-metrics.d.ts",
257
+ "import": "./dist/code-metrics.js"
254
258
  },
255
259
  "./refactor-suggester": {
256
260
  "types": "./dist/refactor-suggester.d.ts",
257
261
  "import": "./dist/refactor-suggester.js"
258
262
  },
263
+ "./test-generator": {
264
+ "types": "./dist/test-generator.d.ts",
265
+ "import": "./dist/test-generator.js"
266
+ },
259
267
  "./release-notes-generator": {
260
268
  "types": "./dist/release-notes-generator.d.ts",
261
269
  "import": "./dist/release-notes-generator.js"
@@ -264,9 +272,13 @@
264
272
  "types": "./dist/smart-rename.d.ts",
265
273
  "import": "./dist/smart-rename.js"
266
274
  },
267
- "./test-generator": {
268
- "types": "./dist/test-generator.d.ts",
269
- "import": "./dist/test-generator.js"
275
+ "./feature-flag-tracker": {
276
+ "types": "./dist/feature-flag-tracker.d.ts",
277
+ "import": "./dist/feature-flag-tracker.js"
278
+ },
279
+ "./interface-contract-guard": {
280
+ "types": "./dist/interface-contract-guard.d.ts",
281
+ "import": "./dist/interface-contract-guard.js"
270
282
  },
271
283
  "./runtime": {
272
284
  "types": "./dist/runtime.d.ts",
@@ -282,8 +294,8 @@
282
294
  "vitest": "^4.1.10"
283
295
  },
284
296
  "dependencies": {
285
- "@wrongstack/core": "0.293.0",
286
- "@wrongstack/tools": "0.293.0"
297
+ "@wrongstack/core": "0.295.0",
298
+ "@wrongstack/tools": "0.295.0"
287
299
  },
288
300
  "scripts": {
289
301
  "build": "node ../../scripts/build-package.mjs",