@kevinrabun/judges 3.111.0 → 3.113.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 (3261) hide show
  1. package/README.md +118 -4
  2. package/dist/api.d.ts +0 -2
  3. package/dist/api.js +0 -3
  4. package/dist/ast/cross-file-taint.d.ts +0 -1
  5. package/dist/ast/cross-file-taint.js +0 -1
  6. package/dist/ast/index.d.ts +0 -1
  7. package/dist/ast/index.js +0 -1
  8. package/dist/ast/structural-parser.d.ts +0 -1
  9. package/dist/ast/structural-parser.js +0 -1
  10. package/dist/ast/taint-tracker.d.ts +0 -1
  11. package/dist/ast/taint-tracker.js +0 -1
  12. package/dist/ast/tree-sitter-ast.d.ts +0 -1
  13. package/dist/ast/tree-sitter-ast.js +43 -2
  14. package/dist/ast/types.d.ts +0 -1
  15. package/dist/ast/types.js +0 -1
  16. package/dist/auto-tune.d.ts +0 -1
  17. package/dist/auto-tune.js +0 -1
  18. package/dist/cache.d.ts +0 -1
  19. package/dist/cache.js +0 -1
  20. package/dist/calibration.d.ts +0 -1
  21. package/dist/calibration.js +0 -1
  22. package/dist/commands/auto-detect.d.ts +0 -1
  23. package/dist/commands/auto-detect.js +0 -1
  24. package/dist/commands/benchmark-advanced.d.ts +0 -1
  25. package/dist/commands/benchmark-advanced.js +0 -1
  26. package/dist/commands/benchmark-ai-agents.d.ts +0 -1
  27. package/dist/commands/benchmark-ai-agents.js +0 -1
  28. package/dist/commands/benchmark-ai-output.d.ts +0 -1
  29. package/dist/commands/benchmark-ai-output.js +0 -1
  30. package/dist/commands/benchmark-compliance-ethics.d.ts +0 -1
  31. package/dist/commands/benchmark-compliance-ethics.js +0 -1
  32. package/dist/commands/benchmark-expanded-2.d.ts +0 -1
  33. package/dist/commands/benchmark-expanded-2.js +0 -1
  34. package/dist/commands/benchmark-expanded.d.ts +0 -1
  35. package/dist/commands/benchmark-expanded.js +0 -1
  36. package/dist/commands/benchmark-infrastructure.d.ts +0 -1
  37. package/dist/commands/benchmark-infrastructure.js +0 -1
  38. package/dist/commands/benchmark-languages.d.ts +0 -1
  39. package/dist/commands/benchmark-languages.js +0 -1
  40. package/dist/commands/benchmark-quality-ops.d.ts +0 -1
  41. package/dist/commands/benchmark-quality-ops.js +0 -1
  42. package/dist/commands/benchmark-security-deep.d.ts +0 -1
  43. package/dist/commands/benchmark-security-deep.js +0 -1
  44. package/dist/commands/benchmark.d.ts +0 -1
  45. package/dist/commands/benchmark.js +0 -1
  46. package/dist/commands/config-share.d.ts +0 -1
  47. package/dist/commands/config-share.js +0 -1
  48. package/dist/commands/coverage.d.ts +0 -1
  49. package/dist/commands/coverage.js +0 -1
  50. package/dist/commands/doctor.d.ts +0 -1
  51. package/dist/commands/doctor.js +2 -3
  52. package/dist/commands/feedback.d.ts +0 -1
  53. package/dist/commands/feedback.js +0 -1
  54. package/dist/commands/fix.d.ts +0 -1
  55. package/dist/commands/fix.js +0 -1
  56. package/dist/commands/language-packs.d.ts +0 -1
  57. package/dist/commands/language-packs.js +0 -1
  58. package/dist/commands/llm-benchmark.d.ts +0 -1
  59. package/dist/commands/llm-benchmark.js +0 -1
  60. package/dist/commands/review.d.ts +0 -1
  61. package/dist/commands/review.js +4 -17
  62. package/dist/commands/rule-metrics.d.ts +0 -1
  63. package/dist/commands/rule-metrics.js +0 -1
  64. package/dist/commands/rule.d.ts +0 -1
  65. package/dist/commands/rule.js +0 -1
  66. package/dist/commands/smart-output.d.ts +0 -1
  67. package/dist/commands/smart-output.js +0 -1
  68. package/dist/commands/snapshot.d.ts +0 -1
  69. package/dist/commands/snapshot.js +0 -1
  70. package/dist/comparison.d.ts +0 -1
  71. package/dist/comparison.js +0 -1
  72. package/dist/config.d.ts +11 -1
  73. package/dist/config.js +49 -30
  74. package/dist/data-adapter.d.ts +0 -1
  75. package/dist/data-adapter.js +0 -1
  76. package/dist/dedup.d.ts +0 -1
  77. package/dist/dedup.js +0 -1
  78. package/dist/disk-cache.d.ts +0 -1
  79. package/dist/disk-cache.js +0 -1
  80. package/dist/errors.d.ts +0 -1
  81. package/dist/errors.js +0 -1
  82. package/dist/evaluators/accessibility.d.ts +0 -1
  83. package/dist/evaluators/accessibility.js +0 -1
  84. package/dist/evaluators/agent-instructions.d.ts +0 -1
  85. package/dist/evaluators/agent-instructions.js +0 -1
  86. package/dist/evaluators/ai-code-safety.d.ts +0 -1
  87. package/dist/evaluators/ai-code-safety.js +0 -1
  88. package/dist/evaluators/api-contract.d.ts +0 -1
  89. package/dist/evaluators/api-contract.js +0 -1
  90. package/dist/evaluators/api-design.d.ts +0 -1
  91. package/dist/evaluators/api-design.js +0 -1
  92. package/dist/evaluators/app-builder.d.ts +0 -1
  93. package/dist/evaluators/app-builder.js +0 -1
  94. package/dist/evaluators/authentication.d.ts +0 -1
  95. package/dist/evaluators/authentication.js +0 -1
  96. package/dist/evaluators/backwards-compatibility.d.ts +0 -1
  97. package/dist/evaluators/backwards-compatibility.js +0 -1
  98. package/dist/evaluators/caching.d.ts +0 -1
  99. package/dist/evaluators/caching.js +0 -1
  100. package/dist/evaluators/ci-cd.d.ts +0 -1
  101. package/dist/evaluators/ci-cd.js +0 -1
  102. package/dist/evaluators/cloud-readiness.d.ts +0 -1
  103. package/dist/evaluators/cloud-readiness.js +0 -1
  104. package/dist/evaluators/code-structure.d.ts +0 -1
  105. package/dist/evaluators/code-structure.js +0 -1
  106. package/dist/evaluators/compliance.d.ts +0 -1
  107. package/dist/evaluators/compliance.js +0 -1
  108. package/dist/evaluators/concurrency.d.ts +0 -1
  109. package/dist/evaluators/concurrency.js +0 -1
  110. package/dist/evaluators/configuration-management.d.ts +0 -1
  111. package/dist/evaluators/configuration-management.js +0 -1
  112. package/dist/evaluators/cost-effectiveness.d.ts +0 -1
  113. package/dist/evaluators/cost-effectiveness.js +0 -1
  114. package/dist/evaluators/cybersecurity.d.ts +0 -1
  115. package/dist/evaluators/cybersecurity.js +0 -1
  116. package/dist/evaluators/data-security.d.ts +0 -1
  117. package/dist/evaluators/data-security.js +0 -1
  118. package/dist/evaluators/data-sovereignty.d.ts +0 -1
  119. package/dist/evaluators/data-sovereignty.js +0 -1
  120. package/dist/evaluators/database.d.ts +0 -1
  121. package/dist/evaluators/database.js +0 -1
  122. package/dist/evaluators/dependencies.d.ts +0 -1
  123. package/dist/evaluators/dependencies.js +0 -1
  124. package/dist/evaluators/dependency-health.d.ts +0 -1
  125. package/dist/evaluators/dependency-health.js +0 -1
  126. package/dist/evaluators/documentation.d.ts +0 -1
  127. package/dist/evaluators/documentation.js +0 -1
  128. package/dist/evaluators/error-handling.d.ts +0 -1
  129. package/dist/evaluators/error-handling.js +0 -1
  130. package/dist/evaluators/ethics-bias.d.ts +0 -1
  131. package/dist/evaluators/ethics-bias.js +0 -1
  132. package/dist/evaluators/false-positive-review.d.ts +0 -1
  133. package/dist/evaluators/false-positive-review.js +0 -1
  134. package/dist/evaluators/framework-rules.d.ts +0 -1
  135. package/dist/evaluators/framework-rules.js +0 -1
  136. package/dist/evaluators/framework-safety.d.ts +0 -1
  137. package/dist/evaluators/framework-safety.js +0 -1
  138. package/dist/evaluators/hallucination-detection.d.ts +0 -1
  139. package/dist/evaluators/hallucination-detection.js +0 -1
  140. package/dist/evaluators/iac-security.d.ts +0 -1
  141. package/dist/evaluators/iac-security.js +0 -1
  142. package/dist/evaluators/index.d.ts +0 -1
  143. package/dist/evaluators/index.js +0 -1
  144. package/dist/evaluators/intent-alignment.d.ts +0 -1
  145. package/dist/evaluators/intent-alignment.js +0 -1
  146. package/dist/evaluators/internationalization.d.ts +0 -1
  147. package/dist/evaluators/internationalization.js +0 -1
  148. package/dist/evaluators/logging-privacy.d.ts +0 -1
  149. package/dist/evaluators/logging-privacy.js +0 -1
  150. package/dist/evaluators/logic-review.d.ts +0 -1
  151. package/dist/evaluators/logic-review.js +0 -1
  152. package/dist/evaluators/maintainability.d.ts +0 -1
  153. package/dist/evaluators/maintainability.js +0 -1
  154. package/dist/evaluators/model-fingerprint.d.ts +0 -1
  155. package/dist/evaluators/model-fingerprint.js +0 -1
  156. package/dist/evaluators/multi-turn-coherence.d.ts +0 -1
  157. package/dist/evaluators/multi-turn-coherence.js +0 -1
  158. package/dist/evaluators/observability.d.ts +0 -1
  159. package/dist/evaluators/observability.js +0 -1
  160. package/dist/evaluators/over-engineering.d.ts +0 -1
  161. package/dist/evaluators/over-engineering.js +0 -1
  162. package/dist/evaluators/performance.d.ts +0 -1
  163. package/dist/evaluators/performance.js +0 -1
  164. package/dist/evaluators/portability.d.ts +0 -1
  165. package/dist/evaluators/portability.js +0 -1
  166. package/dist/evaluators/project.d.ts +0 -1
  167. package/dist/evaluators/project.js +0 -1
  168. package/dist/evaluators/rate-limiting.d.ts +0 -1
  169. package/dist/evaluators/rate-limiting.js +0 -1
  170. package/dist/evaluators/reliability.d.ts +0 -1
  171. package/dist/evaluators/reliability.js +0 -1
  172. package/dist/evaluators/scalability.d.ts +0 -1
  173. package/dist/evaluators/scalability.js +0 -1
  174. package/dist/evaluators/security.d.ts +0 -1
  175. package/dist/evaluators/security.js +0 -1
  176. package/dist/evaluators/shared.d.ts +0 -1
  177. package/dist/evaluators/shared.js +0 -1
  178. package/dist/evaluators/software-practices.d.ts +0 -1
  179. package/dist/evaluators/software-practices.js +0 -1
  180. package/dist/evaluators/testing.d.ts +0 -1
  181. package/dist/evaluators/testing.js +0 -1
  182. package/dist/evaluators/ux.d.ts +0 -1
  183. package/dist/evaluators/ux.js +0 -1
  184. package/dist/evaluators/v2.d.ts +0 -1
  185. package/dist/evaluators/v2.js +0 -1
  186. package/dist/finding-lifecycle.d.ts +0 -1
  187. package/dist/finding-lifecycle.js +0 -1
  188. package/dist/fingerprint.d.ts +0 -1
  189. package/dist/fingerprint.js +0 -1
  190. package/dist/fix-history.d.ts +0 -1
  191. package/dist/fix-history.js +0 -1
  192. package/dist/formatters/badge.d.ts +0 -1
  193. package/dist/formatters/badge.js +0 -1
  194. package/dist/formatters/codeclimate.d.ts +0 -1
  195. package/dist/formatters/codeclimate.js +0 -1
  196. package/dist/formatters/csv.d.ts +0 -1
  197. package/dist/formatters/csv.js +0 -1
  198. package/dist/formatters/diagnostics.d.ts +0 -1
  199. package/dist/formatters/diagnostics.js +0 -1
  200. package/dist/formatters/github-actions.d.ts +0 -1
  201. package/dist/formatters/github-actions.js +0 -1
  202. package/dist/formatters/html.d.ts +0 -1
  203. package/dist/formatters/html.js +0 -1
  204. package/dist/formatters/junit.d.ts +0 -1
  205. package/dist/formatters/junit.js +0 -1
  206. package/dist/formatters/pdf.d.ts +0 -1
  207. package/dist/formatters/pdf.js +0 -1
  208. package/dist/formatters/sarif.d.ts +0 -1
  209. package/dist/formatters/sarif.js +0 -1
  210. package/dist/github-app.d.ts +9 -1
  211. package/dist/github-app.js +6 -5
  212. package/dist/index.d.ts +1 -17
  213. package/dist/index.js +32 -104
  214. package/dist/judge-registry.d.ts +0 -1
  215. package/dist/judge-registry.js +0 -1
  216. package/dist/judges/accessibility.d.ts +0 -1
  217. package/dist/judges/accessibility.js +0 -1
  218. package/dist/judges/agent-instructions.d.ts +0 -1
  219. package/dist/judges/agent-instructions.js +0 -1
  220. package/dist/judges/ai-code-safety.d.ts +0 -1
  221. package/dist/judges/ai-code-safety.js +0 -1
  222. package/dist/judges/api-contract.d.ts +0 -1
  223. package/dist/judges/api-contract.js +0 -1
  224. package/dist/judges/api-design.d.ts +0 -1
  225. package/dist/judges/api-design.js +0 -1
  226. package/dist/judges/authentication.d.ts +0 -1
  227. package/dist/judges/authentication.js +0 -1
  228. package/dist/judges/backwards-compatibility.d.ts +0 -1
  229. package/dist/judges/backwards-compatibility.js +0 -1
  230. package/dist/judges/caching.d.ts +0 -1
  231. package/dist/judges/caching.js +0 -1
  232. package/dist/judges/ci-cd.d.ts +0 -1
  233. package/dist/judges/ci-cd.js +0 -1
  234. package/dist/judges/cloud-readiness.d.ts +0 -1
  235. package/dist/judges/cloud-readiness.js +0 -1
  236. package/dist/judges/code-structure.d.ts +0 -1
  237. package/dist/judges/code-structure.js +0 -1
  238. package/dist/judges/compliance.d.ts +0 -1
  239. package/dist/judges/compliance.js +0 -1
  240. package/dist/judges/concurrency.d.ts +0 -1
  241. package/dist/judges/concurrency.js +0 -1
  242. package/dist/judges/configuration-management.d.ts +0 -1
  243. package/dist/judges/configuration-management.js +0 -1
  244. package/dist/judges/cost-effectiveness.d.ts +0 -1
  245. package/dist/judges/cost-effectiveness.js +0 -1
  246. package/dist/judges/cybersecurity.d.ts +0 -1
  247. package/dist/judges/cybersecurity.js +0 -1
  248. package/dist/judges/data-security.d.ts +0 -1
  249. package/dist/judges/data-security.js +0 -1
  250. package/dist/judges/data-sovereignty.d.ts +0 -1
  251. package/dist/judges/data-sovereignty.js +0 -1
  252. package/dist/judges/database.d.ts +0 -1
  253. package/dist/judges/database.js +0 -1
  254. package/dist/judges/dependency-health.d.ts +0 -1
  255. package/dist/judges/dependency-health.js +0 -1
  256. package/dist/judges/documentation.d.ts +0 -1
  257. package/dist/judges/documentation.js +0 -1
  258. package/dist/judges/error-handling.d.ts +0 -1
  259. package/dist/judges/error-handling.js +0 -1
  260. package/dist/judges/ethics-bias.d.ts +0 -1
  261. package/dist/judges/ethics-bias.js +0 -1
  262. package/dist/judges/false-positive-review.d.ts +0 -1
  263. package/dist/judges/false-positive-review.js +0 -1
  264. package/dist/judges/framework-safety.d.ts +0 -1
  265. package/dist/judges/framework-safety.js +0 -1
  266. package/dist/judges/hallucination-detection.d.ts +0 -1
  267. package/dist/judges/hallucination-detection.js +0 -1
  268. package/dist/judges/iac-security.d.ts +0 -1
  269. package/dist/judges/iac-security.js +0 -1
  270. package/dist/judges/index.d.ts +0 -1
  271. package/dist/judges/index.js +0 -1
  272. package/dist/judges/intent-alignment.d.ts +0 -1
  273. package/dist/judges/intent-alignment.js +0 -1
  274. package/dist/judges/internationalization.d.ts +0 -1
  275. package/dist/judges/internationalization.js +0 -1
  276. package/dist/judges/logging-privacy.d.ts +0 -1
  277. package/dist/judges/logging-privacy.js +0 -1
  278. package/dist/judges/logic-review.d.ts +0 -1
  279. package/dist/judges/logic-review.js +0 -1
  280. package/dist/judges/maintainability.d.ts +0 -1
  281. package/dist/judges/maintainability.js +0 -1
  282. package/dist/judges/model-fingerprint.d.ts +0 -1
  283. package/dist/judges/model-fingerprint.js +0 -1
  284. package/dist/judges/multi-turn-coherence.d.ts +0 -1
  285. package/dist/judges/multi-turn-coherence.js +0 -1
  286. package/dist/judges/observability.d.ts +0 -1
  287. package/dist/judges/observability.js +0 -1
  288. package/dist/judges/over-engineering.d.ts +0 -1
  289. package/dist/judges/over-engineering.js +0 -1
  290. package/dist/judges/performance.d.ts +0 -1
  291. package/dist/judges/performance.js +0 -1
  292. package/dist/judges/portability.d.ts +0 -1
  293. package/dist/judges/portability.js +0 -1
  294. package/dist/judges/rate-limiting.d.ts +0 -1
  295. package/dist/judges/rate-limiting.js +0 -1
  296. package/dist/judges/reliability.d.ts +0 -1
  297. package/dist/judges/reliability.js +0 -1
  298. package/dist/judges/scalability.d.ts +0 -1
  299. package/dist/judges/scalability.js +0 -1
  300. package/dist/judges/security.d.ts +0 -1
  301. package/dist/judges/security.js +0 -1
  302. package/dist/judges/software-practices.d.ts +0 -1
  303. package/dist/judges/software-practices.js +0 -1
  304. package/dist/judges/testing.d.ts +0 -1
  305. package/dist/judges/testing.js +0 -1
  306. package/dist/judges/ux.d.ts +0 -1
  307. package/dist/judges/ux.js +0 -1
  308. package/dist/language-patterns.d.ts +0 -1
  309. package/dist/language-patterns.js +0 -1
  310. package/dist/parallel.d.ts +0 -1
  311. package/dist/parallel.js +0 -1
  312. package/dist/patches/index.d.ts +0 -1
  313. package/dist/patches/index.js +0 -1
  314. package/dist/plugins.d.ts +0 -1
  315. package/dist/plugins.js +0 -1
  316. package/dist/presets.d.ts +0 -1
  317. package/dist/presets.js +0 -1
  318. package/dist/reports/public-repo-report.d.ts +0 -1
  319. package/dist/reports/public-repo-report.js +0 -1
  320. package/dist/scoring.d.ts +0 -1
  321. package/dist/scoring.js +0 -1
  322. package/dist/security-ids.d.ts +0 -1
  323. package/dist/security-ids.js +0 -1
  324. package/dist/tools/command-safety.d.ts +13 -0
  325. package/dist/tools/command-safety.js +95 -0
  326. package/dist/tools/deep-review.d.ts +0 -1
  327. package/dist/tools/deep-review.js +0 -1
  328. package/dist/tools/prompts.d.ts +0 -1
  329. package/dist/tools/prompts.js +0 -1
  330. package/dist/tools/register-evaluation.d.ts +0 -1
  331. package/dist/tools/register-evaluation.js +0 -1
  332. package/dist/tools/register-fix.d.ts +0 -1
  333. package/dist/tools/register-fix.js +0 -1
  334. package/dist/tools/register-review.d.ts +0 -1
  335. package/dist/tools/register-review.js +0 -1
  336. package/dist/tools/register-scaffold.d.ts +0 -1
  337. package/dist/tools/register-scaffold.js +0 -1
  338. package/dist/tools/register-workflow.d.ts +0 -1
  339. package/dist/tools/register-workflow.js +0 -1
  340. package/dist/tools/register-workspace.d.ts +0 -1
  341. package/dist/tools/register-workspace.js +0 -1
  342. package/dist/tools/register.d.ts +0 -1
  343. package/dist/tools/register.js +0 -1
  344. package/dist/tools/schemas.d.ts +0 -1
  345. package/dist/tools/schemas.js +0 -1
  346. package/dist/types.d.ts +0 -1
  347. package/dist/types.js +0 -1
  348. package/package.json +112 -27
  349. package/server.json +2 -2
  350. package/CHANGELOG.md +0 -2741
  351. package/dist/api.d.ts.map +0 -1
  352. package/dist/api.js.map +0 -1
  353. package/dist/ast/cross-file-taint.d.ts.map +0 -1
  354. package/dist/ast/cross-file-taint.js.map +0 -1
  355. package/dist/ast/index.d.ts.map +0 -1
  356. package/dist/ast/index.js.map +0 -1
  357. package/dist/ast/structural-parser.d.ts.map +0 -1
  358. package/dist/ast/structural-parser.js.map +0 -1
  359. package/dist/ast/taint-tracker.d.ts.map +0 -1
  360. package/dist/ast/taint-tracker.js.map +0 -1
  361. package/dist/ast/tree-sitter-ast.d.ts.map +0 -1
  362. package/dist/ast/tree-sitter-ast.js.map +0 -1
  363. package/dist/ast/types.d.ts.map +0 -1
  364. package/dist/ast/types.js.map +0 -1
  365. package/dist/auto-tune.d.ts.map +0 -1
  366. package/dist/auto-tune.js.map +0 -1
  367. package/dist/cache.d.ts.map +0 -1
  368. package/dist/cache.js.map +0 -1
  369. package/dist/calibration.d.ts.map +0 -1
  370. package/dist/calibration.js.map +0 -1
  371. package/dist/cli.d.ts +0 -37
  372. package/dist/cli.d.ts.map +0 -1
  373. package/dist/cli.js +0 -5999
  374. package/dist/cli.js.map +0 -1
  375. package/dist/commands/adoption-report.d.ts +0 -8
  376. package/dist/commands/adoption-report.d.ts.map +0 -1
  377. package/dist/commands/adoption-report.js +0 -219
  378. package/dist/commands/adoption-report.js.map +0 -1
  379. package/dist/commands/adoption-track.d.ts +0 -5
  380. package/dist/commands/adoption-track.d.ts.map +0 -1
  381. package/dist/commands/adoption-track.js +0 -247
  382. package/dist/commands/adoption-track.js.map +0 -1
  383. package/dist/commands/ai-gate.d.ts +0 -8
  384. package/dist/commands/ai-gate.d.ts.map +0 -1
  385. package/dist/commands/ai-gate.js +0 -213
  386. package/dist/commands/ai-gate.js.map +0 -1
  387. package/dist/commands/ai-model-trust.d.ts +0 -17
  388. package/dist/commands/ai-model-trust.d.ts.map +0 -1
  389. package/dist/commands/ai-model-trust.js +0 -235
  390. package/dist/commands/ai-model-trust.js.map +0 -1
  391. package/dist/commands/ai-output-compare.d.ts +0 -9
  392. package/dist/commands/ai-output-compare.d.ts.map +0 -1
  393. package/dist/commands/ai-output-compare.js +0 -203
  394. package/dist/commands/ai-output-compare.js.map +0 -1
  395. package/dist/commands/ai-pattern-trend.d.ts +0 -9
  396. package/dist/commands/ai-pattern-trend.d.ts.map +0 -1
  397. package/dist/commands/ai-pattern-trend.js +0 -224
  398. package/dist/commands/ai-pattern-trend.js.map +0 -1
  399. package/dist/commands/ai-prompt-audit.d.ts +0 -23
  400. package/dist/commands/ai-prompt-audit.d.ts.map +0 -1
  401. package/dist/commands/ai-prompt-audit.js +0 -255
  402. package/dist/commands/ai-prompt-audit.js.map +0 -1
  403. package/dist/commands/ai-provenance.d.ts +0 -5
  404. package/dist/commands/ai-provenance.d.ts.map +0 -1
  405. package/dist/commands/ai-provenance.js +0 -248
  406. package/dist/commands/ai-provenance.js.map +0 -1
  407. package/dist/commands/api-audit.d.ts +0 -9
  408. package/dist/commands/api-audit.d.ts.map +0 -1
  409. package/dist/commands/api-audit.js +0 -360
  410. package/dist/commands/api-audit.js.map +0 -1
  411. package/dist/commands/api-misuse.d.ts +0 -5
  412. package/dist/commands/api-misuse.d.ts.map +0 -1
  413. package/dist/commands/api-misuse.js +0 -261
  414. package/dist/commands/api-misuse.js.map +0 -1
  415. package/dist/commands/api-versioning-audit.d.ts +0 -6
  416. package/dist/commands/api-versioning-audit.d.ts.map +0 -1
  417. package/dist/commands/api-versioning-audit.js +0 -234
  418. package/dist/commands/api-versioning-audit.js.map +0 -1
  419. package/dist/commands/approve-chain.d.ts +0 -8
  420. package/dist/commands/approve-chain.d.ts.map +0 -1
  421. package/dist/commands/approve-chain.js +0 -235
  422. package/dist/commands/approve-chain.js.map +0 -1
  423. package/dist/commands/arch-audit.d.ts +0 -9
  424. package/dist/commands/arch-audit.d.ts.map +0 -1
  425. package/dist/commands/arch-audit.js +0 -284
  426. package/dist/commands/arch-audit.js.map +0 -1
  427. package/dist/commands/assertion-density.d.ts +0 -5
  428. package/dist/commands/assertion-density.d.ts.map +0 -1
  429. package/dist/commands/assertion-density.js +0 -264
  430. package/dist/commands/assertion-density.js.map +0 -1
  431. package/dist/commands/assign-findings.d.ts +0 -37
  432. package/dist/commands/assign-findings.d.ts.map +0 -1
  433. package/dist/commands/assign-findings.js +0 -178
  434. package/dist/commands/assign-findings.js.map +0 -1
  435. package/dist/commands/async-safety.d.ts +0 -5
  436. package/dist/commands/async-safety.d.ts.map +0 -1
  437. package/dist/commands/async-safety.js +0 -267
  438. package/dist/commands/async-safety.js.map +0 -1
  439. package/dist/commands/audit-bundle.d.ts +0 -29
  440. package/dist/commands/audit-bundle.d.ts.map +0 -1
  441. package/dist/commands/audit-bundle.js +0 -235
  442. package/dist/commands/audit-bundle.js.map +0 -1
  443. package/dist/commands/audit-trail.d.ts +0 -18
  444. package/dist/commands/audit-trail.d.ts.map +0 -1
  445. package/dist/commands/audit-trail.js +0 -155
  446. package/dist/commands/audit-trail.js.map +0 -1
  447. package/dist/commands/auto-approve.d.ts +0 -5
  448. package/dist/commands/auto-approve.d.ts.map +0 -1
  449. package/dist/commands/auto-approve.js +0 -189
  450. package/dist/commands/auto-approve.js.map +0 -1
  451. package/dist/commands/auto-calibrate.d.ts +0 -15
  452. package/dist/commands/auto-calibrate.d.ts.map +0 -1
  453. package/dist/commands/auto-calibrate.js +0 -107
  454. package/dist/commands/auto-calibrate.js.map +0 -1
  455. package/dist/commands/auto-detect.d.ts.map +0 -1
  456. package/dist/commands/auto-detect.js.map +0 -1
  457. package/dist/commands/auto-fix.d.ts +0 -18
  458. package/dist/commands/auto-fix.d.ts.map +0 -1
  459. package/dist/commands/auto-fix.js +0 -241
  460. package/dist/commands/auto-fix.js.map +0 -1
  461. package/dist/commands/auto-triage.d.ts +0 -32
  462. package/dist/commands/auto-triage.d.ts.map +0 -1
  463. package/dist/commands/auto-triage.js +0 -126
  464. package/dist/commands/auto-triage.js.map +0 -1
  465. package/dist/commands/baseline.d.ts +0 -48
  466. package/dist/commands/baseline.d.ts.map +0 -1
  467. package/dist/commands/baseline.js +0 -394
  468. package/dist/commands/baseline.js.map +0 -1
  469. package/dist/commands/batch-review.d.ts +0 -5
  470. package/dist/commands/batch-review.d.ts.map +0 -1
  471. package/dist/commands/batch-review.js +0 -181
  472. package/dist/commands/batch-review.js.map +0 -1
  473. package/dist/commands/benchmark-advanced.d.ts.map +0 -1
  474. package/dist/commands/benchmark-advanced.js.map +0 -1
  475. package/dist/commands/benchmark-ai-agents.d.ts.map +0 -1
  476. package/dist/commands/benchmark-ai-agents.js.map +0 -1
  477. package/dist/commands/benchmark-ai-output.d.ts.map +0 -1
  478. package/dist/commands/benchmark-ai-output.js.map +0 -1
  479. package/dist/commands/benchmark-compliance-ethics.d.ts.map +0 -1
  480. package/dist/commands/benchmark-compliance-ethics.js.map +0 -1
  481. package/dist/commands/benchmark-expanded-2.d.ts.map +0 -1
  482. package/dist/commands/benchmark-expanded-2.js.map +0 -1
  483. package/dist/commands/benchmark-expanded.d.ts.map +0 -1
  484. package/dist/commands/benchmark-expanded.js.map +0 -1
  485. package/dist/commands/benchmark-infrastructure.d.ts.map +0 -1
  486. package/dist/commands/benchmark-infrastructure.js.map +0 -1
  487. package/dist/commands/benchmark-languages.d.ts.map +0 -1
  488. package/dist/commands/benchmark-languages.js.map +0 -1
  489. package/dist/commands/benchmark-quality-ops.d.ts.map +0 -1
  490. package/dist/commands/benchmark-quality-ops.js.map +0 -1
  491. package/dist/commands/benchmark-security-deep.d.ts.map +0 -1
  492. package/dist/commands/benchmark-security-deep.js.map +0 -1
  493. package/dist/commands/benchmark.d.ts.map +0 -1
  494. package/dist/commands/benchmark.js.map +0 -1
  495. package/dist/commands/blame-review.d.ts +0 -5
  496. package/dist/commands/blame-review.d.ts.map +0 -1
  497. package/dist/commands/blame-review.js +0 -270
  498. package/dist/commands/blame-review.js.map +0 -1
  499. package/dist/commands/boundary-enforce.d.ts +0 -6
  500. package/dist/commands/boundary-enforce.d.ts.map +0 -1
  501. package/dist/commands/boundary-enforce.js +0 -256
  502. package/dist/commands/boundary-enforce.js.map +0 -1
  503. package/dist/commands/build-optimize.d.ts +0 -7
  504. package/dist/commands/build-optimize.d.ts.map +0 -1
  505. package/dist/commands/build-optimize.js +0 -257
  506. package/dist/commands/build-optimize.js.map +0 -1
  507. package/dist/commands/burndown.d.ts +0 -27
  508. package/dist/commands/burndown.d.ts.map +0 -1
  509. package/dist/commands/burndown.js +0 -180
  510. package/dist/commands/burndown.js.map +0 -1
  511. package/dist/commands/cache-audit.d.ts +0 -5
  512. package/dist/commands/cache-audit.d.ts.map +0 -1
  513. package/dist/commands/cache-audit.js +0 -220
  514. package/dist/commands/cache-audit.js.map +0 -1
  515. package/dist/commands/calibration-dashboard.d.ts +0 -2
  516. package/dist/commands/calibration-dashboard.d.ts.map +0 -1
  517. package/dist/commands/calibration-dashboard.js +0 -295
  518. package/dist/commands/calibration-dashboard.js.map +0 -1
  519. package/dist/commands/calibration-share.d.ts +0 -31
  520. package/dist/commands/calibration-share.d.ts.map +0 -1
  521. package/dist/commands/calibration-share.js +0 -183
  522. package/dist/commands/calibration-share.js.map +0 -1
  523. package/dist/commands/chat-notify.d.ts +0 -9
  524. package/dist/commands/chat-notify.d.ts.map +0 -1
  525. package/dist/commands/chat-notify.js +0 -259
  526. package/dist/commands/chat-notify.js.map +0 -1
  527. package/dist/commands/ci-template.d.ts +0 -15
  528. package/dist/commands/ci-template.d.ts.map +0 -1
  529. package/dist/commands/ci-template.js +0 -212
  530. package/dist/commands/ci-template.js.map +0 -1
  531. package/dist/commands/ci-templates.d.ts +0 -10
  532. package/dist/commands/ci-templates.d.ts.map +0 -1
  533. package/dist/commands/ci-templates.js +0 -90
  534. package/dist/commands/ci-templates.js.map +0 -1
  535. package/dist/commands/clarity-score.d.ts +0 -9
  536. package/dist/commands/clarity-score.d.ts.map +0 -1
  537. package/dist/commands/clarity-score.js +0 -261
  538. package/dist/commands/clarity-score.js.map +0 -1
  539. package/dist/commands/clone-detect.d.ts +0 -5
  540. package/dist/commands/clone-detect.d.ts.map +0 -1
  541. package/dist/commands/clone-detect.js +0 -233
  542. package/dist/commands/clone-detect.js.map +0 -1
  543. package/dist/commands/coach-mode.d.ts +0 -8
  544. package/dist/commands/coach-mode.d.ts.map +0 -1
  545. package/dist/commands/coach-mode.js +0 -230
  546. package/dist/commands/coach-mode.js.map +0 -1
  547. package/dist/commands/code-health.d.ts +0 -5
  548. package/dist/commands/code-health.d.ts.map +0 -1
  549. package/dist/commands/code-health.js +0 -196
  550. package/dist/commands/code-health.js.map +0 -1
  551. package/dist/commands/code-owner-suggest.d.ts +0 -17
  552. package/dist/commands/code-owner-suggest.d.ts.map +0 -1
  553. package/dist/commands/code-owner-suggest.js +0 -215
  554. package/dist/commands/code-owner-suggest.js.map +0 -1
  555. package/dist/commands/code-similarity.d.ts +0 -9
  556. package/dist/commands/code-similarity.d.ts.map +0 -1
  557. package/dist/commands/code-similarity.js +0 -232
  558. package/dist/commands/code-similarity.js.map +0 -1
  559. package/dist/commands/comment-drift.d.ts +0 -5
  560. package/dist/commands/comment-drift.d.ts.map +0 -1
  561. package/dist/commands/comment-drift.js +0 -229
  562. package/dist/commands/comment-drift.js.map +0 -1
  563. package/dist/commands/commit-hygiene.d.ts +0 -6
  564. package/dist/commands/commit-hygiene.d.ts.map +0 -1
  565. package/dist/commands/commit-hygiene.js +0 -176
  566. package/dist/commands/commit-hygiene.js.map +0 -1
  567. package/dist/commands/community-patterns.d.ts +0 -2
  568. package/dist/commands/community-patterns.d.ts.map +0 -1
  569. package/dist/commands/community-patterns.js +0 -132
  570. package/dist/commands/community-patterns.js.map +0 -1
  571. package/dist/commands/compare-runs.d.ts +0 -38
  572. package/dist/commands/compare-runs.d.ts.map +0 -1
  573. package/dist/commands/compare-runs.js +0 -229
  574. package/dist/commands/compare-runs.js.map +0 -1
  575. package/dist/commands/completion-audit.d.ts +0 -5
  576. package/dist/commands/completion-audit.d.ts.map +0 -1
  577. package/dist/commands/completion-audit.js +0 -297
  578. package/dist/commands/completion-audit.js.map +0 -1
  579. package/dist/commands/completions.d.ts +0 -2
  580. package/dist/commands/completions.d.ts.map +0 -1
  581. package/dist/commands/completions.js +0 -226
  582. package/dist/commands/completions.js.map +0 -1
  583. package/dist/commands/compliance-map.d.ts +0 -9
  584. package/dist/commands/compliance-map.d.ts.map +0 -1
  585. package/dist/commands/compliance-map.js +0 -375
  586. package/dist/commands/compliance-map.js.map +0 -1
  587. package/dist/commands/compliance-report.d.ts +0 -35
  588. package/dist/commands/compliance-report.d.ts.map +0 -1
  589. package/dist/commands/compliance-report.js +0 -162
  590. package/dist/commands/compliance-report.js.map +0 -1
  591. package/dist/commands/compliance-weight.d.ts +0 -9
  592. package/dist/commands/compliance-weight.d.ts.map +0 -1
  593. package/dist/commands/compliance-weight.js +0 -273
  594. package/dist/commands/compliance-weight.js.map +0 -1
  595. package/dist/commands/config-drift.d.ts +0 -25
  596. package/dist/commands/config-drift.d.ts.map +0 -1
  597. package/dist/commands/config-drift.js +0 -214
  598. package/dist/commands/config-drift.js.map +0 -1
  599. package/dist/commands/config-lint.d.ts +0 -5
  600. package/dist/commands/config-lint.d.ts.map +0 -1
  601. package/dist/commands/config-lint.js +0 -188
  602. package/dist/commands/config-lint.js.map +0 -1
  603. package/dist/commands/config-migrate.d.ts +0 -44
  604. package/dist/commands/config-migrate.d.ts.map +0 -1
  605. package/dist/commands/config-migrate.js +0 -241
  606. package/dist/commands/config-migrate.js.map +0 -1
  607. package/dist/commands/config-share.d.ts.map +0 -1
  608. package/dist/commands/config-share.js.map +0 -1
  609. package/dist/commands/context-blind.d.ts +0 -5
  610. package/dist/commands/context-blind.d.ts.map +0 -1
  611. package/dist/commands/context-blind.js +0 -273
  612. package/dist/commands/context-blind.js.map +0 -1
  613. package/dist/commands/context-inject.d.ts +0 -9
  614. package/dist/commands/context-inject.d.ts.map +0 -1
  615. package/dist/commands/context-inject.js +0 -212
  616. package/dist/commands/context-inject.js.map +0 -1
  617. package/dist/commands/contract-verify.d.ts +0 -5
  618. package/dist/commands/contract-verify.d.ts.map +0 -1
  619. package/dist/commands/contract-verify.js +0 -317
  620. package/dist/commands/contract-verify.js.map +0 -1
  621. package/dist/commands/correlate.d.ts +0 -28
  622. package/dist/commands/correlate.d.ts.map +0 -1
  623. package/dist/commands/correlate.js +0 -242
  624. package/dist/commands/correlate.js.map +0 -1
  625. package/dist/commands/cost-forecast.d.ts +0 -19
  626. package/dist/commands/cost-forecast.d.ts.map +0 -1
  627. package/dist/commands/cost-forecast.js +0 -194
  628. package/dist/commands/cost-forecast.js.map +0 -1
  629. package/dist/commands/coverage-map.d.ts +0 -23
  630. package/dist/commands/coverage-map.d.ts.map +0 -1
  631. package/dist/commands/coverage-map.js +0 -223
  632. package/dist/commands/coverage-map.js.map +0 -1
  633. package/dist/commands/coverage.d.ts.map +0 -1
  634. package/dist/commands/coverage.js.map +0 -1
  635. package/dist/commands/cross-file-consistency.d.ts +0 -5
  636. package/dist/commands/cross-file-consistency.d.ts.map +0 -1
  637. package/dist/commands/cross-file-consistency.js +0 -255
  638. package/dist/commands/cross-file-consistency.js.map +0 -1
  639. package/dist/commands/cross-pr-regression.d.ts +0 -9
  640. package/dist/commands/cross-pr-regression.d.ts.map +0 -1
  641. package/dist/commands/cross-pr-regression.js +0 -298
  642. package/dist/commands/cross-pr-regression.js.map +0 -1
  643. package/dist/commands/custom-rule.d.ts +0 -5
  644. package/dist/commands/custom-rule.d.ts.map +0 -1
  645. package/dist/commands/custom-rule.js +0 -211
  646. package/dist/commands/custom-rule.js.map +0 -1
  647. package/dist/commands/dead-code-detect.d.ts +0 -5
  648. package/dist/commands/dead-code-detect.d.ts.map +0 -1
  649. package/dist/commands/dead-code-detect.js +0 -256
  650. package/dist/commands/dead-code-detect.js.map +0 -1
  651. package/dist/commands/dedup-report.d.ts +0 -13
  652. package/dist/commands/dedup-report.d.ts.map +0 -1
  653. package/dist/commands/dedup-report.js +0 -138
  654. package/dist/commands/dedup-report.js.map +0 -1
  655. package/dist/commands/dep-audit.d.ts +0 -53
  656. package/dist/commands/dep-audit.d.ts.map +0 -1
  657. package/dist/commands/dep-audit.js +0 -278
  658. package/dist/commands/dep-audit.js.map +0 -1
  659. package/dist/commands/dep-correlate.d.ts +0 -9
  660. package/dist/commands/dep-correlate.d.ts.map +0 -1
  661. package/dist/commands/dep-correlate.js +0 -208
  662. package/dist/commands/dep-correlate.js.map +0 -1
  663. package/dist/commands/deploy-readiness.d.ts +0 -6
  664. package/dist/commands/deploy-readiness.d.ts.map +0 -1
  665. package/dist/commands/deploy-readiness.js +0 -212
  666. package/dist/commands/deploy-readiness.js.map +0 -1
  667. package/dist/commands/deprecated.d.ts +0 -48
  668. package/dist/commands/deprecated.d.ts.map +0 -1
  669. package/dist/commands/deprecated.js +0 -202
  670. package/dist/commands/deprecated.js.map +0 -1
  671. package/dist/commands/deps.d.ts +0 -6
  672. package/dist/commands/deps.d.ts.map +0 -1
  673. package/dist/commands/deps.js +0 -123
  674. package/dist/commands/deps.js.map +0 -1
  675. package/dist/commands/design-audit.d.ts +0 -9
  676. package/dist/commands/design-audit.d.ts.map +0 -1
  677. package/dist/commands/design-audit.js +0 -302
  678. package/dist/commands/design-audit.js.map +0 -1
  679. package/dist/commands/dev-score.d.ts +0 -37
  680. package/dist/commands/dev-score.d.ts.map +0 -1
  681. package/dist/commands/dev-score.js +0 -204
  682. package/dist/commands/dev-score.js.map +0 -1
  683. package/dist/commands/diff-explain.d.ts +0 -5
  684. package/dist/commands/diff-explain.d.ts.map +0 -1
  685. package/dist/commands/diff-explain.js +0 -143
  686. package/dist/commands/diff-explain.js.map +0 -1
  687. package/dist/commands/diff-only.d.ts +0 -34
  688. package/dist/commands/diff-only.d.ts.map +0 -1
  689. package/dist/commands/diff-only.js +0 -152
  690. package/dist/commands/diff-only.js.map +0 -1
  691. package/dist/commands/diff-review.d.ts +0 -5
  692. package/dist/commands/diff-review.d.ts.map +0 -1
  693. package/dist/commands/diff-review.js +0 -191
  694. package/dist/commands/diff-review.js.map +0 -1
  695. package/dist/commands/diff.d.ts +0 -7
  696. package/dist/commands/diff.d.ts.map +0 -1
  697. package/dist/commands/diff.js +0 -486
  698. package/dist/commands/diff.js.map +0 -1
  699. package/dist/commands/digest.d.ts +0 -20
  700. package/dist/commands/digest.d.ts.map +0 -1
  701. package/dist/commands/digest.js +0 -222
  702. package/dist/commands/digest.js.map +0 -1
  703. package/dist/commands/doc-drift.d.ts +0 -9
  704. package/dist/commands/doc-drift.d.ts.map +0 -1
  705. package/dist/commands/doc-drift.js +0 -259
  706. package/dist/commands/doc-drift.js.map +0 -1
  707. package/dist/commands/doc-gen.d.ts +0 -8
  708. package/dist/commands/doc-gen.d.ts.map +0 -1
  709. package/dist/commands/doc-gen.js +0 -209
  710. package/dist/commands/doc-gen.js.map +0 -1
  711. package/dist/commands/docs.d.ts +0 -2
  712. package/dist/commands/docs.d.ts.map +0 -1
  713. package/dist/commands/docs.js +0 -157
  714. package/dist/commands/docs.js.map +0 -1
  715. package/dist/commands/doctor.d.ts.map +0 -1
  716. package/dist/commands/doctor.js.map +0 -1
  717. package/dist/commands/encoding-safety.d.ts +0 -5
  718. package/dist/commands/encoding-safety.d.ts.map +0 -1
  719. package/dist/commands/encoding-safety.js +0 -276
  720. package/dist/commands/encoding-safety.js.map +0 -1
  721. package/dist/commands/error-taxonomy.d.ts +0 -6
  722. package/dist/commands/error-taxonomy.d.ts.map +0 -1
  723. package/dist/commands/error-taxonomy.js +0 -227
  724. package/dist/commands/error-taxonomy.js.map +0 -1
  725. package/dist/commands/error-ux.d.ts +0 -5
  726. package/dist/commands/error-ux.d.ts.map +0 -1
  727. package/dist/commands/error-ux.js +0 -253
  728. package/dist/commands/error-ux.js.map +0 -1
  729. package/dist/commands/event-leak.d.ts +0 -5
  730. package/dist/commands/event-leak.d.ts.map +0 -1
  731. package/dist/commands/event-leak.js +0 -263
  732. package/dist/commands/event-leak.js.map +0 -1
  733. package/dist/commands/evidence-chain.d.ts +0 -5
  734. package/dist/commands/evidence-chain.d.ts.map +0 -1
  735. package/dist/commands/evidence-chain.js +0 -310
  736. package/dist/commands/evidence-chain.js.map +0 -1
  737. package/dist/commands/example-leak.d.ts +0 -5
  738. package/dist/commands/example-leak.d.ts.map +0 -1
  739. package/dist/commands/example-leak.js +0 -233
  740. package/dist/commands/example-leak.js.map +0 -1
  741. package/dist/commands/exception-consistency.d.ts +0 -7
  742. package/dist/commands/exception-consistency.d.ts.map +0 -1
  743. package/dist/commands/exception-consistency.js +0 -193
  744. package/dist/commands/exception-consistency.js.map +0 -1
  745. package/dist/commands/exec-report.d.ts +0 -9
  746. package/dist/commands/exec-report.d.ts.map +0 -1
  747. package/dist/commands/exec-report.js +0 -272
  748. package/dist/commands/exec-report.js.map +0 -1
  749. package/dist/commands/explain-finding.d.ts +0 -8
  750. package/dist/commands/explain-finding.d.ts.map +0 -1
  751. package/dist/commands/explain-finding.js +0 -279
  752. package/dist/commands/explain-finding.js.map +0 -1
  753. package/dist/commands/false-negatives.d.ts +0 -35
  754. package/dist/commands/false-negatives.d.ts.map +0 -1
  755. package/dist/commands/false-negatives.js +0 -166
  756. package/dist/commands/false-negatives.js.map +0 -1
  757. package/dist/commands/feedback-rules.d.ts +0 -29
  758. package/dist/commands/feedback-rules.d.ts.map +0 -1
  759. package/dist/commands/feedback-rules.js +0 -174
  760. package/dist/commands/feedback-rules.js.map +0 -1
  761. package/dist/commands/feedback.d.ts.map +0 -1
  762. package/dist/commands/feedback.js.map +0 -1
  763. package/dist/commands/finding-age-analysis.d.ts +0 -5
  764. package/dist/commands/finding-age-analysis.d.ts.map +0 -1
  765. package/dist/commands/finding-age-analysis.js +0 -145
  766. package/dist/commands/finding-age-analysis.js.map +0 -1
  767. package/dist/commands/finding-age-report.d.ts +0 -5
  768. package/dist/commands/finding-age-report.d.ts.map +0 -1
  769. package/dist/commands/finding-age-report.js +0 -155
  770. package/dist/commands/finding-age-report.js.map +0 -1
  771. package/dist/commands/finding-age-tracker.d.ts +0 -8
  772. package/dist/commands/finding-age-tracker.d.ts.map +0 -1
  773. package/dist/commands/finding-age-tracker.js +0 -153
  774. package/dist/commands/finding-age-tracker.js.map +0 -1
  775. package/dist/commands/finding-age.d.ts +0 -5
  776. package/dist/commands/finding-age.d.ts.map +0 -1
  777. package/dist/commands/finding-age.js +0 -146
  778. package/dist/commands/finding-age.js.map +0 -1
  779. package/dist/commands/finding-ancestry-trace.d.ts +0 -2
  780. package/dist/commands/finding-ancestry-trace.d.ts.map +0 -1
  781. package/dist/commands/finding-ancestry-trace.js +0 -70
  782. package/dist/commands/finding-ancestry-trace.js.map +0 -1
  783. package/dist/commands/finding-annotation-export.d.ts +0 -2
  784. package/dist/commands/finding-annotation-export.d.ts.map +0 -1
  785. package/dist/commands/finding-annotation-export.js +0 -98
  786. package/dist/commands/finding-annotation-export.js.map +0 -1
  787. package/dist/commands/finding-annotation-layer.d.ts +0 -5
  788. package/dist/commands/finding-annotation-layer.d.ts.map +0 -1
  789. package/dist/commands/finding-annotation-layer.js +0 -129
  790. package/dist/commands/finding-annotation-layer.js.map +0 -1
  791. package/dist/commands/finding-auto-categorize.d.ts +0 -2
  792. package/dist/commands/finding-auto-categorize.d.ts.map +0 -1
  793. package/dist/commands/finding-auto-categorize.js +0 -110
  794. package/dist/commands/finding-auto-categorize.js.map +0 -1
  795. package/dist/commands/finding-auto-fix-suggest.d.ts +0 -2
  796. package/dist/commands/finding-auto-fix-suggest.d.ts.map +0 -1
  797. package/dist/commands/finding-auto-fix-suggest.js +0 -77
  798. package/dist/commands/finding-auto-fix-suggest.js.map +0 -1
  799. package/dist/commands/finding-auto-fix.d.ts +0 -5
  800. package/dist/commands/finding-auto-fix.d.ts.map +0 -1
  801. package/dist/commands/finding-auto-fix.js +0 -189
  802. package/dist/commands/finding-auto-fix.js.map +0 -1
  803. package/dist/commands/finding-auto-group.d.ts +0 -5
  804. package/dist/commands/finding-auto-group.d.ts.map +0 -1
  805. package/dist/commands/finding-auto-group.js +0 -109
  806. package/dist/commands/finding-auto-group.js.map +0 -1
  807. package/dist/commands/finding-auto-label.d.ts +0 -5
  808. package/dist/commands/finding-auto-label.d.ts.map +0 -1
  809. package/dist/commands/finding-auto-label.js +0 -221
  810. package/dist/commands/finding-auto-label.js.map +0 -1
  811. package/dist/commands/finding-auto-priority.d.ts +0 -2
  812. package/dist/commands/finding-auto-priority.d.ts.map +0 -1
  813. package/dist/commands/finding-auto-priority.js +0 -101
  814. package/dist/commands/finding-auto-priority.js.map +0 -1
  815. package/dist/commands/finding-auto-suppress.d.ts +0 -5
  816. package/dist/commands/finding-auto-suppress.d.ts.map +0 -1
  817. package/dist/commands/finding-auto-suppress.js +0 -127
  818. package/dist/commands/finding-auto-suppress.js.map +0 -1
  819. package/dist/commands/finding-auto-tag.d.ts +0 -5
  820. package/dist/commands/finding-auto-tag.d.ts.map +0 -1
  821. package/dist/commands/finding-auto-tag.js +0 -114
  822. package/dist/commands/finding-auto-tag.js.map +0 -1
  823. package/dist/commands/finding-auto-triage.d.ts +0 -5
  824. package/dist/commands/finding-auto-triage.d.ts.map +0 -1
  825. package/dist/commands/finding-auto-triage.js +0 -109
  826. package/dist/commands/finding-auto-triage.js.map +0 -1
  827. package/dist/commands/finding-autofix-preview.d.ts +0 -5
  828. package/dist/commands/finding-autofix-preview.d.ts.map +0 -1
  829. package/dist/commands/finding-autofix-preview.js +0 -87
  830. package/dist/commands/finding-autofix-preview.js.map +0 -1
  831. package/dist/commands/finding-batch-resolve.d.ts +0 -5
  832. package/dist/commands/finding-batch-resolve.d.ts.map +0 -1
  833. package/dist/commands/finding-batch-resolve.js +0 -166
  834. package/dist/commands/finding-batch-resolve.js.map +0 -1
  835. package/dist/commands/finding-batch-suppress.d.ts +0 -5
  836. package/dist/commands/finding-batch-suppress.d.ts.map +0 -1
  837. package/dist/commands/finding-batch-suppress.js +0 -86
  838. package/dist/commands/finding-batch-suppress.js.map +0 -1
  839. package/dist/commands/finding-batch-triage.d.ts +0 -2
  840. package/dist/commands/finding-batch-triage.d.ts.map +0 -1
  841. package/dist/commands/finding-batch-triage.js +0 -91
  842. package/dist/commands/finding-batch-triage.js.map +0 -1
  843. package/dist/commands/finding-blast-radius.d.ts +0 -5
  844. package/dist/commands/finding-blast-radius.d.ts.map +0 -1
  845. package/dist/commands/finding-blast-radius.js +0 -92
  846. package/dist/commands/finding-blast-radius.js.map +0 -1
  847. package/dist/commands/finding-budget.d.ts +0 -5
  848. package/dist/commands/finding-budget.d.ts.map +0 -1
  849. package/dist/commands/finding-budget.js +0 -233
  850. package/dist/commands/finding-budget.js.map +0 -1
  851. package/dist/commands/finding-category-map.d.ts +0 -5
  852. package/dist/commands/finding-category-map.d.ts.map +0 -1
  853. package/dist/commands/finding-category-map.js +0 -104
  854. package/dist/commands/finding-category-map.js.map +0 -1
  855. package/dist/commands/finding-category-stats.d.ts +0 -5
  856. package/dist/commands/finding-category-stats.d.ts.map +0 -1
  857. package/dist/commands/finding-category-stats.js +0 -105
  858. package/dist/commands/finding-category-stats.js.map +0 -1
  859. package/dist/commands/finding-category.d.ts +0 -5
  860. package/dist/commands/finding-category.d.ts.map +0 -1
  861. package/dist/commands/finding-category.js +0 -110
  862. package/dist/commands/finding-category.js.map +0 -1
  863. package/dist/commands/finding-change-impact.d.ts +0 -5
  864. package/dist/commands/finding-change-impact.d.ts.map +0 -1
  865. package/dist/commands/finding-change-impact.js +0 -108
  866. package/dist/commands/finding-change-impact.js.map +0 -1
  867. package/dist/commands/finding-cluster-analysis.d.ts +0 -5
  868. package/dist/commands/finding-cluster-analysis.d.ts.map +0 -1
  869. package/dist/commands/finding-cluster-analysis.js +0 -134
  870. package/dist/commands/finding-cluster-analysis.js.map +0 -1
  871. package/dist/commands/finding-cluster-group.d.ts +0 -5
  872. package/dist/commands/finding-cluster-group.d.ts.map +0 -1
  873. package/dist/commands/finding-cluster-group.js +0 -106
  874. package/dist/commands/finding-cluster-group.js.map +0 -1
  875. package/dist/commands/finding-cluster-summary.d.ts +0 -2
  876. package/dist/commands/finding-cluster-summary.d.ts.map +0 -1
  877. package/dist/commands/finding-cluster-summary.js +0 -86
  878. package/dist/commands/finding-cluster-summary.js.map +0 -1
  879. package/dist/commands/finding-cluster.d.ts +0 -5
  880. package/dist/commands/finding-cluster.d.ts.map +0 -1
  881. package/dist/commands/finding-cluster.js +0 -158
  882. package/dist/commands/finding-cluster.js.map +0 -1
  883. package/dist/commands/finding-code-context.d.ts +0 -5
  884. package/dist/commands/finding-code-context.d.ts.map +0 -1
  885. package/dist/commands/finding-code-context.js +0 -97
  886. package/dist/commands/finding-code-context.js.map +0 -1
  887. package/dist/commands/finding-code-smell.d.ts +0 -5
  888. package/dist/commands/finding-code-smell.d.ts.map +0 -1
  889. package/dist/commands/finding-code-smell.js +0 -114
  890. package/dist/commands/finding-code-smell.js.map +0 -1
  891. package/dist/commands/finding-compare-runs.d.ts +0 -5
  892. package/dist/commands/finding-compare-runs.d.ts.map +0 -1
  893. package/dist/commands/finding-compare-runs.js +0 -106
  894. package/dist/commands/finding-compare-runs.js.map +0 -1
  895. package/dist/commands/finding-compliance-tag.d.ts +0 -2
  896. package/dist/commands/finding-compliance-tag.d.ts.map +0 -1
  897. package/dist/commands/finding-compliance-tag.js +0 -107
  898. package/dist/commands/finding-compliance-tag.js.map +0 -1
  899. package/dist/commands/finding-confidence-boost.d.ts +0 -2
  900. package/dist/commands/finding-confidence-boost.d.ts.map +0 -1
  901. package/dist/commands/finding-confidence-boost.js +0 -89
  902. package/dist/commands/finding-confidence-boost.js.map +0 -1
  903. package/dist/commands/finding-confidence-calibrate.d.ts +0 -5
  904. package/dist/commands/finding-confidence-calibrate.d.ts.map +0 -1
  905. package/dist/commands/finding-confidence-calibrate.js +0 -112
  906. package/dist/commands/finding-confidence-calibrate.js.map +0 -1
  907. package/dist/commands/finding-confidence-filter.d.ts +0 -5
  908. package/dist/commands/finding-confidence-filter.d.ts.map +0 -1
  909. package/dist/commands/finding-confidence-filter.js +0 -78
  910. package/dist/commands/finding-confidence-filter.js.map +0 -1
  911. package/dist/commands/finding-contest.d.ts +0 -8
  912. package/dist/commands/finding-contest.d.ts.map +0 -1
  913. package/dist/commands/finding-contest.js +0 -193
  914. package/dist/commands/finding-contest.js.map +0 -1
  915. package/dist/commands/finding-context-enrich.d.ts +0 -5
  916. package/dist/commands/finding-context-enrich.d.ts.map +0 -1
  917. package/dist/commands/finding-context-enrich.js +0 -90
  918. package/dist/commands/finding-context-enrich.js.map +0 -1
  919. package/dist/commands/finding-context-expand.d.ts +0 -5
  920. package/dist/commands/finding-context-expand.d.ts.map +0 -1
  921. package/dist/commands/finding-context-expand.js +0 -103
  922. package/dist/commands/finding-context-expand.js.map +0 -1
  923. package/dist/commands/finding-context-link.d.ts +0 -2
  924. package/dist/commands/finding-context-link.d.ts.map +0 -1
  925. package/dist/commands/finding-context-link.js +0 -95
  926. package/dist/commands/finding-context-link.js.map +0 -1
  927. package/dist/commands/finding-context-summary.d.ts +0 -2
  928. package/dist/commands/finding-context-summary.d.ts.map +0 -1
  929. package/dist/commands/finding-context-summary.js +0 -86
  930. package/dist/commands/finding-context-summary.js.map +0 -1
  931. package/dist/commands/finding-context-window.d.ts +0 -5
  932. package/dist/commands/finding-context-window.d.ts.map +0 -1
  933. package/dist/commands/finding-context-window.js +0 -127
  934. package/dist/commands/finding-context-window.js.map +0 -1
  935. package/dist/commands/finding-context.d.ts +0 -5
  936. package/dist/commands/finding-context.d.ts.map +0 -1
  937. package/dist/commands/finding-context.js +0 -141
  938. package/dist/commands/finding-context.js.map +0 -1
  939. package/dist/commands/finding-correlate.d.ts +0 -5
  940. package/dist/commands/finding-correlate.d.ts.map +0 -1
  941. package/dist/commands/finding-correlate.js +0 -89
  942. package/dist/commands/finding-correlate.js.map +0 -1
  943. package/dist/commands/finding-correlation-map.d.ts +0 -5
  944. package/dist/commands/finding-correlation-map.d.ts.map +0 -1
  945. package/dist/commands/finding-correlation-map.js +0 -102
  946. package/dist/commands/finding-correlation-map.js.map +0 -1
  947. package/dist/commands/finding-correlation.d.ts +0 -5
  948. package/dist/commands/finding-correlation.d.ts.map +0 -1
  949. package/dist/commands/finding-correlation.js +0 -104
  950. package/dist/commands/finding-correlation.js.map +0 -1
  951. package/dist/commands/finding-cross-file-link.d.ts +0 -2
  952. package/dist/commands/finding-cross-file-link.d.ts.map +0 -1
  953. package/dist/commands/finding-cross-file-link.js +0 -102
  954. package/dist/commands/finding-cross-file-link.js.map +0 -1
  955. package/dist/commands/finding-cross-ref.d.ts +0 -5
  956. package/dist/commands/finding-cross-ref.d.ts.map +0 -1
  957. package/dist/commands/finding-cross-ref.js +0 -99
  958. package/dist/commands/finding-cross-ref.js.map +0 -1
  959. package/dist/commands/finding-cve-lookup.d.ts +0 -5
  960. package/dist/commands/finding-cve-lookup.d.ts.map +0 -1
  961. package/dist/commands/finding-cve-lookup.js +0 -98
  962. package/dist/commands/finding-cve-lookup.js.map +0 -1
  963. package/dist/commands/finding-cwe-lookup.d.ts +0 -5
  964. package/dist/commands/finding-cwe-lookup.d.ts.map +0 -1
  965. package/dist/commands/finding-cwe-lookup.js +0 -149
  966. package/dist/commands/finding-cwe-lookup.js.map +0 -1
  967. package/dist/commands/finding-cwe-map.d.ts +0 -5
  968. package/dist/commands/finding-cwe-map.d.ts.map +0 -1
  969. package/dist/commands/finding-cwe-map.js +0 -134
  970. package/dist/commands/finding-cwe-map.js.map +0 -1
  971. package/dist/commands/finding-dedup-cross-file.d.ts +0 -5
  972. package/dist/commands/finding-dedup-cross-file.d.ts.map +0 -1
  973. package/dist/commands/finding-dedup-cross-file.js +0 -96
  974. package/dist/commands/finding-dedup-cross-file.js.map +0 -1
  975. package/dist/commands/finding-dedup-cross.d.ts +0 -5
  976. package/dist/commands/finding-dedup-cross.d.ts.map +0 -1
  977. package/dist/commands/finding-dedup-cross.js +0 -91
  978. package/dist/commands/finding-dedup-cross.js.map +0 -1
  979. package/dist/commands/finding-dedup-merge.d.ts +0 -2
  980. package/dist/commands/finding-dedup-merge.d.ts.map +0 -1
  981. package/dist/commands/finding-dedup-merge.js +0 -108
  982. package/dist/commands/finding-dedup-merge.js.map +0 -1
  983. package/dist/commands/finding-dedup-report.d.ts +0 -5
  984. package/dist/commands/finding-dedup-report.d.ts.map +0 -1
  985. package/dist/commands/finding-dedup-report.js +0 -102
  986. package/dist/commands/finding-dedup-report.js.map +0 -1
  987. package/dist/commands/finding-dedup-smart.d.ts +0 -2
  988. package/dist/commands/finding-dedup-smart.d.ts.map +0 -1
  989. package/dist/commands/finding-dedup-smart.js +0 -110
  990. package/dist/commands/finding-dedup-smart.js.map +0 -1
  991. package/dist/commands/finding-deduplicate.d.ts +0 -5
  992. package/dist/commands/finding-deduplicate.d.ts.map +0 -1
  993. package/dist/commands/finding-deduplicate.js +0 -142
  994. package/dist/commands/finding-deduplicate.js.map +0 -1
  995. package/dist/commands/finding-dependency-check.d.ts +0 -5
  996. package/dist/commands/finding-dependency-check.d.ts.map +0 -1
  997. package/dist/commands/finding-dependency-check.js +0 -120
  998. package/dist/commands/finding-dependency-check.js.map +0 -1
  999. package/dist/commands/finding-dependency-impact.d.ts +0 -2
  1000. package/dist/commands/finding-dependency-impact.d.ts.map +0 -1
  1001. package/dist/commands/finding-dependency-impact.js +0 -98
  1002. package/dist/commands/finding-dependency-impact.js.map +0 -1
  1003. package/dist/commands/finding-dependency-link.d.ts +0 -5
  1004. package/dist/commands/finding-dependency-link.d.ts.map +0 -1
  1005. package/dist/commands/finding-dependency-link.js +0 -74
  1006. package/dist/commands/finding-dependency-link.js.map +0 -1
  1007. package/dist/commands/finding-dependency-risk.d.ts +0 -5
  1008. package/dist/commands/finding-dependency-risk.d.ts.map +0 -1
  1009. package/dist/commands/finding-dependency-risk.js +0 -118
  1010. package/dist/commands/finding-dependency-risk.js.map +0 -1
  1011. package/dist/commands/finding-dependency-tree.d.ts +0 -5
  1012. package/dist/commands/finding-dependency-tree.d.ts.map +0 -1
  1013. package/dist/commands/finding-dependency-tree.js +0 -117
  1014. package/dist/commands/finding-dependency-tree.js.map +0 -1
  1015. package/dist/commands/finding-diff-highlight.d.ts +0 -5
  1016. package/dist/commands/finding-diff-highlight.d.ts.map +0 -1
  1017. package/dist/commands/finding-diff-highlight.js +0 -108
  1018. package/dist/commands/finding-diff-highlight.js.map +0 -1
  1019. package/dist/commands/finding-dismiss-workflow.d.ts +0 -5
  1020. package/dist/commands/finding-dismiss-workflow.d.ts.map +0 -1
  1021. package/dist/commands/finding-dismiss-workflow.js +0 -120
  1022. package/dist/commands/finding-dismiss-workflow.js.map +0 -1
  1023. package/dist/commands/finding-duplicate-detect.d.ts +0 -5
  1024. package/dist/commands/finding-duplicate-detect.d.ts.map +0 -1
  1025. package/dist/commands/finding-duplicate-detect.js +0 -114
  1026. package/dist/commands/finding-duplicate-detect.js.map +0 -1
  1027. package/dist/commands/finding-duplicate-rule.d.ts +0 -5
  1028. package/dist/commands/finding-duplicate-rule.d.ts.map +0 -1
  1029. package/dist/commands/finding-duplicate-rule.js +0 -104
  1030. package/dist/commands/finding-duplicate-rule.js.map +0 -1
  1031. package/dist/commands/finding-effort-rank.d.ts +0 -2
  1032. package/dist/commands/finding-effort-rank.d.ts.map +0 -1
  1033. package/dist/commands/finding-effort-rank.js +0 -94
  1034. package/dist/commands/finding-effort-rank.js.map +0 -1
  1035. package/dist/commands/finding-evidence-chain.d.ts +0 -5
  1036. package/dist/commands/finding-evidence-chain.d.ts.map +0 -1
  1037. package/dist/commands/finding-evidence-chain.js +0 -148
  1038. package/dist/commands/finding-evidence-chain.js.map +0 -1
  1039. package/dist/commands/finding-evidence-collect.d.ts +0 -5
  1040. package/dist/commands/finding-evidence-collect.d.ts.map +0 -1
  1041. package/dist/commands/finding-evidence-collect.js +0 -115
  1042. package/dist/commands/finding-evidence-collect.js.map +0 -1
  1043. package/dist/commands/finding-explain.d.ts +0 -5
  1044. package/dist/commands/finding-explain.d.ts.map +0 -1
  1045. package/dist/commands/finding-explain.js +0 -94
  1046. package/dist/commands/finding-explain.js.map +0 -1
  1047. package/dist/commands/finding-export-csv.d.ts +0 -5
  1048. package/dist/commands/finding-export-csv.d.ts.map +0 -1
  1049. package/dist/commands/finding-export-csv.js +0 -79
  1050. package/dist/commands/finding-export-csv.js.map +0 -1
  1051. package/dist/commands/finding-false-neg-check.d.ts +0 -9
  1052. package/dist/commands/finding-false-neg-check.d.ts.map +0 -1
  1053. package/dist/commands/finding-false-neg-check.js +0 -140
  1054. package/dist/commands/finding-false-neg-check.js.map +0 -1
  1055. package/dist/commands/finding-false-positive-learn.d.ts +0 -5
  1056. package/dist/commands/finding-false-positive-learn.d.ts.map +0 -1
  1057. package/dist/commands/finding-false-positive-learn.js +0 -86
  1058. package/dist/commands/finding-false-positive-learn.js.map +0 -1
  1059. package/dist/commands/finding-false-positive-log.d.ts +0 -5
  1060. package/dist/commands/finding-false-positive-log.d.ts.map +0 -1
  1061. package/dist/commands/finding-false-positive-log.js +0 -151
  1062. package/dist/commands/finding-false-positive-log.js.map +0 -1
  1063. package/dist/commands/finding-false-positive.d.ts +0 -5
  1064. package/dist/commands/finding-false-positive.d.ts.map +0 -1
  1065. package/dist/commands/finding-false-positive.js +0 -135
  1066. package/dist/commands/finding-false-positive.js.map +0 -1
  1067. package/dist/commands/finding-filter-view.d.ts +0 -5
  1068. package/dist/commands/finding-filter-view.d.ts.map +0 -1
  1069. package/dist/commands/finding-filter-view.js +0 -108
  1070. package/dist/commands/finding-filter-view.js.map +0 -1
  1071. package/dist/commands/finding-fix-chain.d.ts +0 -2
  1072. package/dist/commands/finding-fix-chain.d.ts.map +0 -1
  1073. package/dist/commands/finding-fix-chain.js +0 -79
  1074. package/dist/commands/finding-fix-chain.js.map +0 -1
  1075. package/dist/commands/finding-fix-playbook.d.ts +0 -2
  1076. package/dist/commands/finding-fix-playbook.d.ts.map +0 -1
  1077. package/dist/commands/finding-fix-playbook.js +0 -111
  1078. package/dist/commands/finding-fix-playbook.js.map +0 -1
  1079. package/dist/commands/finding-fix-priority.d.ts +0 -5
  1080. package/dist/commands/finding-fix-priority.d.ts.map +0 -1
  1081. package/dist/commands/finding-fix-priority.js +0 -99
  1082. package/dist/commands/finding-fix-priority.js.map +0 -1
  1083. package/dist/commands/finding-fix-rate.d.ts +0 -5
  1084. package/dist/commands/finding-fix-rate.d.ts.map +0 -1
  1085. package/dist/commands/finding-fix-rate.js +0 -142
  1086. package/dist/commands/finding-fix-rate.js.map +0 -1
  1087. package/dist/commands/finding-fix-suggest.d.ts +0 -5
  1088. package/dist/commands/finding-fix-suggest.d.ts.map +0 -1
  1089. package/dist/commands/finding-fix-suggest.js +0 -89
  1090. package/dist/commands/finding-fix-suggest.js.map +0 -1
  1091. package/dist/commands/finding-fix-validation.d.ts +0 -5
  1092. package/dist/commands/finding-fix-validation.d.ts.map +0 -1
  1093. package/dist/commands/finding-fix-validation.js +0 -116
  1094. package/dist/commands/finding-fix-validation.js.map +0 -1
  1095. package/dist/commands/finding-fix-verify.d.ts +0 -5
  1096. package/dist/commands/finding-fix-verify.d.ts.map +0 -1
  1097. package/dist/commands/finding-fix-verify.js +0 -199
  1098. package/dist/commands/finding-fix-verify.js.map +0 -1
  1099. package/dist/commands/finding-group-by.d.ts +0 -5
  1100. package/dist/commands/finding-group-by.d.ts.map +0 -1
  1101. package/dist/commands/finding-group-by.js +0 -87
  1102. package/dist/commands/finding-group-by.js.map +0 -1
  1103. package/dist/commands/finding-group.d.ts +0 -16
  1104. package/dist/commands/finding-group.d.ts.map +0 -1
  1105. package/dist/commands/finding-group.js +0 -165
  1106. package/dist/commands/finding-group.js.map +0 -1
  1107. package/dist/commands/finding-groupby-file.d.ts +0 -5
  1108. package/dist/commands/finding-groupby-file.d.ts.map +0 -1
  1109. package/dist/commands/finding-groupby-file.js +0 -95
  1110. package/dist/commands/finding-groupby-file.js.map +0 -1
  1111. package/dist/commands/finding-hotfix-suggest.d.ts +0 -8
  1112. package/dist/commands/finding-hotfix-suggest.d.ts.map +0 -1
  1113. package/dist/commands/finding-hotfix-suggest.js +0 -171
  1114. package/dist/commands/finding-hotfix-suggest.js.map +0 -1
  1115. package/dist/commands/finding-hotspot-detect.d.ts +0 -2
  1116. package/dist/commands/finding-hotspot-detect.d.ts.map +0 -1
  1117. package/dist/commands/finding-hotspot-detect.js +0 -121
  1118. package/dist/commands/finding-hotspot-detect.js.map +0 -1
  1119. package/dist/commands/finding-hotspot-map.d.ts +0 -5
  1120. package/dist/commands/finding-hotspot-map.d.ts.map +0 -1
  1121. package/dist/commands/finding-hotspot-map.js +0 -107
  1122. package/dist/commands/finding-hotspot-map.js.map +0 -1
  1123. package/dist/commands/finding-hotspot.d.ts +0 -5
  1124. package/dist/commands/finding-hotspot.d.ts.map +0 -1
  1125. package/dist/commands/finding-hotspot.js +0 -116
  1126. package/dist/commands/finding-hotspot.js.map +0 -1
  1127. package/dist/commands/finding-impact-radius.d.ts +0 -2
  1128. package/dist/commands/finding-impact-radius.d.ts.map +0 -1
  1129. package/dist/commands/finding-impact-radius.js +0 -95
  1130. package/dist/commands/finding-impact-radius.js.map +0 -1
  1131. package/dist/commands/finding-impact-rank.d.ts +0 -5
  1132. package/dist/commands/finding-impact-rank.d.ts.map +0 -1
  1133. package/dist/commands/finding-impact-rank.js +0 -86
  1134. package/dist/commands/finding-impact-rank.js.map +0 -1
  1135. package/dist/commands/finding-impact-score.d.ts +0 -5
  1136. package/dist/commands/finding-impact-score.d.ts.map +0 -1
  1137. package/dist/commands/finding-impact-score.js +0 -124
  1138. package/dist/commands/finding-impact-score.js.map +0 -1
  1139. package/dist/commands/finding-impact.d.ts +0 -5
  1140. package/dist/commands/finding-impact.d.ts.map +0 -1
  1141. package/dist/commands/finding-impact.js +0 -136
  1142. package/dist/commands/finding-impact.js.map +0 -1
  1143. package/dist/commands/finding-line-blame.d.ts +0 -8
  1144. package/dist/commands/finding-line-blame.d.ts.map +0 -1
  1145. package/dist/commands/finding-line-blame.js +0 -133
  1146. package/dist/commands/finding-line-blame.js.map +0 -1
  1147. package/dist/commands/finding-link-graph.d.ts +0 -5
  1148. package/dist/commands/finding-link-graph.d.ts.map +0 -1
  1149. package/dist/commands/finding-link-graph.js +0 -145
  1150. package/dist/commands/finding-link-graph.js.map +0 -1
  1151. package/dist/commands/finding-link.d.ts +0 -5
  1152. package/dist/commands/finding-link.d.ts.map +0 -1
  1153. package/dist/commands/finding-link.js +0 -129
  1154. package/dist/commands/finding-link.js.map +0 -1
  1155. package/dist/commands/finding-merge-results.d.ts +0 -5
  1156. package/dist/commands/finding-merge-results.d.ts.map +0 -1
  1157. package/dist/commands/finding-merge-results.js +0 -111
  1158. package/dist/commands/finding-merge-results.js.map +0 -1
  1159. package/dist/commands/finding-merge-strategy.d.ts +0 -2
  1160. package/dist/commands/finding-merge-strategy.d.ts.map +0 -1
  1161. package/dist/commands/finding-merge-strategy.js +0 -85
  1162. package/dist/commands/finding-merge-strategy.js.map +0 -1
  1163. package/dist/commands/finding-metadata-enrich.d.ts +0 -5
  1164. package/dist/commands/finding-metadata-enrich.d.ts.map +0 -1
  1165. package/dist/commands/finding-metadata-enrich.js +0 -93
  1166. package/dist/commands/finding-metadata-enrich.js.map +0 -1
  1167. package/dist/commands/finding-noise-filter.d.ts +0 -8
  1168. package/dist/commands/finding-noise-filter.d.ts.map +0 -1
  1169. package/dist/commands/finding-noise-filter.js +0 -141
  1170. package/dist/commands/finding-noise-filter.js.map +0 -1
  1171. package/dist/commands/finding-noise-reduce.d.ts +0 -2
  1172. package/dist/commands/finding-noise-reduce.d.ts.map +0 -1
  1173. package/dist/commands/finding-noise-reduce.js +0 -82
  1174. package/dist/commands/finding-noise-reduce.js.map +0 -1
  1175. package/dist/commands/finding-owner-assign.d.ts +0 -5
  1176. package/dist/commands/finding-owner-assign.d.ts.map +0 -1
  1177. package/dist/commands/finding-owner-assign.js +0 -134
  1178. package/dist/commands/finding-owner-assign.js.map +0 -1
  1179. package/dist/commands/finding-owner-notify.d.ts +0 -2
  1180. package/dist/commands/finding-owner-notify.d.ts.map +0 -1
  1181. package/dist/commands/finding-owner-notify.js +0 -122
  1182. package/dist/commands/finding-owner-notify.js.map +0 -1
  1183. package/dist/commands/finding-ownership-assign.d.ts +0 -5
  1184. package/dist/commands/finding-ownership-assign.d.ts.map +0 -1
  1185. package/dist/commands/finding-ownership-assign.js +0 -102
  1186. package/dist/commands/finding-ownership-assign.js.map +0 -1
  1187. package/dist/commands/finding-ownership-map.d.ts +0 -5
  1188. package/dist/commands/finding-ownership-map.d.ts.map +0 -1
  1189. package/dist/commands/finding-ownership-map.js +0 -118
  1190. package/dist/commands/finding-ownership-map.js.map +0 -1
  1191. package/dist/commands/finding-patch-chain.d.ts +0 -2
  1192. package/dist/commands/finding-patch-chain.d.ts.map +0 -1
  1193. package/dist/commands/finding-patch-chain.js +0 -91
  1194. package/dist/commands/finding-patch-chain.js.map +0 -1
  1195. package/dist/commands/finding-patch-preview.d.ts +0 -5
  1196. package/dist/commands/finding-patch-preview.d.ts.map +0 -1
  1197. package/dist/commands/finding-patch-preview.js +0 -104
  1198. package/dist/commands/finding-patch-preview.js.map +0 -1
  1199. package/dist/commands/finding-pattern-detect.d.ts +0 -5
  1200. package/dist/commands/finding-pattern-detect.d.ts.map +0 -1
  1201. package/dist/commands/finding-pattern-detect.js +0 -128
  1202. package/dist/commands/finding-pattern-detect.js.map +0 -1
  1203. package/dist/commands/finding-pattern-library.d.ts +0 -5
  1204. package/dist/commands/finding-pattern-library.d.ts.map +0 -1
  1205. package/dist/commands/finding-pattern-library.js +0 -146
  1206. package/dist/commands/finding-pattern-library.js.map +0 -1
  1207. package/dist/commands/finding-pattern-match.d.ts +0 -5
  1208. package/dist/commands/finding-pattern-match.d.ts.map +0 -1
  1209. package/dist/commands/finding-pattern-match.js +0 -166
  1210. package/dist/commands/finding-pattern-match.js.map +0 -1
  1211. package/dist/commands/finding-prioritize.d.ts +0 -5
  1212. package/dist/commands/finding-prioritize.d.ts.map +0 -1
  1213. package/dist/commands/finding-prioritize.js +0 -120
  1214. package/dist/commands/finding-prioritize.js.map +0 -1
  1215. package/dist/commands/finding-priority-matrix.d.ts +0 -5
  1216. package/dist/commands/finding-priority-matrix.d.ts.map +0 -1
  1217. package/dist/commands/finding-priority-matrix.js +0 -103
  1218. package/dist/commands/finding-priority-matrix.js.map +0 -1
  1219. package/dist/commands/finding-priority-queue.d.ts +0 -5
  1220. package/dist/commands/finding-priority-queue.d.ts.map +0 -1
  1221. package/dist/commands/finding-priority-queue.js +0 -132
  1222. package/dist/commands/finding-priority-queue.js.map +0 -1
  1223. package/dist/commands/finding-priority-rank.d.ts +0 -2
  1224. package/dist/commands/finding-priority-rank.d.ts.map +0 -1
  1225. package/dist/commands/finding-priority-rank.js +0 -83
  1226. package/dist/commands/finding-priority-rank.js.map +0 -1
  1227. package/dist/commands/finding-quality-gate.d.ts +0 -5
  1228. package/dist/commands/finding-quality-gate.d.ts.map +0 -1
  1229. package/dist/commands/finding-quality-gate.js +0 -108
  1230. package/dist/commands/finding-quality-gate.js.map +0 -1
  1231. package/dist/commands/finding-rank.d.ts +0 -5
  1232. package/dist/commands/finding-rank.d.ts.map +0 -1
  1233. package/dist/commands/finding-rank.js +0 -139
  1234. package/dist/commands/finding-rank.js.map +0 -1
  1235. package/dist/commands/finding-reachability-check.d.ts +0 -5
  1236. package/dist/commands/finding-reachability-check.d.ts.map +0 -1
  1237. package/dist/commands/finding-reachability-check.js +0 -103
  1238. package/dist/commands/finding-reachability-check.js.map +0 -1
  1239. package/dist/commands/finding-reachability.d.ts +0 -5
  1240. package/dist/commands/finding-reachability.d.ts.map +0 -1
  1241. package/dist/commands/finding-reachability.js +0 -132
  1242. package/dist/commands/finding-reachability.js.map +0 -1
  1243. package/dist/commands/finding-recurrence-check.d.ts +0 -2
  1244. package/dist/commands/finding-recurrence-check.d.ts.map +0 -1
  1245. package/dist/commands/finding-recurrence-check.js +0 -104
  1246. package/dist/commands/finding-recurrence-check.js.map +0 -1
  1247. package/dist/commands/finding-recurrence-detect.d.ts +0 -5
  1248. package/dist/commands/finding-recurrence-detect.d.ts.map +0 -1
  1249. package/dist/commands/finding-recurrence-detect.js +0 -78
  1250. package/dist/commands/finding-recurrence-detect.js.map +0 -1
  1251. package/dist/commands/finding-recurrence.d.ts +0 -5
  1252. package/dist/commands/finding-recurrence.d.ts.map +0 -1
  1253. package/dist/commands/finding-recurrence.js +0 -136
  1254. package/dist/commands/finding-recurrence.js.map +0 -1
  1255. package/dist/commands/finding-regression-check.d.ts +0 -5
  1256. package/dist/commands/finding-regression-check.d.ts.map +0 -1
  1257. package/dist/commands/finding-regression-check.js +0 -113
  1258. package/dist/commands/finding-regression-check.js.map +0 -1
  1259. package/dist/commands/finding-regression-detect.d.ts +0 -2
  1260. package/dist/commands/finding-regression-detect.d.ts.map +0 -1
  1261. package/dist/commands/finding-regression-detect.js +0 -87
  1262. package/dist/commands/finding-regression-detect.js.map +0 -1
  1263. package/dist/commands/finding-related-rules.d.ts +0 -5
  1264. package/dist/commands/finding-related-rules.d.ts.map +0 -1
  1265. package/dist/commands/finding-related-rules.js +0 -152
  1266. package/dist/commands/finding-related-rules.js.map +0 -1
  1267. package/dist/commands/finding-remediation-cost.d.ts +0 -2
  1268. package/dist/commands/finding-remediation-cost.d.ts.map +0 -1
  1269. package/dist/commands/finding-remediation-cost.js +0 -80
  1270. package/dist/commands/finding-remediation-cost.js.map +0 -1
  1271. package/dist/commands/finding-remediation-plan.d.ts +0 -5
  1272. package/dist/commands/finding-remediation-plan.d.ts.map +0 -1
  1273. package/dist/commands/finding-remediation-plan.js +0 -108
  1274. package/dist/commands/finding-remediation-plan.js.map +0 -1
  1275. package/dist/commands/finding-reopen-detect.d.ts +0 -2
  1276. package/dist/commands/finding-reopen-detect.d.ts.map +0 -1
  1277. package/dist/commands/finding-reopen-detect.js +0 -78
  1278. package/dist/commands/finding-reopen-detect.js.map +0 -1
  1279. package/dist/commands/finding-resolution-track.d.ts +0 -5
  1280. package/dist/commands/finding-resolution-track.d.ts.map +0 -1
  1281. package/dist/commands/finding-resolution-track.js +0 -151
  1282. package/dist/commands/finding-resolution-track.js.map +0 -1
  1283. package/dist/commands/finding-resolution-tracker.d.ts +0 -5
  1284. package/dist/commands/finding-resolution-tracker.d.ts.map +0 -1
  1285. package/dist/commands/finding-resolution-tracker.js +0 -164
  1286. package/dist/commands/finding-resolution-tracker.js.map +0 -1
  1287. package/dist/commands/finding-resolution-workflow.d.ts +0 -2
  1288. package/dist/commands/finding-resolution-workflow.d.ts.map +0 -1
  1289. package/dist/commands/finding-resolution-workflow.js +0 -92
  1290. package/dist/commands/finding-resolution-workflow.js.map +0 -1
  1291. package/dist/commands/finding-resolution.d.ts +0 -5
  1292. package/dist/commands/finding-resolution.d.ts.map +0 -1
  1293. package/dist/commands/finding-resolution.js +0 -143
  1294. package/dist/commands/finding-resolution.js.map +0 -1
  1295. package/dist/commands/finding-risk-label.d.ts +0 -2
  1296. package/dist/commands/finding-risk-label.d.ts.map +0 -1
  1297. package/dist/commands/finding-risk-label.js +0 -73
  1298. package/dist/commands/finding-risk-label.js.map +0 -1
  1299. package/dist/commands/finding-risk-matrix.d.ts +0 -5
  1300. package/dist/commands/finding-risk-matrix.d.ts.map +0 -1
  1301. package/dist/commands/finding-risk-matrix.js +0 -127
  1302. package/dist/commands/finding-risk-matrix.js.map +0 -1
  1303. package/dist/commands/finding-risk-score.d.ts +0 -5
  1304. package/dist/commands/finding-risk-score.d.ts.map +0 -1
  1305. package/dist/commands/finding-risk-score.js +0 -96
  1306. package/dist/commands/finding-risk-score.js.map +0 -1
  1307. package/dist/commands/finding-root-cause.d.ts +0 -5
  1308. package/dist/commands/finding-root-cause.d.ts.map +0 -1
  1309. package/dist/commands/finding-root-cause.js +0 -185
  1310. package/dist/commands/finding-root-cause.js.map +0 -1
  1311. package/dist/commands/finding-rule-explain.d.ts +0 -5
  1312. package/dist/commands/finding-rule-explain.d.ts.map +0 -1
  1313. package/dist/commands/finding-rule-explain.js +0 -141
  1314. package/dist/commands/finding-rule-explain.js.map +0 -1
  1315. package/dist/commands/finding-scope-filter.d.ts +0 -2
  1316. package/dist/commands/finding-scope-filter.d.ts.map +0 -1
  1317. package/dist/commands/finding-scope-filter.js +0 -78
  1318. package/dist/commands/finding-scope-filter.js.map +0 -1
  1319. package/dist/commands/finding-search-index.d.ts +0 -5
  1320. package/dist/commands/finding-search-index.d.ts.map +0 -1
  1321. package/dist/commands/finding-search-index.js +0 -100
  1322. package/dist/commands/finding-search-index.js.map +0 -1
  1323. package/dist/commands/finding-security-hotspot.d.ts +0 -5
  1324. package/dist/commands/finding-security-hotspot.d.ts.map +0 -1
  1325. package/dist/commands/finding-security-hotspot.js +0 -176
  1326. package/dist/commands/finding-security-hotspot.js.map +0 -1
  1327. package/dist/commands/finding-severity-dist.d.ts +0 -5
  1328. package/dist/commands/finding-severity-dist.d.ts.map +0 -1
  1329. package/dist/commands/finding-severity-dist.js +0 -106
  1330. package/dist/commands/finding-severity-dist.js.map +0 -1
  1331. package/dist/commands/finding-severity-drift.d.ts +0 -5
  1332. package/dist/commands/finding-severity-drift.d.ts.map +0 -1
  1333. package/dist/commands/finding-severity-drift.js +0 -93
  1334. package/dist/commands/finding-severity-drift.js.map +0 -1
  1335. package/dist/commands/finding-severity-heatmap.d.ts +0 -5
  1336. package/dist/commands/finding-severity-heatmap.d.ts.map +0 -1
  1337. package/dist/commands/finding-severity-heatmap.js +0 -109
  1338. package/dist/commands/finding-severity-heatmap.js.map +0 -1
  1339. package/dist/commands/finding-severity-histogram.d.ts +0 -5
  1340. package/dist/commands/finding-severity-histogram.d.ts.map +0 -1
  1341. package/dist/commands/finding-severity-histogram.js +0 -67
  1342. package/dist/commands/finding-severity-histogram.js.map +0 -1
  1343. package/dist/commands/finding-severity-override.d.ts +0 -5
  1344. package/dist/commands/finding-severity-override.d.ts.map +0 -1
  1345. package/dist/commands/finding-severity-override.js +0 -132
  1346. package/dist/commands/finding-severity-override.js.map +0 -1
  1347. package/dist/commands/finding-severity-rebalance.d.ts +0 -2
  1348. package/dist/commands/finding-severity-rebalance.d.ts.map +0 -1
  1349. package/dist/commands/finding-severity-rebalance.js +0 -109
  1350. package/dist/commands/finding-severity-rebalance.js.map +0 -1
  1351. package/dist/commands/finding-severity-trend.d.ts +0 -5
  1352. package/dist/commands/finding-severity-trend.d.ts.map +0 -1
  1353. package/dist/commands/finding-severity-trend.js +0 -128
  1354. package/dist/commands/finding-severity-trend.js.map +0 -1
  1355. package/dist/commands/finding-similar-match.d.ts +0 -2
  1356. package/dist/commands/finding-similar-match.d.ts.map +0 -1
  1357. package/dist/commands/finding-similar-match.js +0 -113
  1358. package/dist/commands/finding-similar-match.js.map +0 -1
  1359. package/dist/commands/finding-snippet.d.ts +0 -5
  1360. package/dist/commands/finding-snippet.d.ts.map +0 -1
  1361. package/dist/commands/finding-snippet.js +0 -103
  1362. package/dist/commands/finding-snippet.js.map +0 -1
  1363. package/dist/commands/finding-summary-digest.d.ts +0 -8
  1364. package/dist/commands/finding-summary-digest.d.ts.map +0 -1
  1365. package/dist/commands/finding-summary-digest.js +0 -146
  1366. package/dist/commands/finding-summary-digest.js.map +0 -1
  1367. package/dist/commands/finding-suppress-pattern.d.ts +0 -5
  1368. package/dist/commands/finding-suppress-pattern.d.ts.map +0 -1
  1369. package/dist/commands/finding-suppress-pattern.js +0 -149
  1370. package/dist/commands/finding-suppress-pattern.js.map +0 -1
  1371. package/dist/commands/finding-suppress.d.ts +0 -5
  1372. package/dist/commands/finding-suppress.d.ts.map +0 -1
  1373. package/dist/commands/finding-suppress.js +0 -165
  1374. package/dist/commands/finding-suppress.js.map +0 -1
  1375. package/dist/commands/finding-suppression-audit.d.ts +0 -5
  1376. package/dist/commands/finding-suppression-audit.d.ts.map +0 -1
  1377. package/dist/commands/finding-suppression-audit.js +0 -138
  1378. package/dist/commands/finding-suppression-audit.js.map +0 -1
  1379. package/dist/commands/finding-suppression-list.d.ts +0 -5
  1380. package/dist/commands/finding-suppression-list.d.ts.map +0 -1
  1381. package/dist/commands/finding-suppression-list.js +0 -120
  1382. package/dist/commands/finding-suppression-list.js.map +0 -1
  1383. package/dist/commands/finding-suppression-log.d.ts +0 -5
  1384. package/dist/commands/finding-suppression-log.d.ts.map +0 -1
  1385. package/dist/commands/finding-suppression-log.js +0 -175
  1386. package/dist/commands/finding-suppression-log.js.map +0 -1
  1387. package/dist/commands/finding-time-to-fix.d.ts +0 -2
  1388. package/dist/commands/finding-time-to-fix.d.ts.map +0 -1
  1389. package/dist/commands/finding-time-to-fix.js +0 -99
  1390. package/dist/commands/finding-time-to-fix.js.map +0 -1
  1391. package/dist/commands/finding-timeline-view.d.ts +0 -5
  1392. package/dist/commands/finding-timeline-view.d.ts.map +0 -1
  1393. package/dist/commands/finding-timeline-view.js +0 -99
  1394. package/dist/commands/finding-timeline-view.js.map +0 -1
  1395. package/dist/commands/finding-timeline.d.ts +0 -5
  1396. package/dist/commands/finding-timeline.d.ts.map +0 -1
  1397. package/dist/commands/finding-timeline.js +0 -144
  1398. package/dist/commands/finding-timeline.js.map +0 -1
  1399. package/dist/commands/finding-trace.d.ts +0 -5
  1400. package/dist/commands/finding-trace.d.ts.map +0 -1
  1401. package/dist/commands/finding-trace.js +0 -119
  1402. package/dist/commands/finding-trace.js.map +0 -1
  1403. package/dist/commands/finding-trend-alert.d.ts +0 -2
  1404. package/dist/commands/finding-trend-alert.d.ts.map +0 -1
  1405. package/dist/commands/finding-trend-alert.js +0 -127
  1406. package/dist/commands/finding-trend-alert.js.map +0 -1
  1407. package/dist/commands/finding-trend-analysis.d.ts +0 -5
  1408. package/dist/commands/finding-trend-analysis.d.ts.map +0 -1
  1409. package/dist/commands/finding-trend-analysis.js +0 -96
  1410. package/dist/commands/finding-trend-analysis.js.map +0 -1
  1411. package/dist/commands/finding-trend-forecast.d.ts +0 -5
  1412. package/dist/commands/finding-trend-forecast.d.ts.map +0 -1
  1413. package/dist/commands/finding-trend-forecast.js +0 -107
  1414. package/dist/commands/finding-trend-forecast.js.map +0 -1
  1415. package/dist/commands/finding-trend-report.d.ts +0 -5
  1416. package/dist/commands/finding-trend-report.d.ts.map +0 -1
  1417. package/dist/commands/finding-trend-report.js +0 -108
  1418. package/dist/commands/finding-trend-report.js.map +0 -1
  1419. package/dist/commands/finding-trend.d.ts +0 -5
  1420. package/dist/commands/finding-trend.d.ts.map +0 -1
  1421. package/dist/commands/finding-trend.js +0 -119
  1422. package/dist/commands/finding-trend.js.map +0 -1
  1423. package/dist/commands/fix-pr.d.ts +0 -23
  1424. package/dist/commands/fix-pr.d.ts.map +0 -1
  1425. package/dist/commands/fix-pr.js +0 -323
  1426. package/dist/commands/fix-pr.js.map +0 -1
  1427. package/dist/commands/fix-suggest.d.ts +0 -5
  1428. package/dist/commands/fix-suggest.d.ts.map +0 -1
  1429. package/dist/commands/fix-suggest.js +0 -172
  1430. package/dist/commands/fix-suggest.js.map +0 -1
  1431. package/dist/commands/fix-verify.d.ts +0 -5
  1432. package/dist/commands/fix-verify.d.ts.map +0 -1
  1433. package/dist/commands/fix-verify.js +0 -124
  1434. package/dist/commands/fix-verify.js.map +0 -1
  1435. package/dist/commands/fix.d.ts.map +0 -1
  1436. package/dist/commands/fix.js.map +0 -1
  1437. package/dist/commands/focus-area.d.ts +0 -6
  1438. package/dist/commands/focus-area.d.ts.map +0 -1
  1439. package/dist/commands/focus-area.js +0 -193
  1440. package/dist/commands/focus-area.js.map +0 -1
  1441. package/dist/commands/generate.d.ts +0 -8
  1442. package/dist/commands/generate.d.ts.map +0 -1
  1443. package/dist/commands/generate.js +0 -404
  1444. package/dist/commands/generate.js.map +0 -1
  1445. package/dist/commands/governance.d.ts +0 -32
  1446. package/dist/commands/governance.d.ts.map +0 -1
  1447. package/dist/commands/governance.js +0 -203
  1448. package/dist/commands/governance.js.map +0 -1
  1449. package/dist/commands/group-findings.d.ts +0 -23
  1450. package/dist/commands/group-findings.d.ts.map +0 -1
  1451. package/dist/commands/group-findings.js +0 -155
  1452. package/dist/commands/group-findings.js.map +0 -1
  1453. package/dist/commands/guided-tour.d.ts +0 -9
  1454. package/dist/commands/guided-tour.d.ts.map +0 -1
  1455. package/dist/commands/guided-tour.js +0 -288
  1456. package/dist/commands/guided-tour.js.map +0 -1
  1457. package/dist/commands/habit-tracker.d.ts +0 -8
  1458. package/dist/commands/habit-tracker.d.ts.map +0 -1
  1459. package/dist/commands/habit-tracker.js +0 -195
  1460. package/dist/commands/habit-tracker.js.map +0 -1
  1461. package/dist/commands/hallucination-detect.d.ts +0 -5
  1462. package/dist/commands/hallucination-detect.d.ts.map +0 -1
  1463. package/dist/commands/hallucination-detect.js +0 -351
  1464. package/dist/commands/hallucination-detect.js.map +0 -1
  1465. package/dist/commands/hallucination-score.d.ts +0 -9
  1466. package/dist/commands/hallucination-score.d.ts.map +0 -1
  1467. package/dist/commands/hallucination-score.js +0 -317
  1468. package/dist/commands/hallucination-score.js.map +0 -1
  1469. package/dist/commands/help.d.ts +0 -8
  1470. package/dist/commands/help.d.ts.map +0 -1
  1471. package/dist/commands/help.js +0 -303
  1472. package/dist/commands/help.js.map +0 -1
  1473. package/dist/commands/hook-install.d.ts +0 -22
  1474. package/dist/commands/hook-install.d.ts.map +0 -1
  1475. package/dist/commands/hook-install.js +0 -143
  1476. package/dist/commands/hook-install.js.map +0 -1
  1477. package/dist/commands/hook.d.ts +0 -9
  1478. package/dist/commands/hook.d.ts.map +0 -1
  1479. package/dist/commands/hook.js +0 -146
  1480. package/dist/commands/hook.js.map +0 -1
  1481. package/dist/commands/iac-lint.d.ts +0 -8
  1482. package/dist/commands/iac-lint.d.ts.map +0 -1
  1483. package/dist/commands/iac-lint.js +0 -313
  1484. package/dist/commands/iac-lint.js.map +0 -1
  1485. package/dist/commands/idempotency-audit.d.ts +0 -5
  1486. package/dist/commands/idempotency-audit.d.ts.map +0 -1
  1487. package/dist/commands/idempotency-audit.js +0 -223
  1488. package/dist/commands/idempotency-audit.js.map +0 -1
  1489. package/dist/commands/ignore-list.d.ts +0 -19
  1490. package/dist/commands/ignore-list.d.ts.map +0 -1
  1491. package/dist/commands/ignore-list.js +0 -166
  1492. package/dist/commands/ignore-list.js.map +0 -1
  1493. package/dist/commands/impact-scan.d.ts +0 -9
  1494. package/dist/commands/impact-scan.d.ts.map +0 -1
  1495. package/dist/commands/impact-scan.js +0 -282
  1496. package/dist/commands/impact-scan.js.map +0 -1
  1497. package/dist/commands/incident-response.d.ts +0 -8
  1498. package/dist/commands/incident-response.d.ts.map +0 -1
  1499. package/dist/commands/incident-response.js +0 -255
  1500. package/dist/commands/incident-response.js.map +0 -1
  1501. package/dist/commands/incremental-review.d.ts +0 -5
  1502. package/dist/commands/incremental-review.d.ts.map +0 -1
  1503. package/dist/commands/incremental-review.js +0 -240
  1504. package/dist/commands/incremental-review.js.map +0 -1
  1505. package/dist/commands/init.d.ts +0 -11
  1506. package/dist/commands/init.d.ts.map +0 -1
  1507. package/dist/commands/init.js +0 -266
  1508. package/dist/commands/init.js.map +0 -1
  1509. package/dist/commands/input-guard.d.ts +0 -5
  1510. package/dist/commands/input-guard.d.ts.map +0 -1
  1511. package/dist/commands/input-guard.js +0 -256
  1512. package/dist/commands/input-guard.js.map +0 -1
  1513. package/dist/commands/interactive-fix.d.ts +0 -23
  1514. package/dist/commands/interactive-fix.d.ts.map +0 -1
  1515. package/dist/commands/interactive-fix.js +0 -140
  1516. package/dist/commands/interactive-fix.js.map +0 -1
  1517. package/dist/commands/judge-author.d.ts +0 -8
  1518. package/dist/commands/judge-author.d.ts.map +0 -1
  1519. package/dist/commands/judge-author.js +0 -261
  1520. package/dist/commands/judge-author.js.map +0 -1
  1521. package/dist/commands/judge-config.d.ts +0 -5
  1522. package/dist/commands/judge-config.d.ts.map +0 -1
  1523. package/dist/commands/judge-config.js +0 -152
  1524. package/dist/commands/judge-config.js.map +0 -1
  1525. package/dist/commands/judge-learn.d.ts +0 -9
  1526. package/dist/commands/judge-learn.d.ts.map +0 -1
  1527. package/dist/commands/judge-learn.js +0 -218
  1528. package/dist/commands/judge-learn.js.map +0 -1
  1529. package/dist/commands/judge-reputation.d.ts +0 -29
  1530. package/dist/commands/judge-reputation.d.ts.map +0 -1
  1531. package/dist/commands/judge-reputation.js +0 -199
  1532. package/dist/commands/judge-reputation.js.map +0 -1
  1533. package/dist/commands/kb.d.ts +0 -41
  1534. package/dist/commands/kb.d.ts.map +0 -1
  1535. package/dist/commands/kb.js +0 -231
  1536. package/dist/commands/kb.js.map +0 -1
  1537. package/dist/commands/language-packs.d.ts.map +0 -1
  1538. package/dist/commands/language-packs.js.map +0 -1
  1539. package/dist/commands/learn.d.ts +0 -27
  1540. package/dist/commands/learn.d.ts.map +0 -1
  1541. package/dist/commands/learn.js +0 -289
  1542. package/dist/commands/learn.js.map +0 -1
  1543. package/dist/commands/learning-path.d.ts +0 -9
  1544. package/dist/commands/learning-path.d.ts.map +0 -1
  1545. package/dist/commands/learning-path.js +0 -326
  1546. package/dist/commands/learning-path.js.map +0 -1
  1547. package/dist/commands/license-scan.d.ts +0 -9
  1548. package/dist/commands/license-scan.d.ts.map +0 -1
  1549. package/dist/commands/license-scan.js +0 -180
  1550. package/dist/commands/license-scan.js.map +0 -1
  1551. package/dist/commands/llm-benchmark.d.ts.map +0 -1
  1552. package/dist/commands/llm-benchmark.js.map +0 -1
  1553. package/dist/commands/log-quality.d.ts +0 -6
  1554. package/dist/commands/log-quality.d.ts.map +0 -1
  1555. package/dist/commands/log-quality.js +0 -212
  1556. package/dist/commands/log-quality.js.map +0 -1
  1557. package/dist/commands/logic-lint.d.ts +0 -5
  1558. package/dist/commands/logic-lint.d.ts.map +0 -1
  1559. package/dist/commands/logic-lint.js +0 -256
  1560. package/dist/commands/logic-lint.js.map +0 -1
  1561. package/dist/commands/lsp.d.ts +0 -24
  1562. package/dist/commands/lsp.d.ts.map +0 -1
  1563. package/dist/commands/lsp.js +0 -286
  1564. package/dist/commands/lsp.js.map +0 -1
  1565. package/dist/commands/merge-verdict.d.ts +0 -5
  1566. package/dist/commands/merge-verdict.d.ts.map +0 -1
  1567. package/dist/commands/merge-verdict.js +0 -288
  1568. package/dist/commands/merge-verdict.js.map +0 -1
  1569. package/dist/commands/metrics-dashboard.d.ts +0 -22
  1570. package/dist/commands/metrics-dashboard.d.ts.map +0 -1
  1571. package/dist/commands/metrics-dashboard.js +0 -335
  1572. package/dist/commands/metrics-dashboard.js.map +0 -1
  1573. package/dist/commands/metrics.d.ts +0 -58
  1574. package/dist/commands/metrics.d.ts.map +0 -1
  1575. package/dist/commands/metrics.js +0 -242
  1576. package/dist/commands/metrics.js.map +0 -1
  1577. package/dist/commands/migration-safety.d.ts +0 -6
  1578. package/dist/commands/migration-safety.d.ts.map +0 -1
  1579. package/dist/commands/migration-safety.js +0 -257
  1580. package/dist/commands/migration-safety.js.map +0 -1
  1581. package/dist/commands/model-report.d.ts +0 -9
  1582. package/dist/commands/model-report.d.ts.map +0 -1
  1583. package/dist/commands/model-report.js +0 -195
  1584. package/dist/commands/model-report.js.map +0 -1
  1585. package/dist/commands/model-risk.d.ts +0 -28
  1586. package/dist/commands/model-risk.d.ts.map +0 -1
  1587. package/dist/commands/model-risk.js +0 -221
  1588. package/dist/commands/model-risk.js.map +0 -1
  1589. package/dist/commands/monorepo.d.ts +0 -38
  1590. package/dist/commands/monorepo.d.ts.map +0 -1
  1591. package/dist/commands/monorepo.js +0 -233
  1592. package/dist/commands/monorepo.js.map +0 -1
  1593. package/dist/commands/multi-lang-review.d.ts +0 -5
  1594. package/dist/commands/multi-lang-review.d.ts.map +0 -1
  1595. package/dist/commands/multi-lang-review.js +0 -231
  1596. package/dist/commands/multi-lang-review.js.map +0 -1
  1597. package/dist/commands/noise-advisor.d.ts +0 -30
  1598. package/dist/commands/noise-advisor.d.ts.map +0 -1
  1599. package/dist/commands/noise-advisor.js +0 -171
  1600. package/dist/commands/noise-advisor.js.map +0 -1
  1601. package/dist/commands/notify.d.ts +0 -79
  1602. package/dist/commands/notify.d.ts.map +0 -1
  1603. package/dist/commands/notify.js +0 -325
  1604. package/dist/commands/notify.js.map +0 -1
  1605. package/dist/commands/null-safety-audit.d.ts +0 -6
  1606. package/dist/commands/null-safety-audit.d.ts.map +0 -1
  1607. package/dist/commands/null-safety-audit.js +0 -222
  1608. package/dist/commands/null-safety-audit.js.map +0 -1
  1609. package/dist/commands/observability-gap.d.ts +0 -6
  1610. package/dist/commands/observability-gap.d.ts.map +0 -1
  1611. package/dist/commands/observability-gap.js +0 -212
  1612. package/dist/commands/observability-gap.js.map +0 -1
  1613. package/dist/commands/onboard.d.ts +0 -13
  1614. package/dist/commands/onboard.d.ts.map +0 -1
  1615. package/dist/commands/onboard.js +0 -179
  1616. package/dist/commands/onboard.js.map +0 -1
  1617. package/dist/commands/org-metrics.d.ts +0 -24
  1618. package/dist/commands/org-metrics.d.ts.map +0 -1
  1619. package/dist/commands/org-metrics.js +0 -238
  1620. package/dist/commands/org-metrics.js.map +0 -1
  1621. package/dist/commands/org-policy.d.ts +0 -8
  1622. package/dist/commands/org-policy.d.ts.map +0 -1
  1623. package/dist/commands/org-policy.js +0 -208
  1624. package/dist/commands/org-policy.js.map +0 -1
  1625. package/dist/commands/over-abstraction.d.ts +0 -5
  1626. package/dist/commands/over-abstraction.d.ts.map +0 -1
  1627. package/dist/commands/over-abstraction.js +0 -308
  1628. package/dist/commands/over-abstraction.js.map +0 -1
  1629. package/dist/commands/override.d.ts +0 -62
  1630. package/dist/commands/override.d.ts.map +0 -1
  1631. package/dist/commands/override.js +0 -264
  1632. package/dist/commands/override.js.map +0 -1
  1633. package/dist/commands/ownership-map.d.ts +0 -6
  1634. package/dist/commands/ownership-map.d.ts.map +0 -1
  1635. package/dist/commands/ownership-map.js +0 -229
  1636. package/dist/commands/ownership-map.js.map +0 -1
  1637. package/dist/commands/parity.d.ts +0 -31
  1638. package/dist/commands/parity.d.ts.map +0 -1
  1639. package/dist/commands/parity.js +0 -213
  1640. package/dist/commands/parity.js.map +0 -1
  1641. package/dist/commands/pattern-registry.d.ts +0 -23
  1642. package/dist/commands/pattern-registry.d.ts.map +0 -1
  1643. package/dist/commands/pattern-registry.js +0 -227
  1644. package/dist/commands/pattern-registry.js.map +0 -1
  1645. package/dist/commands/perf-compare.d.ts +0 -9
  1646. package/dist/commands/perf-compare.d.ts.map +0 -1
  1647. package/dist/commands/perf-compare.js +0 -246
  1648. package/dist/commands/perf-compare.js.map +0 -1
  1649. package/dist/commands/perf-hotspot.d.ts +0 -8
  1650. package/dist/commands/perf-hotspot.d.ts.map +0 -1
  1651. package/dist/commands/perf-hotspot.js +0 -274
  1652. package/dist/commands/perf-hotspot.js.map +0 -1
  1653. package/dist/commands/phantom-import.d.ts +0 -5
  1654. package/dist/commands/phantom-import.d.ts.map +0 -1
  1655. package/dist/commands/phantom-import.js +0 -261
  1656. package/dist/commands/phantom-import.js.map +0 -1
  1657. package/dist/commands/pii-scan.d.ts +0 -8
  1658. package/dist/commands/pii-scan.d.ts.map +0 -1
  1659. package/dist/commands/pii-scan.js +0 -300
  1660. package/dist/commands/pii-scan.js.map +0 -1
  1661. package/dist/commands/plugin-search.d.ts +0 -40
  1662. package/dist/commands/plugin-search.d.ts.map +0 -1
  1663. package/dist/commands/plugin-search.js +0 -328
  1664. package/dist/commands/plugin-search.js.map +0 -1
  1665. package/dist/commands/plugins.d.ts +0 -13
  1666. package/dist/commands/plugins.d.ts.map +0 -1
  1667. package/dist/commands/plugins.js +0 -105
  1668. package/dist/commands/plugins.js.map +0 -1
  1669. package/dist/commands/policy-audit.d.ts +0 -53
  1670. package/dist/commands/policy-audit.d.ts.map +0 -1
  1671. package/dist/commands/policy-audit.js +0 -161
  1672. package/dist/commands/policy-audit.js.map +0 -1
  1673. package/dist/commands/pr-quality-gate.d.ts +0 -29
  1674. package/dist/commands/pr-quality-gate.d.ts.map +0 -1
  1675. package/dist/commands/pr-quality-gate.js +0 -208
  1676. package/dist/commands/pr-quality-gate.js.map +0 -1
  1677. package/dist/commands/pr-summary.d.ts +0 -26
  1678. package/dist/commands/pr-summary.d.ts.map +0 -1
  1679. package/dist/commands/pr-summary.js +0 -188
  1680. package/dist/commands/pr-summary.js.map +0 -1
  1681. package/dist/commands/predict.d.ts +0 -8
  1682. package/dist/commands/predict.d.ts.map +0 -1
  1683. package/dist/commands/predict.js +0 -219
  1684. package/dist/commands/predict.js.map +0 -1
  1685. package/dist/commands/privilege-path.d.ts +0 -5
  1686. package/dist/commands/privilege-path.d.ts.map +0 -1
  1687. package/dist/commands/privilege-path.js +0 -234
  1688. package/dist/commands/privilege-path.js.map +0 -1
  1689. package/dist/commands/profile.d.ts +0 -38
  1690. package/dist/commands/profile.d.ts.map +0 -1
  1691. package/dist/commands/profile.js +0 -102
  1692. package/dist/commands/profile.js.map +0 -1
  1693. package/dist/commands/prompt-replay.d.ts +0 -8
  1694. package/dist/commands/prompt-replay.d.ts.map +0 -1
  1695. package/dist/commands/prompt-replay.js +0 -177
  1696. package/dist/commands/prompt-replay.js.map +0 -1
  1697. package/dist/commands/quality-gate.d.ts +0 -70
  1698. package/dist/commands/quality-gate.d.ts.map +0 -1
  1699. package/dist/commands/quality-gate.js +0 -264
  1700. package/dist/commands/quality-gate.js.map +0 -1
  1701. package/dist/commands/query.d.ts +0 -20
  1702. package/dist/commands/query.d.ts.map +0 -1
  1703. package/dist/commands/query.js +0 -230
  1704. package/dist/commands/query.js.map +0 -1
  1705. package/dist/commands/quick-check.d.ts +0 -5
  1706. package/dist/commands/quick-check.d.ts.map +0 -1
  1707. package/dist/commands/quick-check.js +0 -174
  1708. package/dist/commands/quick-check.js.map +0 -1
  1709. package/dist/commands/recommend.d.ts +0 -21
  1710. package/dist/commands/recommend.d.ts.map +0 -1
  1711. package/dist/commands/recommend.js +0 -283
  1712. package/dist/commands/recommend.js.map +0 -1
  1713. package/dist/commands/refactor-safety.d.ts +0 -9
  1714. package/dist/commands/refactor-safety.d.ts.map +0 -1
  1715. package/dist/commands/refactor-safety.js +0 -274
  1716. package/dist/commands/refactor-safety.js.map +0 -1
  1717. package/dist/commands/reg-watch.d.ts +0 -21
  1718. package/dist/commands/reg-watch.d.ts.map +0 -1
  1719. package/dist/commands/reg-watch.js +0 -220
  1720. package/dist/commands/reg-watch.js.map +0 -1
  1721. package/dist/commands/regression-alert.d.ts +0 -32
  1722. package/dist/commands/regression-alert.d.ts.map +0 -1
  1723. package/dist/commands/regression-alert.js +0 -216
  1724. package/dist/commands/regression-alert.js.map +0 -1
  1725. package/dist/commands/remediation-lib.d.ts +0 -9
  1726. package/dist/commands/remediation-lib.d.ts.map +0 -1
  1727. package/dist/commands/remediation-lib.js +0 -266
  1728. package/dist/commands/remediation-lib.js.map +0 -1
  1729. package/dist/commands/remediation.d.ts +0 -21
  1730. package/dist/commands/remediation.d.ts.map +0 -1
  1731. package/dist/commands/remediation.js +0 -257
  1732. package/dist/commands/remediation.js.map +0 -1
  1733. package/dist/commands/report-template.d.ts +0 -17
  1734. package/dist/commands/report-template.d.ts.map +0 -1
  1735. package/dist/commands/report-template.js +0 -291
  1736. package/dist/commands/report-template.js.map +0 -1
  1737. package/dist/commands/report.d.ts +0 -13
  1738. package/dist/commands/report.d.ts.map +0 -1
  1739. package/dist/commands/report.js +0 -140
  1740. package/dist/commands/report.js.map +0 -1
  1741. package/dist/commands/resource-cleanup.d.ts +0 -7
  1742. package/dist/commands/resource-cleanup.d.ts.map +0 -1
  1743. package/dist/commands/resource-cleanup.js +0 -236
  1744. package/dist/commands/resource-cleanup.js.map +0 -1
  1745. package/dist/commands/retro.d.ts +0 -23
  1746. package/dist/commands/retro.d.ts.map +0 -1
  1747. package/dist/commands/retro.js +0 -217
  1748. package/dist/commands/retro.js.map +0 -1
  1749. package/dist/commands/retry-pattern-audit.d.ts +0 -6
  1750. package/dist/commands/retry-pattern-audit.d.ts.map +0 -1
  1751. package/dist/commands/retry-pattern-audit.js +0 -216
  1752. package/dist/commands/retry-pattern-audit.js.map +0 -1
  1753. package/dist/commands/review-ab-test.d.ts +0 -5
  1754. package/dist/commands/review-ab-test.d.ts.map +0 -1
  1755. package/dist/commands/review-ab-test.js +0 -225
  1756. package/dist/commands/review-ab-test.js.map +0 -1
  1757. package/dist/commands/review-access-log.d.ts +0 -5
  1758. package/dist/commands/review-access-log.d.ts.map +0 -1
  1759. package/dist/commands/review-access-log.js +0 -66
  1760. package/dist/commands/review-access-log.js.map +0 -1
  1761. package/dist/commands/review-action-item-gen.d.ts +0 -2
  1762. package/dist/commands/review-action-item-gen.d.ts.map +0 -1
  1763. package/dist/commands/review-action-item-gen.js +0 -73
  1764. package/dist/commands/review-action-item-gen.js.map +0 -1
  1765. package/dist/commands/review-adoption-metrics.d.ts +0 -5
  1766. package/dist/commands/review-adoption-metrics.d.ts.map +0 -1
  1767. package/dist/commands/review-adoption-metrics.js +0 -96
  1768. package/dist/commands/review-adoption-metrics.js.map +0 -1
  1769. package/dist/commands/review-adoption-score.d.ts +0 -2
  1770. package/dist/commands/review-adoption-score.d.ts.map +0 -1
  1771. package/dist/commands/review-adoption-score.js +0 -182
  1772. package/dist/commands/review-adoption-score.js.map +0 -1
  1773. package/dist/commands/review-ai-feedback-loop.d.ts +0 -2
  1774. package/dist/commands/review-ai-feedback-loop.d.ts.map +0 -1
  1775. package/dist/commands/review-ai-feedback-loop.js +0 -117
  1776. package/dist/commands/review-ai-feedback-loop.js.map +0 -1
  1777. package/dist/commands/review-annotate.d.ts +0 -5
  1778. package/dist/commands/review-annotate.d.ts.map +0 -1
  1779. package/dist/commands/review-annotate.js +0 -123
  1780. package/dist/commands/review-annotate.js.map +0 -1
  1781. package/dist/commands/review-annotation-export.d.ts +0 -5
  1782. package/dist/commands/review-annotation-export.d.ts.map +0 -1
  1783. package/dist/commands/review-annotation-export.js +0 -106
  1784. package/dist/commands/review-annotation-export.js.map +0 -1
  1785. package/dist/commands/review-annotation.d.ts +0 -5
  1786. package/dist/commands/review-annotation.d.ts.map +0 -1
  1787. package/dist/commands/review-annotation.js +0 -134
  1788. package/dist/commands/review-annotation.js.map +0 -1
  1789. package/dist/commands/review-api-export.d.ts +0 -5
  1790. package/dist/commands/review-api-export.d.ts.map +0 -1
  1791. package/dist/commands/review-api-export.js +0 -99
  1792. package/dist/commands/review-api-export.js.map +0 -1
  1793. package/dist/commands/review-approval-criteria.d.ts +0 -2
  1794. package/dist/commands/review-approval-criteria.d.ts.map +0 -1
  1795. package/dist/commands/review-approval-criteria.js +0 -100
  1796. package/dist/commands/review-approval-criteria.js.map +0 -1
  1797. package/dist/commands/review-approval-gate.d.ts +0 -8
  1798. package/dist/commands/review-approval-gate.d.ts.map +0 -1
  1799. package/dist/commands/review-approval-gate.js +0 -191
  1800. package/dist/commands/review-approval-gate.js.map +0 -1
  1801. package/dist/commands/review-approval.d.ts +0 -5
  1802. package/dist/commands/review-approval.d.ts.map +0 -1
  1803. package/dist/commands/review-approval.js +0 -134
  1804. package/dist/commands/review-approval.js.map +0 -1
  1805. package/dist/commands/review-archive-search.d.ts +0 -5
  1806. package/dist/commands/review-archive-search.d.ts.map +0 -1
  1807. package/dist/commands/review-archive-search.js +0 -71
  1808. package/dist/commands/review-archive-search.js.map +0 -1
  1809. package/dist/commands/review-archive.d.ts +0 -5
  1810. package/dist/commands/review-archive.d.ts.map +0 -1
  1811. package/dist/commands/review-archive.js +0 -136
  1812. package/dist/commands/review-archive.js.map +0 -1
  1813. package/dist/commands/review-audit-export.d.ts +0 -5
  1814. package/dist/commands/review-audit-export.d.ts.map +0 -1
  1815. package/dist/commands/review-audit-export.js +0 -94
  1816. package/dist/commands/review-audit-export.js.map +0 -1
  1817. package/dist/commands/review-audit-log.d.ts +0 -5
  1818. package/dist/commands/review-audit-log.d.ts.map +0 -1
  1819. package/dist/commands/review-audit-log.js +0 -140
  1820. package/dist/commands/review-audit-log.js.map +0 -1
  1821. package/dist/commands/review-audit-trail.d.ts +0 -5
  1822. package/dist/commands/review-audit-trail.d.ts.map +0 -1
  1823. package/dist/commands/review-audit-trail.js +0 -97
  1824. package/dist/commands/review-audit-trail.js.map +0 -1
  1825. package/dist/commands/review-auto-merge.d.ts +0 -5
  1826. package/dist/commands/review-auto-merge.d.ts.map +0 -1
  1827. package/dist/commands/review-auto-merge.js +0 -176
  1828. package/dist/commands/review-auto-merge.js.map +0 -1
  1829. package/dist/commands/review-badge.d.ts +0 -5
  1830. package/dist/commands/review-badge.d.ts.map +0 -1
  1831. package/dist/commands/review-badge.js +0 -153
  1832. package/dist/commands/review-badge.js.map +0 -1
  1833. package/dist/commands/review-batch-files.d.ts +0 -5
  1834. package/dist/commands/review-batch-files.d.ts.map +0 -1
  1835. package/dist/commands/review-batch-files.js +0 -83
  1836. package/dist/commands/review-batch-files.js.map +0 -1
  1837. package/dist/commands/review-batch-mode.d.ts +0 -5
  1838. package/dist/commands/review-batch-mode.d.ts.map +0 -1
  1839. package/dist/commands/review-batch-mode.js +0 -98
  1840. package/dist/commands/review-batch-mode.js.map +0 -1
  1841. package/dist/commands/review-batch-run.d.ts +0 -5
  1842. package/dist/commands/review-batch-run.d.ts.map +0 -1
  1843. package/dist/commands/review-batch-run.js +0 -150
  1844. package/dist/commands/review-batch-run.js.map +0 -1
  1845. package/dist/commands/review-benchmark-self.d.ts +0 -5
  1846. package/dist/commands/review-benchmark-self.d.ts.map +0 -1
  1847. package/dist/commands/review-benchmark-self.js +0 -141
  1848. package/dist/commands/review-benchmark-self.js.map +0 -1
  1849. package/dist/commands/review-blame-map.d.ts +0 -5
  1850. package/dist/commands/review-blame-map.d.ts.map +0 -1
  1851. package/dist/commands/review-blame-map.js +0 -101
  1852. package/dist/commands/review-blame-map.js.map +0 -1
  1853. package/dist/commands/review-branch-compare.d.ts +0 -5
  1854. package/dist/commands/review-branch-compare.d.ts.map +0 -1
  1855. package/dist/commands/review-branch-compare.js +0 -114
  1856. package/dist/commands/review-branch-compare.js.map +0 -1
  1857. package/dist/commands/review-branch-policy.d.ts +0 -5
  1858. package/dist/commands/review-branch-policy.d.ts.map +0 -1
  1859. package/dist/commands/review-branch-policy.js +0 -103
  1860. package/dist/commands/review-branch-policy.js.map +0 -1
  1861. package/dist/commands/review-bulk-action.d.ts +0 -5
  1862. package/dist/commands/review-bulk-action.d.ts.map +0 -1
  1863. package/dist/commands/review-bulk-action.js +0 -110
  1864. package/dist/commands/review-bulk-action.js.map +0 -1
  1865. package/dist/commands/review-bulk-apply.d.ts +0 -5
  1866. package/dist/commands/review-bulk-apply.d.ts.map +0 -1
  1867. package/dist/commands/review-bulk-apply.js +0 -103
  1868. package/dist/commands/review-bulk-apply.js.map +0 -1
  1869. package/dist/commands/review-cache-clear.d.ts +0 -5
  1870. package/dist/commands/review-cache-clear.d.ts.map +0 -1
  1871. package/dist/commands/review-cache-clear.js +0 -161
  1872. package/dist/commands/review-cache-clear.js.map +0 -1
  1873. package/dist/commands/review-cache-warm.d.ts +0 -5
  1874. package/dist/commands/review-cache-warm.d.ts.map +0 -1
  1875. package/dist/commands/review-cache-warm.js +0 -71
  1876. package/dist/commands/review-cache-warm.js.map +0 -1
  1877. package/dist/commands/review-cache.d.ts +0 -23
  1878. package/dist/commands/review-cache.d.ts.map +0 -1
  1879. package/dist/commands/review-cache.js +0 -135
  1880. package/dist/commands/review-cache.js.map +0 -1
  1881. package/dist/commands/review-changelog-entry.d.ts +0 -8
  1882. package/dist/commands/review-changelog-entry.d.ts.map +0 -1
  1883. package/dist/commands/review-changelog-entry.js +0 -110
  1884. package/dist/commands/review-changelog-entry.js.map +0 -1
  1885. package/dist/commands/review-changelog-gen.d.ts +0 -5
  1886. package/dist/commands/review-changelog-gen.d.ts.map +0 -1
  1887. package/dist/commands/review-changelog-gen.js +0 -118
  1888. package/dist/commands/review-changelog-gen.js.map +0 -1
  1889. package/dist/commands/review-changelog-impact.d.ts +0 -2
  1890. package/dist/commands/review-changelog-impact.d.ts.map +0 -1
  1891. package/dist/commands/review-changelog-impact.js +0 -90
  1892. package/dist/commands/review-changelog-impact.js.map +0 -1
  1893. package/dist/commands/review-checklist.d.ts +0 -5
  1894. package/dist/commands/review-checklist.d.ts.map +0 -1
  1895. package/dist/commands/review-checklist.js +0 -145
  1896. package/dist/commands/review-checklist.js.map +0 -1
  1897. package/dist/commands/review-checkpoint.d.ts +0 -5
  1898. package/dist/commands/review-checkpoint.d.ts.map +0 -1
  1899. package/dist/commands/review-checkpoint.js +0 -164
  1900. package/dist/commands/review-checkpoint.js.map +0 -1
  1901. package/dist/commands/review-ci-gate.d.ts +0 -5
  1902. package/dist/commands/review-ci-gate.d.ts.map +0 -1
  1903. package/dist/commands/review-ci-gate.js +0 -115
  1904. package/dist/commands/review-ci-gate.js.map +0 -1
  1905. package/dist/commands/review-ci-insight.d.ts +0 -2
  1906. package/dist/commands/review-ci-insight.d.ts.map +0 -1
  1907. package/dist/commands/review-ci-insight.js +0 -101
  1908. package/dist/commands/review-ci-insight.js.map +0 -1
  1909. package/dist/commands/review-ci-integration.d.ts +0 -5
  1910. package/dist/commands/review-ci-integration.d.ts.map +0 -1
  1911. package/dist/commands/review-ci-integration.js +0 -126
  1912. package/dist/commands/review-ci-integration.js.map +0 -1
  1913. package/dist/commands/review-ci-status.d.ts +0 -5
  1914. package/dist/commands/review-ci-status.d.ts.map +0 -1
  1915. package/dist/commands/review-ci-status.js +0 -201
  1916. package/dist/commands/review-ci-status.js.map +0 -1
  1917. package/dist/commands/review-cicd-integrate.d.ts +0 -5
  1918. package/dist/commands/review-cicd-integrate.d.ts.map +0 -1
  1919. package/dist/commands/review-cicd-integrate.js +0 -123
  1920. package/dist/commands/review-cicd-integrate.js.map +0 -1
  1921. package/dist/commands/review-code-health-score.d.ts +0 -2
  1922. package/dist/commands/review-code-health-score.d.ts.map +0 -1
  1923. package/dist/commands/review-code-health-score.js +0 -101
  1924. package/dist/commands/review-code-health-score.js.map +0 -1
  1925. package/dist/commands/review-code-owner.d.ts +0 -8
  1926. package/dist/commands/review-code-owner.d.ts.map +0 -1
  1927. package/dist/commands/review-code-owner.js +0 -165
  1928. package/dist/commands/review-code-owner.js.map +0 -1
  1929. package/dist/commands/review-code-ownership.d.ts +0 -2
  1930. package/dist/commands/review-code-ownership.d.ts.map +0 -1
  1931. package/dist/commands/review-code-ownership.js +0 -89
  1932. package/dist/commands/review-code-ownership.js.map +0 -1
  1933. package/dist/commands/review-comment.d.ts +0 -5
  1934. package/dist/commands/review-comment.d.ts.map +0 -1
  1935. package/dist/commands/review-comment.js +0 -166
  1936. package/dist/commands/review-comment.js.map +0 -1
  1937. package/dist/commands/review-commit-hook.d.ts +0 -8
  1938. package/dist/commands/review-commit-hook.d.ts.map +0 -1
  1939. package/dist/commands/review-commit-hook.js +0 -135
  1940. package/dist/commands/review-commit-hook.js.map +0 -1
  1941. package/dist/commands/review-commit-quality.d.ts +0 -2
  1942. package/dist/commands/review-commit-quality.d.ts.map +0 -1
  1943. package/dist/commands/review-commit-quality.js +0 -95
  1944. package/dist/commands/review-commit-quality.js.map +0 -1
  1945. package/dist/commands/review-comparative.d.ts +0 -5
  1946. package/dist/commands/review-comparative.d.ts.map +0 -1
  1947. package/dist/commands/review-comparative.js +0 -150
  1948. package/dist/commands/review-comparative.js.map +0 -1
  1949. package/dist/commands/review-compare-version.d.ts +0 -5
  1950. package/dist/commands/review-compare-version.d.ts.map +0 -1
  1951. package/dist/commands/review-compare-version.js +0 -109
  1952. package/dist/commands/review-compare-version.js.map +0 -1
  1953. package/dist/commands/review-compare.d.ts +0 -5
  1954. package/dist/commands/review-compare.d.ts.map +0 -1
  1955. package/dist/commands/review-compare.js +0 -201
  1956. package/dist/commands/review-compare.js.map +0 -1
  1957. package/dist/commands/review-compliance-check.d.ts +0 -5
  1958. package/dist/commands/review-compliance-check.d.ts.map +0 -1
  1959. package/dist/commands/review-compliance-check.js +0 -203
  1960. package/dist/commands/review-compliance-check.js.map +0 -1
  1961. package/dist/commands/review-compliance-gate.d.ts +0 -5
  1962. package/dist/commands/review-compliance-gate.d.ts.map +0 -1
  1963. package/dist/commands/review-compliance-gate.js +0 -152
  1964. package/dist/commands/review-compliance-gate.js.map +0 -1
  1965. package/dist/commands/review-compliance-map.d.ts +0 -5
  1966. package/dist/commands/review-compliance-map.d.ts.map +0 -1
  1967. package/dist/commands/review-compliance-map.js +0 -111
  1968. package/dist/commands/review-compliance-map.js.map +0 -1
  1969. package/dist/commands/review-compliance-report.d.ts +0 -5
  1970. package/dist/commands/review-compliance-report.d.ts.map +0 -1
  1971. package/dist/commands/review-compliance-report.js +0 -128
  1972. package/dist/commands/review-compliance-report.js.map +0 -1
  1973. package/dist/commands/review-confidence-explain.d.ts +0 -2
  1974. package/dist/commands/review-confidence-explain.d.ts.map +0 -1
  1975. package/dist/commands/review-confidence-explain.js +0 -100
  1976. package/dist/commands/review-confidence-explain.js.map +0 -1
  1977. package/dist/commands/review-config-diff.d.ts +0 -5
  1978. package/dist/commands/review-config-diff.d.ts.map +0 -1
  1979. package/dist/commands/review-config-diff.js +0 -109
  1980. package/dist/commands/review-config-diff.js.map +0 -1
  1981. package/dist/commands/review-config-export.d.ts +0 -5
  1982. package/dist/commands/review-config-export.d.ts.map +0 -1
  1983. package/dist/commands/review-config-export.js +0 -125
  1984. package/dist/commands/review-config-export.js.map +0 -1
  1985. package/dist/commands/review-config-health.d.ts +0 -2
  1986. package/dist/commands/review-config-health.d.ts.map +0 -1
  1987. package/dist/commands/review-config-health.js +0 -173
  1988. package/dist/commands/review-config-health.js.map +0 -1
  1989. package/dist/commands/review-config-migrate.d.ts +0 -5
  1990. package/dist/commands/review-config-migrate.d.ts.map +0 -1
  1991. package/dist/commands/review-config-migrate.js +0 -124
  1992. package/dist/commands/review-config-migrate.js.map +0 -1
  1993. package/dist/commands/review-config-template.d.ts +0 -5
  1994. package/dist/commands/review-config-template.d.ts.map +0 -1
  1995. package/dist/commands/review-config-template.js +0 -113
  1996. package/dist/commands/review-config-template.js.map +0 -1
  1997. package/dist/commands/review-config-validate.d.ts +0 -5
  1998. package/dist/commands/review-config-validate.d.ts.map +0 -1
  1999. package/dist/commands/review-config-validate.js +0 -111
  2000. package/dist/commands/review-config-validate.js.map +0 -1
  2001. package/dist/commands/review-contract.d.ts +0 -5
  2002. package/dist/commands/review-contract.d.ts.map +0 -1
  2003. package/dist/commands/review-contract.js +0 -200
  2004. package/dist/commands/review-contract.js.map +0 -1
  2005. package/dist/commands/review-coverage-gap.d.ts +0 -5
  2006. package/dist/commands/review-coverage-gap.d.ts.map +0 -1
  2007. package/dist/commands/review-coverage-gap.js +0 -121
  2008. package/dist/commands/review-coverage-gap.js.map +0 -1
  2009. package/dist/commands/review-coverage-map.d.ts +0 -5
  2010. package/dist/commands/review-coverage-map.d.ts.map +0 -1
  2011. package/dist/commands/review-coverage-map.js +0 -195
  2012. package/dist/commands/review-coverage-map.js.map +0 -1
  2013. package/dist/commands/review-custom-judge-config.d.ts +0 -5
  2014. package/dist/commands/review-custom-judge-config.d.ts.map +0 -1
  2015. package/dist/commands/review-custom-judge-config.js +0 -104
  2016. package/dist/commands/review-custom-judge-config.js.map +0 -1
  2017. package/dist/commands/review-custom-judge.d.ts +0 -5
  2018. package/dist/commands/review-custom-judge.d.ts.map +0 -1
  2019. package/dist/commands/review-custom-judge.js +0 -183
  2020. package/dist/commands/review-custom-judge.js.map +0 -1
  2021. package/dist/commands/review-custom-prompt.d.ts +0 -5
  2022. package/dist/commands/review-custom-prompt.d.ts.map +0 -1
  2023. package/dist/commands/review-custom-prompt.js +0 -171
  2024. package/dist/commands/review-custom-prompt.js.map +0 -1
  2025. package/dist/commands/review-custom-rule.d.ts +0 -5
  2026. package/dist/commands/review-custom-rule.d.ts.map +0 -1
  2027. package/dist/commands/review-custom-rule.js +0 -170
  2028. package/dist/commands/review-custom-rule.js.map +0 -1
  2029. package/dist/commands/review-dashboard-data.d.ts +0 -5
  2030. package/dist/commands/review-dashboard-data.d.ts.map +0 -1
  2031. package/dist/commands/review-dashboard-data.js +0 -143
  2032. package/dist/commands/review-dashboard-data.js.map +0 -1
  2033. package/dist/commands/review-dashboard.d.ts +0 -5
  2034. package/dist/commands/review-dashboard.d.ts.map +0 -1
  2035. package/dist/commands/review-dashboard.js +0 -141
  2036. package/dist/commands/review-dashboard.js.map +0 -1
  2037. package/dist/commands/review-data-retention.d.ts +0 -5
  2038. package/dist/commands/review-data-retention.d.ts.map +0 -1
  2039. package/dist/commands/review-data-retention.js +0 -120
  2040. package/dist/commands/review-data-retention.js.map +0 -1
  2041. package/dist/commands/review-dependency-graph.d.ts +0 -5
  2042. package/dist/commands/review-dependency-graph.d.ts.map +0 -1
  2043. package/dist/commands/review-dependency-graph.js +0 -95
  2044. package/dist/commands/review-dependency-graph.js.map +0 -1
  2045. package/dist/commands/review-dependency-review.d.ts +0 -2
  2046. package/dist/commands/review-dependency-review.d.ts.map +0 -1
  2047. package/dist/commands/review-dependency-review.js +0 -105
  2048. package/dist/commands/review-dependency-review.js.map +0 -1
  2049. package/dist/commands/review-deployment-gate.d.ts +0 -5
  2050. package/dist/commands/review-deployment-gate.d.ts.map +0 -1
  2051. package/dist/commands/review-deployment-gate.js +0 -95
  2052. package/dist/commands/review-deployment-gate.js.map +0 -1
  2053. package/dist/commands/review-depth.d.ts +0 -5
  2054. package/dist/commands/review-depth.d.ts.map +0 -1
  2055. package/dist/commands/review-depth.js +0 -143
  2056. package/dist/commands/review-depth.js.map +0 -1
  2057. package/dist/commands/review-diff-annotate.d.ts +0 -5
  2058. package/dist/commands/review-diff-annotate.d.ts.map +0 -1
  2059. package/dist/commands/review-diff-annotate.js +0 -105
  2060. package/dist/commands/review-diff-annotate.js.map +0 -1
  2061. package/dist/commands/review-diff-context.d.ts +0 -5
  2062. package/dist/commands/review-diff-context.d.ts.map +0 -1
  2063. package/dist/commands/review-diff-context.js +0 -159
  2064. package/dist/commands/review-diff-context.js.map +0 -1
  2065. package/dist/commands/review-diff-highlight.d.ts +0 -5
  2066. package/dist/commands/review-diff-highlight.d.ts.map +0 -1
  2067. package/dist/commands/review-diff-highlight.js +0 -180
  2068. package/dist/commands/review-diff-highlight.js.map +0 -1
  2069. package/dist/commands/review-diff-stats.d.ts +0 -5
  2070. package/dist/commands/review-diff-stats.d.ts.map +0 -1
  2071. package/dist/commands/review-diff-stats.js +0 -91
  2072. package/dist/commands/review-diff-stats.js.map +0 -1
  2073. package/dist/commands/review-diff-summary.d.ts +0 -5
  2074. package/dist/commands/review-diff-summary.d.ts.map +0 -1
  2075. package/dist/commands/review-diff-summary.js +0 -155
  2076. package/dist/commands/review-diff-summary.js.map +0 -1
  2077. package/dist/commands/review-digest-gen.d.ts +0 -2
  2078. package/dist/commands/review-digest-gen.d.ts.map +0 -1
  2079. package/dist/commands/review-digest-gen.js +0 -101
  2080. package/dist/commands/review-digest-gen.js.map +0 -1
  2081. package/dist/commands/review-digest.d.ts +0 -5
  2082. package/dist/commands/review-digest.d.ts.map +0 -1
  2083. package/dist/commands/review-digest.js +0 -266
  2084. package/dist/commands/review-digest.js.map +0 -1
  2085. package/dist/commands/review-dry-run.d.ts +0 -5
  2086. package/dist/commands/review-dry-run.d.ts.map +0 -1
  2087. package/dist/commands/review-dry-run.js +0 -121
  2088. package/dist/commands/review-dry-run.js.map +0 -1
  2089. package/dist/commands/review-engagement-score.d.ts +0 -2
  2090. package/dist/commands/review-engagement-score.d.ts.map +0 -1
  2091. package/dist/commands/review-engagement-score.js +0 -112
  2092. package/dist/commands/review-engagement-score.js.map +0 -1
  2093. package/dist/commands/review-env-check.d.ts +0 -5
  2094. package/dist/commands/review-env-check.d.ts.map +0 -1
  2095. package/dist/commands/review-env-check.js +0 -116
  2096. package/dist/commands/review-env-check.js.map +0 -1
  2097. package/dist/commands/review-environment-config.d.ts +0 -5
  2098. package/dist/commands/review-environment-config.d.ts.map +0 -1
  2099. package/dist/commands/review-environment-config.js +0 -103
  2100. package/dist/commands/review-environment-config.js.map +0 -1
  2101. package/dist/commands/review-escalation-path.d.ts +0 -2
  2102. package/dist/commands/review-escalation-path.d.ts.map +0 -1
  2103. package/dist/commands/review-escalation-path.js +0 -87
  2104. package/dist/commands/review-escalation-path.js.map +0 -1
  2105. package/dist/commands/review-exclude-vendor.d.ts +0 -5
  2106. package/dist/commands/review-exclude-vendor.d.ts.map +0 -1
  2107. package/dist/commands/review-exclude-vendor.js +0 -159
  2108. package/dist/commands/review-exclude-vendor.js.map +0 -1
  2109. package/dist/commands/review-explain.d.ts +0 -6
  2110. package/dist/commands/review-explain.d.ts.map +0 -1
  2111. package/dist/commands/review-explain.js +0 -195
  2112. package/dist/commands/review-explain.js.map +0 -1
  2113. package/dist/commands/review-export-pdf.d.ts +0 -8
  2114. package/dist/commands/review-export-pdf.d.ts.map +0 -1
  2115. package/dist/commands/review-export-pdf.js +0 -132
  2116. package/dist/commands/review-export-pdf.js.map +0 -1
  2117. package/dist/commands/review-export.d.ts +0 -5
  2118. package/dist/commands/review-export.d.ts.map +0 -1
  2119. package/dist/commands/review-export.js +0 -180
  2120. package/dist/commands/review-export.js.map +0 -1
  2121. package/dist/commands/review-feedback-loop.d.ts +0 -5
  2122. package/dist/commands/review-feedback-loop.d.ts.map +0 -1
  2123. package/dist/commands/review-feedback-loop.js +0 -114
  2124. package/dist/commands/review-feedback-loop.js.map +0 -1
  2125. package/dist/commands/review-feedback-summary.d.ts +0 -2
  2126. package/dist/commands/review-feedback-summary.d.ts.map +0 -1
  2127. package/dist/commands/review-feedback-summary.js +0 -131
  2128. package/dist/commands/review-feedback-summary.js.map +0 -1
  2129. package/dist/commands/review-feedback.d.ts +0 -5
  2130. package/dist/commands/review-feedback.d.ts.map +0 -1
  2131. package/dist/commands/review-feedback.js +0 -146
  2132. package/dist/commands/review-feedback.js.map +0 -1
  2133. package/dist/commands/review-file-complexity.d.ts +0 -5
  2134. package/dist/commands/review-file-complexity.d.ts.map +0 -1
  2135. package/dist/commands/review-file-complexity.js +0 -138
  2136. package/dist/commands/review-file-complexity.js.map +0 -1
  2137. package/dist/commands/review-file-filter.d.ts +0 -5
  2138. package/dist/commands/review-file-filter.d.ts.map +0 -1
  2139. package/dist/commands/review-file-filter.js +0 -122
  2140. package/dist/commands/review-file-filter.js.map +0 -1
  2141. package/dist/commands/review-file-stats.d.ts +0 -5
  2142. package/dist/commands/review-file-stats.d.ts.map +0 -1
  2143. package/dist/commands/review-file-stats.js +0 -131
  2144. package/dist/commands/review-file-stats.js.map +0 -1
  2145. package/dist/commands/review-filter.d.ts +0 -5
  2146. package/dist/commands/review-filter.d.ts.map +0 -1
  2147. package/dist/commands/review-filter.js +0 -166
  2148. package/dist/commands/review-filter.js.map +0 -1
  2149. package/dist/commands/review-finding-link.d.ts +0 -8
  2150. package/dist/commands/review-finding-link.d.ts.map +0 -1
  2151. package/dist/commands/review-finding-link.js +0 -116
  2152. package/dist/commands/review-finding-link.js.map +0 -1
  2153. package/dist/commands/review-focus-area.d.ts +0 -2
  2154. package/dist/commands/review-focus-area.d.ts.map +0 -1
  2155. package/dist/commands/review-focus-area.js +0 -97
  2156. package/dist/commands/review-focus-area.js.map +0 -1
  2157. package/dist/commands/review-focus.d.ts +0 -5
  2158. package/dist/commands/review-focus.d.ts.map +0 -1
  2159. package/dist/commands/review-focus.js +0 -197
  2160. package/dist/commands/review-focus.js.map +0 -1
  2161. package/dist/commands/review-gate-config.d.ts +0 -5
  2162. package/dist/commands/review-gate-config.d.ts.map +0 -1
  2163. package/dist/commands/review-gate-config.js +0 -154
  2164. package/dist/commands/review-gate-config.js.map +0 -1
  2165. package/dist/commands/review-gate.d.ts +0 -5
  2166. package/dist/commands/review-gate.d.ts.map +0 -1
  2167. package/dist/commands/review-gate.js +0 -213
  2168. package/dist/commands/review-gate.js.map +0 -1
  2169. package/dist/commands/review-goal-track.d.ts +0 -2
  2170. package/dist/commands/review-goal-track.d.ts.map +0 -1
  2171. package/dist/commands/review-goal-track.js +0 -124
  2172. package/dist/commands/review-goal-track.js.map +0 -1
  2173. package/dist/commands/review-guardrail.d.ts +0 -5
  2174. package/dist/commands/review-guardrail.d.ts.map +0 -1
  2175. package/dist/commands/review-guardrail.js +0 -156
  2176. package/dist/commands/review-guardrail.js.map +0 -1
  2177. package/dist/commands/review-handoff.d.ts +0 -5
  2178. package/dist/commands/review-handoff.d.ts.map +0 -1
  2179. package/dist/commands/review-handoff.js +0 -209
  2180. package/dist/commands/review-handoff.js.map +0 -1
  2181. package/dist/commands/review-health-check.d.ts +0 -5
  2182. package/dist/commands/review-health-check.d.ts.map +0 -1
  2183. package/dist/commands/review-health-check.js +0 -149
  2184. package/dist/commands/review-health-check.js.map +0 -1
  2185. package/dist/commands/review-history-compare.d.ts +0 -5
  2186. package/dist/commands/review-history-compare.d.ts.map +0 -1
  2187. package/dist/commands/review-history-compare.js +0 -94
  2188. package/dist/commands/review-history-compare.js.map +0 -1
  2189. package/dist/commands/review-history-search.d.ts +0 -5
  2190. package/dist/commands/review-history-search.d.ts.map +0 -1
  2191. package/dist/commands/review-history-search.js +0 -215
  2192. package/dist/commands/review-history-search.js.map +0 -1
  2193. package/dist/commands/review-ide-sync.d.ts +0 -5
  2194. package/dist/commands/review-ide-sync.d.ts.map +0 -1
  2195. package/dist/commands/review-ide-sync.js +0 -92
  2196. package/dist/commands/review-ide-sync.js.map +0 -1
  2197. package/dist/commands/review-ignore-path.d.ts +0 -5
  2198. package/dist/commands/review-ignore-path.d.ts.map +0 -1
  2199. package/dist/commands/review-ignore-path.js +0 -148
  2200. package/dist/commands/review-ignore-path.js.map +0 -1
  2201. package/dist/commands/review-ignore-pattern.d.ts +0 -6
  2202. package/dist/commands/review-ignore-pattern.d.ts.map +0 -1
  2203. package/dist/commands/review-ignore-pattern.js +0 -140
  2204. package/dist/commands/review-ignore-pattern.js.map +0 -1
  2205. package/dist/commands/review-incident-link.d.ts +0 -5
  2206. package/dist/commands/review-incident-link.d.ts.map +0 -1
  2207. package/dist/commands/review-incident-link.js +0 -94
  2208. package/dist/commands/review-incident-link.js.map +0 -1
  2209. package/dist/commands/review-incremental.d.ts +0 -5
  2210. package/dist/commands/review-incremental.d.ts.map +0 -1
  2211. package/dist/commands/review-incremental.js +0 -129
  2212. package/dist/commands/review-incremental.js.map +0 -1
  2213. package/dist/commands/review-integration-health.d.ts +0 -5
  2214. package/dist/commands/review-integration-health.d.ts.map +0 -1
  2215. package/dist/commands/review-integration-health.js +0 -85
  2216. package/dist/commands/review-integration-health.js.map +0 -1
  2217. package/dist/commands/review-integration-test.d.ts +0 -5
  2218. package/dist/commands/review-integration-test.d.ts.map +0 -1
  2219. package/dist/commands/review-integration-test.js +0 -146
  2220. package/dist/commands/review-integration-test.js.map +0 -1
  2221. package/dist/commands/review-integration.d.ts +0 -5
  2222. package/dist/commands/review-integration.d.ts.map +0 -1
  2223. package/dist/commands/review-integration.js +0 -237
  2224. package/dist/commands/review-integration.js.map +0 -1
  2225. package/dist/commands/review-interactive.d.ts +0 -5
  2226. package/dist/commands/review-interactive.d.ts.map +0 -1
  2227. package/dist/commands/review-interactive.js +0 -86
  2228. package/dist/commands/review-interactive.js.map +0 -1
  2229. package/dist/commands/review-knowledge-capture.d.ts +0 -2
  2230. package/dist/commands/review-knowledge-capture.d.ts.map +0 -1
  2231. package/dist/commands/review-knowledge-capture.js +0 -95
  2232. package/dist/commands/review-knowledge-capture.js.map +0 -1
  2233. package/dist/commands/review-language-profile.d.ts +0 -5
  2234. package/dist/commands/review-language-profile.d.ts.map +0 -1
  2235. package/dist/commands/review-language-profile.js +0 -73
  2236. package/dist/commands/review-language-profile.js.map +0 -1
  2237. package/dist/commands/review-language-stats.d.ts +0 -5
  2238. package/dist/commands/review-language-stats.d.ts.map +0 -1
  2239. package/dist/commands/review-language-stats.js +0 -153
  2240. package/dist/commands/review-language-stats.js.map +0 -1
  2241. package/dist/commands/review-lock-file.d.ts +0 -5
  2242. package/dist/commands/review-lock-file.d.ts.map +0 -1
  2243. package/dist/commands/review-lock-file.js +0 -154
  2244. package/dist/commands/review-lock-file.js.map +0 -1
  2245. package/dist/commands/review-lock.d.ts +0 -5
  2246. package/dist/commands/review-lock.d.ts.map +0 -1
  2247. package/dist/commands/review-lock.js +0 -108
  2248. package/dist/commands/review-lock.js.map +0 -1
  2249. package/dist/commands/review-log.d.ts +0 -23
  2250. package/dist/commands/review-log.d.ts.map +0 -1
  2251. package/dist/commands/review-log.js +0 -165
  2252. package/dist/commands/review-log.js.map +0 -1
  2253. package/dist/commands/review-mentor-suggest.d.ts +0 -2
  2254. package/dist/commands/review-mentor-suggest.d.ts.map +0 -1
  2255. package/dist/commands/review-mentor-suggest.js +0 -113
  2256. package/dist/commands/review-mentor-suggest.js.map +0 -1
  2257. package/dist/commands/review-merge-check.d.ts +0 -5
  2258. package/dist/commands/review-merge-check.d.ts.map +0 -1
  2259. package/dist/commands/review-merge-check.js +0 -102
  2260. package/dist/commands/review-merge-check.js.map +0 -1
  2261. package/dist/commands/review-merge-config.d.ts +0 -5
  2262. package/dist/commands/review-merge-config.d.ts.map +0 -1
  2263. package/dist/commands/review-merge-config.js +0 -120
  2264. package/dist/commands/review-merge-config.js.map +0 -1
  2265. package/dist/commands/review-merge-readiness.d.ts +0 -2
  2266. package/dist/commands/review-merge-readiness.d.ts.map +0 -1
  2267. package/dist/commands/review-merge-readiness.js +0 -91
  2268. package/dist/commands/review-merge-readiness.js.map +0 -1
  2269. package/dist/commands/review-merge-request.d.ts +0 -5
  2270. package/dist/commands/review-merge-request.d.ts.map +0 -1
  2271. package/dist/commands/review-merge-request.js +0 -96
  2272. package/dist/commands/review-merge-request.js.map +0 -1
  2273. package/dist/commands/review-merge.d.ts +0 -5
  2274. package/dist/commands/review-merge.d.ts.map +0 -1
  2275. package/dist/commands/review-merge.js +0 -146
  2276. package/dist/commands/review-merge.js.map +0 -1
  2277. package/dist/commands/review-metric-export.d.ts +0 -5
  2278. package/dist/commands/review-metric-export.d.ts.map +0 -1
  2279. package/dist/commands/review-metric-export.js +0 -63
  2280. package/dist/commands/review-metric-export.js.map +0 -1
  2281. package/dist/commands/review-milestone.d.ts +0 -5
  2282. package/dist/commands/review-milestone.d.ts.map +0 -1
  2283. package/dist/commands/review-milestone.js +0 -137
  2284. package/dist/commands/review-milestone.js.map +0 -1
  2285. package/dist/commands/review-multi-repo-sync.d.ts +0 -5
  2286. package/dist/commands/review-multi-repo-sync.d.ts.map +0 -1
  2287. package/dist/commands/review-multi-repo-sync.js +0 -116
  2288. package/dist/commands/review-multi-repo-sync.js.map +0 -1
  2289. package/dist/commands/review-multi-repo.d.ts +0 -5
  2290. package/dist/commands/review-multi-repo.d.ts.map +0 -1
  2291. package/dist/commands/review-multi-repo.js +0 -146
  2292. package/dist/commands/review-multi-repo.js.map +0 -1
  2293. package/dist/commands/review-note.d.ts +0 -5
  2294. package/dist/commands/review-note.d.ts.map +0 -1
  2295. package/dist/commands/review-note.js +0 -105
  2296. package/dist/commands/review-note.js.map +0 -1
  2297. package/dist/commands/review-notification-config.d.ts +0 -5
  2298. package/dist/commands/review-notification-config.d.ts.map +0 -1
  2299. package/dist/commands/review-notification-config.js +0 -123
  2300. package/dist/commands/review-notification-config.js.map +0 -1
  2301. package/dist/commands/review-notification-digest.d.ts +0 -5
  2302. package/dist/commands/review-notification-digest.d.ts.map +0 -1
  2303. package/dist/commands/review-notification-digest.js +0 -65
  2304. package/dist/commands/review-notification-digest.js.map +0 -1
  2305. package/dist/commands/review-notification.d.ts +0 -5
  2306. package/dist/commands/review-notification.d.ts.map +0 -1
  2307. package/dist/commands/review-notification.js +0 -127
  2308. package/dist/commands/review-notification.js.map +0 -1
  2309. package/dist/commands/review-notify.d.ts +0 -5
  2310. package/dist/commands/review-notify.d.ts.map +0 -1
  2311. package/dist/commands/review-notify.js +0 -144
  2312. package/dist/commands/review-notify.js.map +0 -1
  2313. package/dist/commands/review-offline.d.ts +0 -5
  2314. package/dist/commands/review-offline.d.ts.map +0 -1
  2315. package/dist/commands/review-offline.js +0 -126
  2316. package/dist/commands/review-offline.js.map +0 -1
  2317. package/dist/commands/review-onboard-checklist.d.ts +0 -5
  2318. package/dist/commands/review-onboard-checklist.d.ts.map +0 -1
  2319. package/dist/commands/review-onboard-checklist.js +0 -120
  2320. package/dist/commands/review-onboard-checklist.js.map +0 -1
  2321. package/dist/commands/review-onboard-wizard.d.ts +0 -5
  2322. package/dist/commands/review-onboard-wizard.d.ts.map +0 -1
  2323. package/dist/commands/review-onboard-wizard.js +0 -93
  2324. package/dist/commands/review-onboard-wizard.js.map +0 -1
  2325. package/dist/commands/review-onboard.d.ts +0 -5
  2326. package/dist/commands/review-onboard.d.ts.map +0 -1
  2327. package/dist/commands/review-onboard.js +0 -155
  2328. package/dist/commands/review-onboard.js.map +0 -1
  2329. package/dist/commands/review-onboarding-check.d.ts +0 -2
  2330. package/dist/commands/review-onboarding-check.d.ts.map +0 -1
  2331. package/dist/commands/review-onboarding-check.js +0 -94
  2332. package/dist/commands/review-onboarding-check.js.map +0 -1
  2333. package/dist/commands/review-org-dashboard.d.ts +0 -5
  2334. package/dist/commands/review-org-dashboard.d.ts.map +0 -1
  2335. package/dist/commands/review-org-dashboard.js +0 -69
  2336. package/dist/commands/review-org-dashboard.js.map +0 -1
  2337. package/dist/commands/review-output-filter.d.ts +0 -5
  2338. package/dist/commands/review-output-filter.d.ts.map +0 -1
  2339. package/dist/commands/review-output-filter.js +0 -113
  2340. package/dist/commands/review-output-filter.js.map +0 -1
  2341. package/dist/commands/review-output-format.d.ts +0 -5
  2342. package/dist/commands/review-output-format.d.ts.map +0 -1
  2343. package/dist/commands/review-output-format.js +0 -145
  2344. package/dist/commands/review-output-format.js.map +0 -1
  2345. package/dist/commands/review-output-transform.d.ts +0 -5
  2346. package/dist/commands/review-output-transform.d.ts.map +0 -1
  2347. package/dist/commands/review-output-transform.js +0 -120
  2348. package/dist/commands/review-output-transform.js.map +0 -1
  2349. package/dist/commands/review-owner.d.ts +0 -5
  2350. package/dist/commands/review-owner.d.ts.map +0 -1
  2351. package/dist/commands/review-owner.js +0 -130
  2352. package/dist/commands/review-owner.js.map +0 -1
  2353. package/dist/commands/review-parallel-diff.d.ts +0 -5
  2354. package/dist/commands/review-parallel-diff.d.ts.map +0 -1
  2355. package/dist/commands/review-parallel-diff.js +0 -147
  2356. package/dist/commands/review-parallel-diff.js.map +0 -1
  2357. package/dist/commands/review-parallel-files.d.ts +0 -8
  2358. package/dist/commands/review-parallel-files.d.ts.map +0 -1
  2359. package/dist/commands/review-parallel-files.js +0 -135
  2360. package/dist/commands/review-parallel-files.js.map +0 -1
  2361. package/dist/commands/review-parallel-run.d.ts +0 -5
  2362. package/dist/commands/review-parallel-run.d.ts.map +0 -1
  2363. package/dist/commands/review-parallel-run.js +0 -117
  2364. package/dist/commands/review-parallel-run.js.map +0 -1
  2365. package/dist/commands/review-parallel.d.ts +0 -5
  2366. package/dist/commands/review-parallel.d.ts.map +0 -1
  2367. package/dist/commands/review-parallel.js +0 -183
  2368. package/dist/commands/review-parallel.js.map +0 -1
  2369. package/dist/commands/review-perf-profile.d.ts +0 -5
  2370. package/dist/commands/review-perf-profile.d.ts.map +0 -1
  2371. package/dist/commands/review-perf-profile.js +0 -99
  2372. package/dist/commands/review-perf-profile.js.map +0 -1
  2373. package/dist/commands/review-permission-model.d.ts +0 -5
  2374. package/dist/commands/review-permission-model.d.ts.map +0 -1
  2375. package/dist/commands/review-permission-model.js +0 -150
  2376. package/dist/commands/review-permission-model.js.map +0 -1
  2377. package/dist/commands/review-pipeline-status.d.ts +0 -5
  2378. package/dist/commands/review-pipeline-status.d.ts.map +0 -1
  2379. package/dist/commands/review-pipeline-status.js +0 -55
  2380. package/dist/commands/review-pipeline-status.js.map +0 -1
  2381. package/dist/commands/review-plugin-config.d.ts +0 -5
  2382. package/dist/commands/review-plugin-config.d.ts.map +0 -1
  2383. package/dist/commands/review-plugin-config.js +0 -168
  2384. package/dist/commands/review-plugin-config.js.map +0 -1
  2385. package/dist/commands/review-plugin-list.d.ts +0 -5
  2386. package/dist/commands/review-plugin-list.d.ts.map +0 -1
  2387. package/dist/commands/review-plugin-list.js +0 -100
  2388. package/dist/commands/review-plugin-list.js.map +0 -1
  2389. package/dist/commands/review-plugin-manage.d.ts +0 -5
  2390. package/dist/commands/review-plugin-manage.d.ts.map +0 -1
  2391. package/dist/commands/review-plugin-manage.js +0 -138
  2392. package/dist/commands/review-plugin-manage.js.map +0 -1
  2393. package/dist/commands/review-plugin-status.d.ts +0 -5
  2394. package/dist/commands/review-plugin-status.d.ts.map +0 -1
  2395. package/dist/commands/review-plugin-status.js +0 -54
  2396. package/dist/commands/review-plugin-status.js.map +0 -1
  2397. package/dist/commands/review-policy-enforce.d.ts +0 -2
  2398. package/dist/commands/review-policy-enforce.d.ts.map +0 -1
  2399. package/dist/commands/review-policy-enforce.js +0 -93
  2400. package/dist/commands/review-policy-enforce.js.map +0 -1
  2401. package/dist/commands/review-policy-engine.d.ts +0 -5
  2402. package/dist/commands/review-policy-engine.d.ts.map +0 -1
  2403. package/dist/commands/review-policy-engine.js +0 -136
  2404. package/dist/commands/review-policy-engine.js.map +0 -1
  2405. package/dist/commands/review-pr-comment-gen.d.ts +0 -5
  2406. package/dist/commands/review-pr-comment-gen.d.ts.map +0 -1
  2407. package/dist/commands/review-pr-comment-gen.js +0 -63
  2408. package/dist/commands/review-pr-comment-gen.js.map +0 -1
  2409. package/dist/commands/review-pr-comment.d.ts +0 -5
  2410. package/dist/commands/review-pr-comment.d.ts.map +0 -1
  2411. package/dist/commands/review-pr-comment.js +0 -107
  2412. package/dist/commands/review-pr-comment.js.map +0 -1
  2413. package/dist/commands/review-pr-label-suggest.d.ts +0 -2
  2414. package/dist/commands/review-pr-label-suggest.d.ts.map +0 -1
  2415. package/dist/commands/review-pr-label-suggest.js +0 -78
  2416. package/dist/commands/review-pr-label-suggest.js.map +0 -1
  2417. package/dist/commands/review-pr-size-check.d.ts +0 -2
  2418. package/dist/commands/review-pr-size-check.d.ts.map +0 -1
  2419. package/dist/commands/review-pr-size-check.js +0 -99
  2420. package/dist/commands/review-pr-size-check.js.map +0 -1
  2421. package/dist/commands/review-pr-template.d.ts +0 -5
  2422. package/dist/commands/review-pr-template.d.ts.map +0 -1
  2423. package/dist/commands/review-pr-template.js +0 -105
  2424. package/dist/commands/review-pr-template.js.map +0 -1
  2425. package/dist/commands/review-preset-save.d.ts +0 -5
  2426. package/dist/commands/review-preset-save.d.ts.map +0 -1
  2427. package/dist/commands/review-preset-save.js +0 -160
  2428. package/dist/commands/review-preset-save.js.map +0 -1
  2429. package/dist/commands/review-priority.d.ts +0 -5
  2430. package/dist/commands/review-priority.d.ts.map +0 -1
  2431. package/dist/commands/review-priority.js +0 -158
  2432. package/dist/commands/review-priority.js.map +0 -1
  2433. package/dist/commands/review-profile.d.ts +0 -5
  2434. package/dist/commands/review-profile.d.ts.map +0 -1
  2435. package/dist/commands/review-profile.js +0 -169
  2436. package/dist/commands/review-profile.js.map +0 -1
  2437. package/dist/commands/review-progress-bar.d.ts +0 -5
  2438. package/dist/commands/review-progress-bar.d.ts.map +0 -1
  2439. package/dist/commands/review-progress-bar.js +0 -158
  2440. package/dist/commands/review-progress-bar.js.map +0 -1
  2441. package/dist/commands/review-progress-report.d.ts +0 -2
  2442. package/dist/commands/review-progress-report.d.ts.map +0 -1
  2443. package/dist/commands/review-progress-report.js +0 -96
  2444. package/dist/commands/review-progress-report.js.map +0 -1
  2445. package/dist/commands/review-progress-track.d.ts +0 -5
  2446. package/dist/commands/review-progress-track.d.ts.map +0 -1
  2447. package/dist/commands/review-progress-track.js +0 -95
  2448. package/dist/commands/review-progress-track.js.map +0 -1
  2449. package/dist/commands/review-quality-baseline.d.ts +0 -2
  2450. package/dist/commands/review-quality-baseline.d.ts.map +0 -1
  2451. package/dist/commands/review-quality-baseline.js +0 -135
  2452. package/dist/commands/review-quality-baseline.js.map +0 -1
  2453. package/dist/commands/review-quality-gate.d.ts +0 -2
  2454. package/dist/commands/review-quality-gate.d.ts.map +0 -1
  2455. package/dist/commands/review-quality-gate.js +0 -87
  2456. package/dist/commands/review-quality-gate.js.map +0 -1
  2457. package/dist/commands/review-quality-score.d.ts +0 -5
  2458. package/dist/commands/review-quality-score.d.ts.map +0 -1
  2459. package/dist/commands/review-quality-score.js +0 -128
  2460. package/dist/commands/review-quality-score.js.map +0 -1
  2461. package/dist/commands/review-quality-trend.d.ts +0 -5
  2462. package/dist/commands/review-quality-trend.d.ts.map +0 -1
  2463. package/dist/commands/review-quality-trend.js +0 -58
  2464. package/dist/commands/review-quality-trend.js.map +0 -1
  2465. package/dist/commands/review-queue.d.ts +0 -34
  2466. package/dist/commands/review-queue.d.ts.map +0 -1
  2467. package/dist/commands/review-queue.js +0 -226
  2468. package/dist/commands/review-queue.js.map +0 -1
  2469. package/dist/commands/review-quickstart.d.ts +0 -5
  2470. package/dist/commands/review-quickstart.d.ts.map +0 -1
  2471. package/dist/commands/review-quickstart.js +0 -108
  2472. package/dist/commands/review-quickstart.js.map +0 -1
  2473. package/dist/commands/review-quota-check.d.ts +0 -5
  2474. package/dist/commands/review-quota-check.d.ts.map +0 -1
  2475. package/dist/commands/review-quota-check.js +0 -98
  2476. package/dist/commands/review-quota-check.js.map +0 -1
  2477. package/dist/commands/review-quota.d.ts +0 -5
  2478. package/dist/commands/review-quota.d.ts.map +0 -1
  2479. package/dist/commands/review-quota.js +0 -127
  2480. package/dist/commands/review-quota.js.map +0 -1
  2481. package/dist/commands/review-rate-limit.d.ts +0 -5
  2482. package/dist/commands/review-rate-limit.d.ts.map +0 -1
  2483. package/dist/commands/review-rate-limit.js +0 -131
  2484. package/dist/commands/review-rate-limit.js.map +0 -1
  2485. package/dist/commands/review-receipt.d.ts +0 -5
  2486. package/dist/commands/review-receipt.d.ts.map +0 -1
  2487. package/dist/commands/review-receipt.js +0 -221
  2488. package/dist/commands/review-receipt.js.map +0 -1
  2489. package/dist/commands/review-release-gate.d.ts +0 -2
  2490. package/dist/commands/review-release-gate.d.ts.map +0 -1
  2491. package/dist/commands/review-release-gate.js +0 -82
  2492. package/dist/commands/review-release-gate.js.map +0 -1
  2493. package/dist/commands/review-replay.d.ts +0 -9
  2494. package/dist/commands/review-replay.d.ts.map +0 -1
  2495. package/dist/commands/review-replay.js +0 -265
  2496. package/dist/commands/review-replay.js.map +0 -1
  2497. package/dist/commands/review-repo-onboard.d.ts +0 -5
  2498. package/dist/commands/review-repo-onboard.d.ts.map +0 -1
  2499. package/dist/commands/review-repo-onboard.js +0 -115
  2500. package/dist/commands/review-repo-onboard.js.map +0 -1
  2501. package/dist/commands/review-report-archive.d.ts +0 -5
  2502. package/dist/commands/review-report-archive.d.ts.map +0 -1
  2503. package/dist/commands/review-report-archive.js +0 -101
  2504. package/dist/commands/review-report-archive.js.map +0 -1
  2505. package/dist/commands/review-report-merge.d.ts +0 -5
  2506. package/dist/commands/review-report-merge.d.ts.map +0 -1
  2507. package/dist/commands/review-report-merge.js +0 -91
  2508. package/dist/commands/review-report-merge.js.map +0 -1
  2509. package/dist/commands/review-report-pdf.d.ts +0 -5
  2510. package/dist/commands/review-report-pdf.d.ts.map +0 -1
  2511. package/dist/commands/review-report-pdf.js +0 -164
  2512. package/dist/commands/review-report-pdf.js.map +0 -1
  2513. package/dist/commands/review-report-schedule.d.ts +0 -5
  2514. package/dist/commands/review-report-schedule.d.ts.map +0 -1
  2515. package/dist/commands/review-report-schedule.js +0 -97
  2516. package/dist/commands/review-report-schedule.js.map +0 -1
  2517. package/dist/commands/review-retrospective.d.ts +0 -2
  2518. package/dist/commands/review-retrospective.d.ts.map +0 -1
  2519. package/dist/commands/review-retrospective.js +0 -119
  2520. package/dist/commands/review-retrospective.js.map +0 -1
  2521. package/dist/commands/review-retry.d.ts +0 -5
  2522. package/dist/commands/review-retry.d.ts.map +0 -1
  2523. package/dist/commands/review-retry.js +0 -92
  2524. package/dist/commands/review-retry.js.map +0 -1
  2525. package/dist/commands/review-review-cadence.d.ts +0 -2
  2526. package/dist/commands/review-review-cadence.d.ts.map +0 -1
  2527. package/dist/commands/review-review-cadence.js +0 -86
  2528. package/dist/commands/review-review-cadence.js.map +0 -1
  2529. package/dist/commands/review-review-comments.d.ts +0 -5
  2530. package/dist/commands/review-review-comments.d.ts.map +0 -1
  2531. package/dist/commands/review-review-comments.js +0 -85
  2532. package/dist/commands/review-review-comments.js.map +0 -1
  2533. package/dist/commands/review-reviewer-match.d.ts +0 -2
  2534. package/dist/commands/review-reviewer-match.d.ts.map +0 -1
  2535. package/dist/commands/review-reviewer-match.js +0 -109
  2536. package/dist/commands/review-reviewer-match.js.map +0 -1
  2537. package/dist/commands/review-risk-matrix.d.ts +0 -2
  2538. package/dist/commands/review-risk-matrix.d.ts.map +0 -1
  2539. package/dist/commands/review-risk-matrix.js +0 -97
  2540. package/dist/commands/review-risk-matrix.js.map +0 -1
  2541. package/dist/commands/review-risk-score.d.ts +0 -5
  2542. package/dist/commands/review-risk-score.d.ts.map +0 -1
  2543. package/dist/commands/review-risk-score.js +0 -157
  2544. package/dist/commands/review-risk-score.js.map +0 -1
  2545. package/dist/commands/review-role-assignment.d.ts +0 -5
  2546. package/dist/commands/review-role-assignment.d.ts.map +0 -1
  2547. package/dist/commands/review-role-assignment.js +0 -99
  2548. package/dist/commands/review-role-assignment.js.map +0 -1
  2549. package/dist/commands/review-rollback.d.ts +0 -5
  2550. package/dist/commands/review-rollback.d.ts.map +0 -1
  2551. package/dist/commands/review-rollback.js +0 -172
  2552. package/dist/commands/review-rollback.js.map +0 -1
  2553. package/dist/commands/review-rollout-plan.d.ts +0 -5
  2554. package/dist/commands/review-rollout-plan.d.ts.map +0 -1
  2555. package/dist/commands/review-rollout-plan.js +0 -124
  2556. package/dist/commands/review-rollout-plan.js.map +0 -1
  2557. package/dist/commands/review-rule-filter.d.ts +0 -5
  2558. package/dist/commands/review-rule-filter.d.ts.map +0 -1
  2559. package/dist/commands/review-rule-filter.js +0 -117
  2560. package/dist/commands/review-rule-filter.js.map +0 -1
  2561. package/dist/commands/review-rule-stats.d.ts +0 -5
  2562. package/dist/commands/review-rule-stats.d.ts.map +0 -1
  2563. package/dist/commands/review-rule-stats.js +0 -162
  2564. package/dist/commands/review-rule-stats.js.map +0 -1
  2565. package/dist/commands/review-sandbox.d.ts +0 -5
  2566. package/dist/commands/review-sandbox.d.ts.map +0 -1
  2567. package/dist/commands/review-sandbox.js +0 -192
  2568. package/dist/commands/review-sandbox.js.map +0 -1
  2569. package/dist/commands/review-schedule.d.ts +0 -5
  2570. package/dist/commands/review-schedule.d.ts.map +0 -1
  2571. package/dist/commands/review-schedule.js +0 -170
  2572. package/dist/commands/review-schedule.js.map +0 -1
  2573. package/dist/commands/review-scope-limit.d.ts +0 -5
  2574. package/dist/commands/review-scope-limit.d.ts.map +0 -1
  2575. package/dist/commands/review-scope-limit.js +0 -101
  2576. package/dist/commands/review-scope-limit.js.map +0 -1
  2577. package/dist/commands/review-scope-lock.d.ts +0 -8
  2578. package/dist/commands/review-scope-lock.d.ts.map +0 -1
  2579. package/dist/commands/review-scope-lock.js +0 -139
  2580. package/dist/commands/review-scope-lock.js.map +0 -1
  2581. package/dist/commands/review-scope-select.d.ts +0 -5
  2582. package/dist/commands/review-scope-select.d.ts.map +0 -1
  2583. package/dist/commands/review-scope-select.js +0 -99
  2584. package/dist/commands/review-scope-select.js.map +0 -1
  2585. package/dist/commands/review-scope-suggest.d.ts +0 -2
  2586. package/dist/commands/review-scope-suggest.d.ts.map +0 -1
  2587. package/dist/commands/review-scope-suggest.js +0 -113
  2588. package/dist/commands/review-scope-suggest.js.map +0 -1
  2589. package/dist/commands/review-scope.d.ts +0 -5
  2590. package/dist/commands/review-scope.d.ts.map +0 -1
  2591. package/dist/commands/review-scope.js +0 -198
  2592. package/dist/commands/review-scope.js.map +0 -1
  2593. package/dist/commands/review-score-history.d.ts +0 -5
  2594. package/dist/commands/review-score-history.d.ts.map +0 -1
  2595. package/dist/commands/review-score-history.js +0 -138
  2596. package/dist/commands/review-score-history.js.map +0 -1
  2597. package/dist/commands/review-security-posture.d.ts +0 -2
  2598. package/dist/commands/review-security-posture.d.ts.map +0 -1
  2599. package/dist/commands/review-security-posture.js +0 -106
  2600. package/dist/commands/review-security-posture.js.map +0 -1
  2601. package/dist/commands/review-session-replay.d.ts +0 -5
  2602. package/dist/commands/review-session-replay.d.ts.map +0 -1
  2603. package/dist/commands/review-session-replay.js +0 -82
  2604. package/dist/commands/review-session-replay.js.map +0 -1
  2605. package/dist/commands/review-session-save.d.ts +0 -5
  2606. package/dist/commands/review-session-save.d.ts.map +0 -1
  2607. package/dist/commands/review-session-save.js +0 -174
  2608. package/dist/commands/review-session-save.js.map +0 -1
  2609. package/dist/commands/review-session.d.ts +0 -5
  2610. package/dist/commands/review-session.d.ts.map +0 -1
  2611. package/dist/commands/review-session.js +0 -151
  2612. package/dist/commands/review-session.js.map +0 -1
  2613. package/dist/commands/review-skip-list.d.ts +0 -5
  2614. package/dist/commands/review-skip-list.d.ts.map +0 -1
  2615. package/dist/commands/review-skip-list.js +0 -136
  2616. package/dist/commands/review-skip-list.js.map +0 -1
  2617. package/dist/commands/review-skip-rule.d.ts +0 -5
  2618. package/dist/commands/review-skip-rule.d.ts.map +0 -1
  2619. package/dist/commands/review-skip-rule.js +0 -106
  2620. package/dist/commands/review-skip-rule.js.map +0 -1
  2621. package/dist/commands/review-sla-config.d.ts +0 -5
  2622. package/dist/commands/review-sla-config.d.ts.map +0 -1
  2623. package/dist/commands/review-sla-config.js +0 -89
  2624. package/dist/commands/review-sla-config.js.map +0 -1
  2625. package/dist/commands/review-slack-format.d.ts +0 -5
  2626. package/dist/commands/review-slack-format.d.ts.map +0 -1
  2627. package/dist/commands/review-slack-format.js +0 -114
  2628. package/dist/commands/review-slack-format.js.map +0 -1
  2629. package/dist/commands/review-snapshot-diff.d.ts +0 -5
  2630. package/dist/commands/review-snapshot-diff.d.ts.map +0 -1
  2631. package/dist/commands/review-snapshot-diff.js +0 -101
  2632. package/dist/commands/review-snapshot-diff.js.map +0 -1
  2633. package/dist/commands/review-sprint-plan.d.ts +0 -2
  2634. package/dist/commands/review-sprint-plan.d.ts.map +0 -1
  2635. package/dist/commands/review-sprint-plan.js +0 -80
  2636. package/dist/commands/review-sprint-plan.js.map +0 -1
  2637. package/dist/commands/review-stakeholder-notify.d.ts +0 -2
  2638. package/dist/commands/review-stakeholder-notify.d.ts.map +0 -1
  2639. package/dist/commands/review-stakeholder-notify.js +0 -135
  2640. package/dist/commands/review-stakeholder-notify.js.map +0 -1
  2641. package/dist/commands/review-stakeholder-report.d.ts +0 -5
  2642. package/dist/commands/review-stakeholder-report.d.ts.map +0 -1
  2643. package/dist/commands/review-stakeholder-report.js +0 -76
  2644. package/dist/commands/review-stakeholder-report.js.map +0 -1
  2645. package/dist/commands/review-stale-finding-clean.d.ts +0 -2
  2646. package/dist/commands/review-stale-finding-clean.d.ts.map +0 -1
  2647. package/dist/commands/review-stale-finding-clean.js +0 -82
  2648. package/dist/commands/review-stale-finding-clean.js.map +0 -1
  2649. package/dist/commands/review-standup.d.ts +0 -5
  2650. package/dist/commands/review-standup.d.ts.map +0 -1
  2651. package/dist/commands/review-standup.js +0 -96
  2652. package/dist/commands/review-standup.js.map +0 -1
  2653. package/dist/commands/review-stats.d.ts +0 -5
  2654. package/dist/commands/review-stats.d.ts.map +0 -1
  2655. package/dist/commands/review-stats.js +0 -176
  2656. package/dist/commands/review-stats.js.map +0 -1
  2657. package/dist/commands/review-status-badge.d.ts +0 -5
  2658. package/dist/commands/review-status-badge.d.ts.map +0 -1
  2659. package/dist/commands/review-status-badge.js +0 -121
  2660. package/dist/commands/review-status-badge.js.map +0 -1
  2661. package/dist/commands/review-streak.d.ts +0 -5
  2662. package/dist/commands/review-streak.d.ts.map +0 -1
  2663. package/dist/commands/review-streak.js +0 -151
  2664. package/dist/commands/review-streak.js.map +0 -1
  2665. package/dist/commands/review-summary-dashboard.d.ts +0 -5
  2666. package/dist/commands/review-summary-dashboard.d.ts.map +0 -1
  2667. package/dist/commands/review-summary-dashboard.js +0 -97
  2668. package/dist/commands/review-summary-dashboard.js.map +0 -1
  2669. package/dist/commands/review-summary-email.d.ts +0 -5
  2670. package/dist/commands/review-summary-email.d.ts.map +0 -1
  2671. package/dist/commands/review-summary-email.js +0 -103
  2672. package/dist/commands/review-summary-email.js.map +0 -1
  2673. package/dist/commands/review-summary.d.ts +0 -5
  2674. package/dist/commands/review-summary.d.ts.map +0 -1
  2675. package/dist/commands/review-summary.js +0 -175
  2676. package/dist/commands/review-summary.js.map +0 -1
  2677. package/dist/commands/review-tag-manager.d.ts +0 -5
  2678. package/dist/commands/review-tag-manager.d.ts.map +0 -1
  2679. package/dist/commands/review-tag-manager.js +0 -129
  2680. package/dist/commands/review-tag-manager.js.map +0 -1
  2681. package/dist/commands/review-tag.d.ts +0 -5
  2682. package/dist/commands/review-tag.d.ts.map +0 -1
  2683. package/dist/commands/review-tag.js +0 -137
  2684. package/dist/commands/review-tag.js.map +0 -1
  2685. package/dist/commands/review-team-analytics.d.ts +0 -2
  2686. package/dist/commands/review-team-analytics.d.ts.map +0 -1
  2687. package/dist/commands/review-team-analytics.js +0 -95
  2688. package/dist/commands/review-team-analytics.js.map +0 -1
  2689. package/dist/commands/review-team-assign.d.ts +0 -8
  2690. package/dist/commands/review-team-assign.d.ts.map +0 -1
  2691. package/dist/commands/review-team-assign.js +0 -212
  2692. package/dist/commands/review-team-assign.js.map +0 -1
  2693. package/dist/commands/review-team-coverage.d.ts +0 -2
  2694. package/dist/commands/review-team-coverage.d.ts.map +0 -1
  2695. package/dist/commands/review-team-coverage.js +0 -96
  2696. package/dist/commands/review-team-coverage.js.map +0 -1
  2697. package/dist/commands/review-team-dashboard.d.ts +0 -5
  2698. package/dist/commands/review-team-dashboard.d.ts.map +0 -1
  2699. package/dist/commands/review-team-dashboard.js +0 -99
  2700. package/dist/commands/review-team-dashboard.js.map +0 -1
  2701. package/dist/commands/review-team-rotation.d.ts +0 -2
  2702. package/dist/commands/review-team-rotation.d.ts.map +0 -1
  2703. package/dist/commands/review-team-rotation.js +0 -100
  2704. package/dist/commands/review-team-rotation.js.map +0 -1
  2705. package/dist/commands/review-team-stats.d.ts +0 -5
  2706. package/dist/commands/review-team-stats.d.ts.map +0 -1
  2707. package/dist/commands/review-team-stats.js +0 -98
  2708. package/dist/commands/review-team-stats.js.map +0 -1
  2709. package/dist/commands/review-team-summary.d.ts +0 -5
  2710. package/dist/commands/review-team-summary.d.ts.map +0 -1
  2711. package/dist/commands/review-team-summary.js +0 -156
  2712. package/dist/commands/review-team-summary.js.map +0 -1
  2713. package/dist/commands/review-team-velocity.d.ts +0 -2
  2714. package/dist/commands/review-team-velocity.d.ts.map +0 -1
  2715. package/dist/commands/review-team-velocity.js +0 -104
  2716. package/dist/commands/review-team-velocity.js.map +0 -1
  2717. package/dist/commands/review-template-export.d.ts +0 -5
  2718. package/dist/commands/review-template-export.d.ts.map +0 -1
  2719. package/dist/commands/review-template-export.js +0 -147
  2720. package/dist/commands/review-template-export.js.map +0 -1
  2721. package/dist/commands/review-template-library.d.ts +0 -5
  2722. package/dist/commands/review-template-library.d.ts.map +0 -1
  2723. package/dist/commands/review-template-library.js +0 -156
  2724. package/dist/commands/review-template-library.js.map +0 -1
  2725. package/dist/commands/review-template-suggest.d.ts +0 -2
  2726. package/dist/commands/review-template-suggest.d.ts.map +0 -1
  2727. package/dist/commands/review-template-suggest.js +0 -120
  2728. package/dist/commands/review-template-suggest.js.map +0 -1
  2729. package/dist/commands/review-template.d.ts +0 -5
  2730. package/dist/commands/review-template.d.ts.map +0 -1
  2731. package/dist/commands/review-template.js +0 -213
  2732. package/dist/commands/review-template.js.map +0 -1
  2733. package/dist/commands/review-tenant-config.d.ts +0 -5
  2734. package/dist/commands/review-tenant-config.d.ts.map +0 -1
  2735. package/dist/commands/review-tenant-config.js +0 -117
  2736. package/dist/commands/review-tenant-config.js.map +0 -1
  2737. package/dist/commands/review-threshold-tune.d.ts +0 -5
  2738. package/dist/commands/review-threshold-tune.d.ts.map +0 -1
  2739. package/dist/commands/review-threshold-tune.js +0 -136
  2740. package/dist/commands/review-threshold-tune.js.map +0 -1
  2741. package/dist/commands/review-timeline.d.ts +0 -5
  2742. package/dist/commands/review-timeline.d.ts.map +0 -1
  2743. package/dist/commands/review-timeline.js +0 -77
  2744. package/dist/commands/review-timeline.js.map +0 -1
  2745. package/dist/commands/review-token-budget.d.ts +0 -5
  2746. package/dist/commands/review-token-budget.d.ts.map +0 -1
  2747. package/dist/commands/review-token-budget.js +0 -118
  2748. package/dist/commands/review-token-budget.js.map +0 -1
  2749. package/dist/commands/review-velocity-track.d.ts +0 -2
  2750. package/dist/commands/review-velocity-track.d.ts.map +0 -1
  2751. package/dist/commands/review-velocity-track.js +0 -95
  2752. package/dist/commands/review-velocity-track.js.map +0 -1
  2753. package/dist/commands/review-watch-mode.d.ts +0 -8
  2754. package/dist/commands/review-watch-mode.d.ts.map +0 -1
  2755. package/dist/commands/review-watch-mode.js +0 -133
  2756. package/dist/commands/review-watch-mode.js.map +0 -1
  2757. package/dist/commands/review-webhook-dispatch.d.ts +0 -5
  2758. package/dist/commands/review-webhook-dispatch.d.ts.map +0 -1
  2759. package/dist/commands/review-webhook-dispatch.js +0 -100
  2760. package/dist/commands/review-webhook-dispatch.js.map +0 -1
  2761. package/dist/commands/review-webhook-notify.d.ts +0 -5
  2762. package/dist/commands/review-webhook-notify.d.ts.map +0 -1
  2763. package/dist/commands/review-webhook-notify.js +0 -146
  2764. package/dist/commands/review-webhook-notify.js.map +0 -1
  2765. package/dist/commands/review-webhook.d.ts +0 -5
  2766. package/dist/commands/review-webhook.d.ts.map +0 -1
  2767. package/dist/commands/review-webhook.js +0 -141
  2768. package/dist/commands/review-webhook.js.map +0 -1
  2769. package/dist/commands/review-whitelist.d.ts +0 -5
  2770. package/dist/commands/review-whitelist.d.ts.map +0 -1
  2771. package/dist/commands/review-whitelist.js +0 -159
  2772. package/dist/commands/review-whitelist.js.map +0 -1
  2773. package/dist/commands/review-workload-balance.d.ts +0 -2
  2774. package/dist/commands/review-workload-balance.d.ts.map +0 -1
  2775. package/dist/commands/review-workload-balance.js +0 -87
  2776. package/dist/commands/review-workload-balance.js.map +0 -1
  2777. package/dist/commands/review-workspace-init.d.ts +0 -5
  2778. package/dist/commands/review-workspace-init.d.ts.map +0 -1
  2779. package/dist/commands/review-workspace-init.js +0 -105
  2780. package/dist/commands/review-workspace-init.js.map +0 -1
  2781. package/dist/commands/review-workspace-scan.d.ts +0 -5
  2782. package/dist/commands/review-workspace-scan.d.ts.map +0 -1
  2783. package/dist/commands/review-workspace-scan.js +0 -145
  2784. package/dist/commands/review-workspace-scan.js.map +0 -1
  2785. package/dist/commands/review.d.ts.map +0 -1
  2786. package/dist/commands/review.js.map +0 -1
  2787. package/dist/commands/risk-heatmap.d.ts +0 -8
  2788. package/dist/commands/risk-heatmap.d.ts.map +0 -1
  2789. package/dist/commands/risk-heatmap.js +0 -224
  2790. package/dist/commands/risk-heatmap.js.map +0 -1
  2791. package/dist/commands/rollback-safety.d.ts +0 -5
  2792. package/dist/commands/rollback-safety.d.ts.map +0 -1
  2793. package/dist/commands/rollback-safety.js +0 -192
  2794. package/dist/commands/rollback-safety.js.map +0 -1
  2795. package/dist/commands/rule-catalog.d.ts +0 -5
  2796. package/dist/commands/rule-catalog.d.ts.map +0 -1
  2797. package/dist/commands/rule-catalog.js +0 -129
  2798. package/dist/commands/rule-catalog.js.map +0 -1
  2799. package/dist/commands/rule-metrics.d.ts.map +0 -1
  2800. package/dist/commands/rule-metrics.js.map +0 -1
  2801. package/dist/commands/rule-owner.d.ts +0 -31
  2802. package/dist/commands/rule-owner.d.ts.map +0 -1
  2803. package/dist/commands/rule-owner.js +0 -182
  2804. package/dist/commands/rule-owner.js.map +0 -1
  2805. package/dist/commands/rule-share.d.ts +0 -35
  2806. package/dist/commands/rule-share.d.ts.map +0 -1
  2807. package/dist/commands/rule-share.js +0 -203
  2808. package/dist/commands/rule-share.js.map +0 -1
  2809. package/dist/commands/rule-test.d.ts +0 -5
  2810. package/dist/commands/rule-test.d.ts.map +0 -1
  2811. package/dist/commands/rule-test.js +0 -216
  2812. package/dist/commands/rule-test.js.map +0 -1
  2813. package/dist/commands/rule.d.ts.map +0 -1
  2814. package/dist/commands/rule.js.map +0 -1
  2815. package/dist/commands/sbom-export.d.ts +0 -8
  2816. package/dist/commands/sbom-export.d.ts.map +0 -1
  2817. package/dist/commands/sbom-export.js +0 -162
  2818. package/dist/commands/sbom-export.js.map +0 -1
  2819. package/dist/commands/scaffold-plugin.d.ts +0 -16
  2820. package/dist/commands/scaffold-plugin.d.ts.map +0 -1
  2821. package/dist/commands/scaffold-plugin.js +0 -271
  2822. package/dist/commands/scaffold-plugin.js.map +0 -1
  2823. package/dist/commands/secret-age.d.ts +0 -6
  2824. package/dist/commands/secret-age.d.ts.map +0 -1
  2825. package/dist/commands/secret-age.js +0 -215
  2826. package/dist/commands/secret-age.js.map +0 -1
  2827. package/dist/commands/secret-scan.d.ts +0 -8
  2828. package/dist/commands/secret-scan.d.ts.map +0 -1
  2829. package/dist/commands/secret-scan.js +0 -245
  2830. package/dist/commands/secret-scan.js.map +0 -1
  2831. package/dist/commands/security-maturity.d.ts +0 -8
  2832. package/dist/commands/security-maturity.d.ts.map +0 -1
  2833. package/dist/commands/security-maturity.js +0 -313
  2834. package/dist/commands/security-maturity.js.map +0 -1
  2835. package/dist/commands/security-theater.d.ts +0 -5
  2836. package/dist/commands/security-theater.d.ts.map +0 -1
  2837. package/dist/commands/security-theater.js +0 -279
  2838. package/dist/commands/security-theater.js.map +0 -1
  2839. package/dist/commands/setup-wizard.d.ts +0 -5
  2840. package/dist/commands/setup-wizard.d.ts.map +0 -1
  2841. package/dist/commands/setup-wizard.js +0 -175
  2842. package/dist/commands/setup-wizard.js.map +0 -1
  2843. package/dist/commands/severity-tune.d.ts +0 -5
  2844. package/dist/commands/severity-tune.d.ts.map +0 -1
  2845. package/dist/commands/severity-tune.js +0 -209
  2846. package/dist/commands/severity-tune.js.map +0 -1
  2847. package/dist/commands/sla-track.d.ts +0 -57
  2848. package/dist/commands/sla-track.d.ts.map +0 -1
  2849. package/dist/commands/sla-track.js +0 -269
  2850. package/dist/commands/sla-track.js.map +0 -1
  2851. package/dist/commands/smart-output.d.ts.map +0 -1
  2852. package/dist/commands/smart-output.js.map +0 -1
  2853. package/dist/commands/smart-select.d.ts +0 -27
  2854. package/dist/commands/smart-select.d.ts.map +0 -1
  2855. package/dist/commands/smart-select.js +0 -346
  2856. package/dist/commands/smart-select.js.map +0 -1
  2857. package/dist/commands/snapshot.d.ts.map +0 -1
  2858. package/dist/commands/snapshot.js.map +0 -1
  2859. package/dist/commands/snippet-eval.d.ts +0 -8
  2860. package/dist/commands/snippet-eval.d.ts.map +0 -1
  2861. package/dist/commands/snippet-eval.js +0 -224
  2862. package/dist/commands/snippet-eval.js.map +0 -1
  2863. package/dist/commands/spec-conform.d.ts +0 -5
  2864. package/dist/commands/spec-conform.d.ts.map +0 -1
  2865. package/dist/commands/spec-conform.js +0 -305
  2866. package/dist/commands/spec-conform.js.map +0 -1
  2867. package/dist/commands/stale-pattern.d.ts +0 -5
  2868. package/dist/commands/stale-pattern.d.ts.map +0 -1
  2869. package/dist/commands/stale-pattern.js +0 -294
  2870. package/dist/commands/stale-pattern.js.map +0 -1
  2871. package/dist/commands/state-integrity.d.ts +0 -5
  2872. package/dist/commands/state-integrity.d.ts.map +0 -1
  2873. package/dist/commands/state-integrity.js +0 -284
  2874. package/dist/commands/state-integrity.js.map +0 -1
  2875. package/dist/commands/suppress.d.ts +0 -40
  2876. package/dist/commands/suppress.d.ts.map +0 -1
  2877. package/dist/commands/suppress.js +0 -209
  2878. package/dist/commands/suppress.js.map +0 -1
  2879. package/dist/commands/team-config.d.ts +0 -5
  2880. package/dist/commands/team-config.d.ts.map +0 -1
  2881. package/dist/commands/team-config.js +0 -235
  2882. package/dist/commands/team-config.js.map +0 -1
  2883. package/dist/commands/team-leaderboard.d.ts +0 -25
  2884. package/dist/commands/team-leaderboard.d.ts.map +0 -1
  2885. package/dist/commands/team-leaderboard.js +0 -228
  2886. package/dist/commands/team-leaderboard.js.map +0 -1
  2887. package/dist/commands/team-rules-sync.d.ts +0 -8
  2888. package/dist/commands/team-rules-sync.d.ts.map +0 -1
  2889. package/dist/commands/team-rules-sync.js +0 -251
  2890. package/dist/commands/team-rules-sync.js.map +0 -1
  2891. package/dist/commands/team-trust.d.ts +0 -8
  2892. package/dist/commands/team-trust.d.ts.map +0 -1
  2893. package/dist/commands/team-trust.js +0 -175
  2894. package/dist/commands/team-trust.js.map +0 -1
  2895. package/dist/commands/test-correlate.d.ts +0 -8
  2896. package/dist/commands/test-correlate.d.ts.map +0 -1
  2897. package/dist/commands/test-correlate.js +0 -222
  2898. package/dist/commands/test-correlate.js.map +0 -1
  2899. package/dist/commands/test-isolation.d.ts +0 -6
  2900. package/dist/commands/test-isolation.d.ts.map +0 -1
  2901. package/dist/commands/test-isolation.js +0 -235
  2902. package/dist/commands/test-isolation.js.map +0 -1
  2903. package/dist/commands/test-quality.d.ts +0 -6
  2904. package/dist/commands/test-quality.d.ts.map +0 -1
  2905. package/dist/commands/test-quality.js +0 -161
  2906. package/dist/commands/test-quality.js.map +0 -1
  2907. package/dist/commands/test-suggest.d.ts +0 -9
  2908. package/dist/commands/test-suggest.d.ts.map +0 -1
  2909. package/dist/commands/test-suggest.js +0 -248
  2910. package/dist/commands/test-suggest.js.map +0 -1
  2911. package/dist/commands/ticket-sync.d.ts +0 -26
  2912. package/dist/commands/ticket-sync.d.ts.map +0 -1
  2913. package/dist/commands/ticket-sync.js +0 -236
  2914. package/dist/commands/ticket-sync.js.map +0 -1
  2915. package/dist/commands/timeout-audit.d.ts +0 -5
  2916. package/dist/commands/timeout-audit.d.ts.map +0 -1
  2917. package/dist/commands/timeout-audit.js +0 -211
  2918. package/dist/commands/timeout-audit.js.map +0 -1
  2919. package/dist/commands/trace.d.ts +0 -65
  2920. package/dist/commands/trace.d.ts.map +0 -1
  2921. package/dist/commands/trace.js +0 -246
  2922. package/dist/commands/trace.js.map +0 -1
  2923. package/dist/commands/trend-report.d.ts +0 -5
  2924. package/dist/commands/trend-report.d.ts.map +0 -1
  2925. package/dist/commands/trend-report.js +0 -149
  2926. package/dist/commands/trend-report.js.map +0 -1
  2927. package/dist/commands/triage.d.ts +0 -16
  2928. package/dist/commands/triage.d.ts.map +0 -1
  2929. package/dist/commands/triage.js +0 -172
  2930. package/dist/commands/triage.js.map +0 -1
  2931. package/dist/commands/trust-adaptive.d.ts +0 -9
  2932. package/dist/commands/trust-adaptive.d.ts.map +0 -1
  2933. package/dist/commands/trust-adaptive.js +0 -194
  2934. package/dist/commands/trust-adaptive.js.map +0 -1
  2935. package/dist/commands/trust-ramp.d.ts +0 -30
  2936. package/dist/commands/trust-ramp.d.ts.map +0 -1
  2937. package/dist/commands/trust-ramp.js +0 -190
  2938. package/dist/commands/trust-ramp.js.map +0 -1
  2939. package/dist/commands/tune.d.ts +0 -25
  2940. package/dist/commands/tune.d.ts.map +0 -1
  2941. package/dist/commands/tune.js +0 -408
  2942. package/dist/commands/tune.js.map +0 -1
  2943. package/dist/commands/type-boundary.d.ts +0 -5
  2944. package/dist/commands/type-boundary.d.ts.map +0 -1
  2945. package/dist/commands/type-boundary.js +0 -236
  2946. package/dist/commands/type-boundary.js.map +0 -1
  2947. package/dist/commands/upload.d.ts +0 -14
  2948. package/dist/commands/upload.d.ts.map +0 -1
  2949. package/dist/commands/upload.js +0 -173
  2950. package/dist/commands/upload.js.map +0 -1
  2951. package/dist/commands/validate-config.d.ts +0 -17
  2952. package/dist/commands/validate-config.d.ts.map +0 -1
  2953. package/dist/commands/validate-config.js +0 -268
  2954. package/dist/commands/validate-config.js.map +0 -1
  2955. package/dist/commands/vendor-lock-detect.d.ts +0 -8
  2956. package/dist/commands/vendor-lock-detect.d.ts.map +0 -1
  2957. package/dist/commands/vendor-lock-detect.js +0 -289
  2958. package/dist/commands/vendor-lock-detect.js.map +0 -1
  2959. package/dist/commands/vote.d.ts +0 -32
  2960. package/dist/commands/vote.d.ts.map +0 -1
  2961. package/dist/commands/vote.js +0 -201
  2962. package/dist/commands/vote.js.map +0 -1
  2963. package/dist/commands/warm-cache.d.ts +0 -31
  2964. package/dist/commands/warm-cache.d.ts.map +0 -1
  2965. package/dist/commands/warm-cache.js +0 -166
  2966. package/dist/commands/warm-cache.js.map +0 -1
  2967. package/dist/commands/watch-judge.d.ts +0 -8
  2968. package/dist/commands/watch-judge.d.ts.map +0 -1
  2969. package/dist/commands/watch-judge.js +0 -180
  2970. package/dist/commands/watch-judge.js.map +0 -1
  2971. package/dist/commands/watch.d.ts +0 -18
  2972. package/dist/commands/watch.d.ts.map +0 -1
  2973. package/dist/commands/watch.js +0 -187
  2974. package/dist/commands/watch.js.map +0 -1
  2975. package/dist/comparison.d.ts.map +0 -1
  2976. package/dist/comparison.js.map +0 -1
  2977. package/dist/config.d.ts.map +0 -1
  2978. package/dist/config.js.map +0 -1
  2979. package/dist/data-adapter.d.ts.map +0 -1
  2980. package/dist/data-adapter.js.map +0 -1
  2981. package/dist/dedup.d.ts.map +0 -1
  2982. package/dist/dedup.js.map +0 -1
  2983. package/dist/disk-cache.d.ts.map +0 -1
  2984. package/dist/disk-cache.js.map +0 -1
  2985. package/dist/errors.d.ts.map +0 -1
  2986. package/dist/errors.js.map +0 -1
  2987. package/dist/evaluators/accessibility.d.ts.map +0 -1
  2988. package/dist/evaluators/accessibility.js.map +0 -1
  2989. package/dist/evaluators/agent-instructions.d.ts.map +0 -1
  2990. package/dist/evaluators/agent-instructions.js.map +0 -1
  2991. package/dist/evaluators/ai-code-safety.d.ts.map +0 -1
  2992. package/dist/evaluators/ai-code-safety.js.map +0 -1
  2993. package/dist/evaluators/api-contract.d.ts.map +0 -1
  2994. package/dist/evaluators/api-contract.js.map +0 -1
  2995. package/dist/evaluators/api-design.d.ts.map +0 -1
  2996. package/dist/evaluators/api-design.js.map +0 -1
  2997. package/dist/evaluators/app-builder.d.ts.map +0 -1
  2998. package/dist/evaluators/app-builder.js.map +0 -1
  2999. package/dist/evaluators/authentication.d.ts.map +0 -1
  3000. package/dist/evaluators/authentication.js.map +0 -1
  3001. package/dist/evaluators/backwards-compatibility.d.ts.map +0 -1
  3002. package/dist/evaluators/backwards-compatibility.js.map +0 -1
  3003. package/dist/evaluators/caching.d.ts.map +0 -1
  3004. package/dist/evaluators/caching.js.map +0 -1
  3005. package/dist/evaluators/ci-cd.d.ts.map +0 -1
  3006. package/dist/evaluators/ci-cd.js.map +0 -1
  3007. package/dist/evaluators/cloud-readiness.d.ts.map +0 -1
  3008. package/dist/evaluators/cloud-readiness.js.map +0 -1
  3009. package/dist/evaluators/code-structure.d.ts.map +0 -1
  3010. package/dist/evaluators/code-structure.js.map +0 -1
  3011. package/dist/evaluators/compliance.d.ts.map +0 -1
  3012. package/dist/evaluators/compliance.js.map +0 -1
  3013. package/dist/evaluators/concurrency.d.ts.map +0 -1
  3014. package/dist/evaluators/concurrency.js.map +0 -1
  3015. package/dist/evaluators/configuration-management.d.ts.map +0 -1
  3016. package/dist/evaluators/configuration-management.js.map +0 -1
  3017. package/dist/evaluators/cost-effectiveness.d.ts.map +0 -1
  3018. package/dist/evaluators/cost-effectiveness.js.map +0 -1
  3019. package/dist/evaluators/cybersecurity.d.ts.map +0 -1
  3020. package/dist/evaluators/cybersecurity.js.map +0 -1
  3021. package/dist/evaluators/data-security.d.ts.map +0 -1
  3022. package/dist/evaluators/data-security.js.map +0 -1
  3023. package/dist/evaluators/data-sovereignty.d.ts.map +0 -1
  3024. package/dist/evaluators/data-sovereignty.js.map +0 -1
  3025. package/dist/evaluators/database.d.ts.map +0 -1
  3026. package/dist/evaluators/database.js.map +0 -1
  3027. package/dist/evaluators/dependencies.d.ts.map +0 -1
  3028. package/dist/evaluators/dependencies.js.map +0 -1
  3029. package/dist/evaluators/dependency-health.d.ts.map +0 -1
  3030. package/dist/evaluators/dependency-health.js.map +0 -1
  3031. package/dist/evaluators/documentation.d.ts.map +0 -1
  3032. package/dist/evaluators/documentation.js.map +0 -1
  3033. package/dist/evaluators/error-handling.d.ts.map +0 -1
  3034. package/dist/evaluators/error-handling.js.map +0 -1
  3035. package/dist/evaluators/ethics-bias.d.ts.map +0 -1
  3036. package/dist/evaluators/ethics-bias.js.map +0 -1
  3037. package/dist/evaluators/false-positive-review.d.ts.map +0 -1
  3038. package/dist/evaluators/false-positive-review.js.map +0 -1
  3039. package/dist/evaluators/framework-rules.d.ts.map +0 -1
  3040. package/dist/evaluators/framework-rules.js.map +0 -1
  3041. package/dist/evaluators/framework-safety.d.ts.map +0 -1
  3042. package/dist/evaluators/framework-safety.js.map +0 -1
  3043. package/dist/evaluators/hallucination-detection.d.ts.map +0 -1
  3044. package/dist/evaluators/hallucination-detection.js.map +0 -1
  3045. package/dist/evaluators/iac-security.d.ts.map +0 -1
  3046. package/dist/evaluators/iac-security.js.map +0 -1
  3047. package/dist/evaluators/index.d.ts.map +0 -1
  3048. package/dist/evaluators/index.js.map +0 -1
  3049. package/dist/evaluators/intent-alignment.d.ts.map +0 -1
  3050. package/dist/evaluators/intent-alignment.js.map +0 -1
  3051. package/dist/evaluators/internationalization.d.ts.map +0 -1
  3052. package/dist/evaluators/internationalization.js.map +0 -1
  3053. package/dist/evaluators/logging-privacy.d.ts.map +0 -1
  3054. package/dist/evaluators/logging-privacy.js.map +0 -1
  3055. package/dist/evaluators/logic-review.d.ts.map +0 -1
  3056. package/dist/evaluators/logic-review.js.map +0 -1
  3057. package/dist/evaluators/maintainability.d.ts.map +0 -1
  3058. package/dist/evaluators/maintainability.js.map +0 -1
  3059. package/dist/evaluators/model-fingerprint.d.ts.map +0 -1
  3060. package/dist/evaluators/model-fingerprint.js.map +0 -1
  3061. package/dist/evaluators/multi-turn-coherence.d.ts.map +0 -1
  3062. package/dist/evaluators/multi-turn-coherence.js.map +0 -1
  3063. package/dist/evaluators/observability.d.ts.map +0 -1
  3064. package/dist/evaluators/observability.js.map +0 -1
  3065. package/dist/evaluators/over-engineering.d.ts.map +0 -1
  3066. package/dist/evaluators/over-engineering.js.map +0 -1
  3067. package/dist/evaluators/performance.d.ts.map +0 -1
  3068. package/dist/evaluators/performance.js.map +0 -1
  3069. package/dist/evaluators/portability.d.ts.map +0 -1
  3070. package/dist/evaluators/portability.js.map +0 -1
  3071. package/dist/evaluators/project.d.ts.map +0 -1
  3072. package/dist/evaluators/project.js.map +0 -1
  3073. package/dist/evaluators/rate-limiting.d.ts.map +0 -1
  3074. package/dist/evaluators/rate-limiting.js.map +0 -1
  3075. package/dist/evaluators/reliability.d.ts.map +0 -1
  3076. package/dist/evaluators/reliability.js.map +0 -1
  3077. package/dist/evaluators/scalability.d.ts.map +0 -1
  3078. package/dist/evaluators/scalability.js.map +0 -1
  3079. package/dist/evaluators/security.d.ts.map +0 -1
  3080. package/dist/evaluators/security.js.map +0 -1
  3081. package/dist/evaluators/shared.d.ts.map +0 -1
  3082. package/dist/evaluators/shared.js.map +0 -1
  3083. package/dist/evaluators/software-practices.d.ts.map +0 -1
  3084. package/dist/evaluators/software-practices.js.map +0 -1
  3085. package/dist/evaluators/testing.d.ts.map +0 -1
  3086. package/dist/evaluators/testing.js.map +0 -1
  3087. package/dist/evaluators/ux.d.ts.map +0 -1
  3088. package/dist/evaluators/ux.js.map +0 -1
  3089. package/dist/evaluators/v2.d.ts.map +0 -1
  3090. package/dist/evaluators/v2.js.map +0 -1
  3091. package/dist/finding-lifecycle.d.ts.map +0 -1
  3092. package/dist/finding-lifecycle.js.map +0 -1
  3093. package/dist/fingerprint.d.ts.map +0 -1
  3094. package/dist/fingerprint.js.map +0 -1
  3095. package/dist/fix-history.d.ts.map +0 -1
  3096. package/dist/fix-history.js.map +0 -1
  3097. package/dist/formatters/badge.d.ts.map +0 -1
  3098. package/dist/formatters/badge.js.map +0 -1
  3099. package/dist/formatters/codeclimate.d.ts.map +0 -1
  3100. package/dist/formatters/codeclimate.js.map +0 -1
  3101. package/dist/formatters/csv.d.ts.map +0 -1
  3102. package/dist/formatters/csv.js.map +0 -1
  3103. package/dist/formatters/diagnostics.d.ts.map +0 -1
  3104. package/dist/formatters/diagnostics.js.map +0 -1
  3105. package/dist/formatters/github-actions.d.ts.map +0 -1
  3106. package/dist/formatters/github-actions.js.map +0 -1
  3107. package/dist/formatters/html.d.ts.map +0 -1
  3108. package/dist/formatters/html.js.map +0 -1
  3109. package/dist/formatters/junit.d.ts.map +0 -1
  3110. package/dist/formatters/junit.js.map +0 -1
  3111. package/dist/formatters/pdf.d.ts.map +0 -1
  3112. package/dist/formatters/pdf.js.map +0 -1
  3113. package/dist/formatters/sarif.d.ts.map +0 -1
  3114. package/dist/formatters/sarif.js.map +0 -1
  3115. package/dist/github-app.d.ts.map +0 -1
  3116. package/dist/github-app.js.map +0 -1
  3117. package/dist/index.d.ts.map +0 -1
  3118. package/dist/index.js.map +0 -1
  3119. package/dist/judge-registry.d.ts.map +0 -1
  3120. package/dist/judge-registry.js.map +0 -1
  3121. package/dist/judges/accessibility.d.ts.map +0 -1
  3122. package/dist/judges/accessibility.js.map +0 -1
  3123. package/dist/judges/agent-instructions.d.ts.map +0 -1
  3124. package/dist/judges/agent-instructions.js.map +0 -1
  3125. package/dist/judges/ai-code-safety.d.ts.map +0 -1
  3126. package/dist/judges/ai-code-safety.js.map +0 -1
  3127. package/dist/judges/api-contract.d.ts.map +0 -1
  3128. package/dist/judges/api-contract.js.map +0 -1
  3129. package/dist/judges/api-design.d.ts.map +0 -1
  3130. package/dist/judges/api-design.js.map +0 -1
  3131. package/dist/judges/authentication.d.ts.map +0 -1
  3132. package/dist/judges/authentication.js.map +0 -1
  3133. package/dist/judges/backwards-compatibility.d.ts.map +0 -1
  3134. package/dist/judges/backwards-compatibility.js.map +0 -1
  3135. package/dist/judges/caching.d.ts.map +0 -1
  3136. package/dist/judges/caching.js.map +0 -1
  3137. package/dist/judges/ci-cd.d.ts.map +0 -1
  3138. package/dist/judges/ci-cd.js.map +0 -1
  3139. package/dist/judges/cloud-readiness.d.ts.map +0 -1
  3140. package/dist/judges/cloud-readiness.js.map +0 -1
  3141. package/dist/judges/code-structure.d.ts.map +0 -1
  3142. package/dist/judges/code-structure.js.map +0 -1
  3143. package/dist/judges/compliance.d.ts.map +0 -1
  3144. package/dist/judges/compliance.js.map +0 -1
  3145. package/dist/judges/concurrency.d.ts.map +0 -1
  3146. package/dist/judges/concurrency.js.map +0 -1
  3147. package/dist/judges/configuration-management.d.ts.map +0 -1
  3148. package/dist/judges/configuration-management.js.map +0 -1
  3149. package/dist/judges/cost-effectiveness.d.ts.map +0 -1
  3150. package/dist/judges/cost-effectiveness.js.map +0 -1
  3151. package/dist/judges/cybersecurity.d.ts.map +0 -1
  3152. package/dist/judges/cybersecurity.js.map +0 -1
  3153. package/dist/judges/data-security.d.ts.map +0 -1
  3154. package/dist/judges/data-security.js.map +0 -1
  3155. package/dist/judges/data-sovereignty.d.ts.map +0 -1
  3156. package/dist/judges/data-sovereignty.js.map +0 -1
  3157. package/dist/judges/database.d.ts.map +0 -1
  3158. package/dist/judges/database.js.map +0 -1
  3159. package/dist/judges/dependency-health.d.ts.map +0 -1
  3160. package/dist/judges/dependency-health.js.map +0 -1
  3161. package/dist/judges/documentation.d.ts.map +0 -1
  3162. package/dist/judges/documentation.js.map +0 -1
  3163. package/dist/judges/error-handling.d.ts.map +0 -1
  3164. package/dist/judges/error-handling.js.map +0 -1
  3165. package/dist/judges/ethics-bias.d.ts.map +0 -1
  3166. package/dist/judges/ethics-bias.js.map +0 -1
  3167. package/dist/judges/false-positive-review.d.ts.map +0 -1
  3168. package/dist/judges/false-positive-review.js.map +0 -1
  3169. package/dist/judges/framework-safety.d.ts.map +0 -1
  3170. package/dist/judges/framework-safety.js.map +0 -1
  3171. package/dist/judges/hallucination-detection.d.ts.map +0 -1
  3172. package/dist/judges/hallucination-detection.js.map +0 -1
  3173. package/dist/judges/iac-security.d.ts.map +0 -1
  3174. package/dist/judges/iac-security.js.map +0 -1
  3175. package/dist/judges/index.d.ts.map +0 -1
  3176. package/dist/judges/index.js.map +0 -1
  3177. package/dist/judges/intent-alignment.d.ts.map +0 -1
  3178. package/dist/judges/intent-alignment.js.map +0 -1
  3179. package/dist/judges/internationalization.d.ts.map +0 -1
  3180. package/dist/judges/internationalization.js.map +0 -1
  3181. package/dist/judges/logging-privacy.d.ts.map +0 -1
  3182. package/dist/judges/logging-privacy.js.map +0 -1
  3183. package/dist/judges/logic-review.d.ts.map +0 -1
  3184. package/dist/judges/logic-review.js.map +0 -1
  3185. package/dist/judges/maintainability.d.ts.map +0 -1
  3186. package/dist/judges/maintainability.js.map +0 -1
  3187. package/dist/judges/model-fingerprint.d.ts.map +0 -1
  3188. package/dist/judges/model-fingerprint.js.map +0 -1
  3189. package/dist/judges/multi-turn-coherence.d.ts.map +0 -1
  3190. package/dist/judges/multi-turn-coherence.js.map +0 -1
  3191. package/dist/judges/observability.d.ts.map +0 -1
  3192. package/dist/judges/observability.js.map +0 -1
  3193. package/dist/judges/over-engineering.d.ts.map +0 -1
  3194. package/dist/judges/over-engineering.js.map +0 -1
  3195. package/dist/judges/performance.d.ts.map +0 -1
  3196. package/dist/judges/performance.js.map +0 -1
  3197. package/dist/judges/portability.d.ts.map +0 -1
  3198. package/dist/judges/portability.js.map +0 -1
  3199. package/dist/judges/rate-limiting.d.ts.map +0 -1
  3200. package/dist/judges/rate-limiting.js.map +0 -1
  3201. package/dist/judges/reliability.d.ts.map +0 -1
  3202. package/dist/judges/reliability.js.map +0 -1
  3203. package/dist/judges/scalability.d.ts.map +0 -1
  3204. package/dist/judges/scalability.js.map +0 -1
  3205. package/dist/judges/security.d.ts.map +0 -1
  3206. package/dist/judges/security.js.map +0 -1
  3207. package/dist/judges/software-practices.d.ts.map +0 -1
  3208. package/dist/judges/software-practices.js.map +0 -1
  3209. package/dist/judges/testing.d.ts.map +0 -1
  3210. package/dist/judges/testing.js.map +0 -1
  3211. package/dist/judges/ux.d.ts.map +0 -1
  3212. package/dist/judges/ux.js.map +0 -1
  3213. package/dist/language-patterns.d.ts.map +0 -1
  3214. package/dist/language-patterns.js.map +0 -1
  3215. package/dist/parallel.d.ts.map +0 -1
  3216. package/dist/parallel.js.map +0 -1
  3217. package/dist/patches/index.d.ts.map +0 -1
  3218. package/dist/patches/index.js.map +0 -1
  3219. package/dist/plugins.d.ts.map +0 -1
  3220. package/dist/plugins.js.map +0 -1
  3221. package/dist/presets.d.ts.map +0 -1
  3222. package/dist/presets.js.map +0 -1
  3223. package/dist/reports/public-repo-report.d.ts.map +0 -1
  3224. package/dist/reports/public-repo-report.js.map +0 -1
  3225. package/dist/scoring.d.ts.map +0 -1
  3226. package/dist/scoring.js.map +0 -1
  3227. package/dist/security-ids.d.ts.map +0 -1
  3228. package/dist/security-ids.js.map +0 -1
  3229. package/dist/tools/deep-review.d.ts.map +0 -1
  3230. package/dist/tools/deep-review.js.map +0 -1
  3231. package/dist/tools/prompts.d.ts.map +0 -1
  3232. package/dist/tools/prompts.js.map +0 -1
  3233. package/dist/tools/register-evaluation.d.ts.map +0 -1
  3234. package/dist/tools/register-evaluation.js.map +0 -1
  3235. package/dist/tools/register-fix.d.ts.map +0 -1
  3236. package/dist/tools/register-fix.js.map +0 -1
  3237. package/dist/tools/register-review.d.ts.map +0 -1
  3238. package/dist/tools/register-review.js.map +0 -1
  3239. package/dist/tools/register-scaffold.d.ts.map +0 -1
  3240. package/dist/tools/register-scaffold.js.map +0 -1
  3241. package/dist/tools/register-workflow.d.ts.map +0 -1
  3242. package/dist/tools/register-workflow.js.map +0 -1
  3243. package/dist/tools/register-workspace.d.ts.map +0 -1
  3244. package/dist/tools/register-workspace.js.map +0 -1
  3245. package/dist/tools/register.d.ts.map +0 -1
  3246. package/dist/tools/register.js.map +0 -1
  3247. package/dist/tools/schemas.d.ts.map +0 -1
  3248. package/dist/tools/schemas.js.map +0 -1
  3249. package/dist/types.d.ts.map +0 -1
  3250. package/dist/types.js.map +0 -1
  3251. package/grammars/tree-sitter-c_sharp.wasm +0 -0
  3252. package/grammars/tree-sitter-cpp.wasm +0 -0
  3253. package/grammars/tree-sitter-go.wasm +0 -0
  3254. package/grammars/tree-sitter-java.wasm +0 -0
  3255. package/grammars/tree-sitter-kotlin.wasm +0 -0
  3256. package/grammars/tree-sitter-php.wasm +0 -0
  3257. package/grammars/tree-sitter-python.wasm +0 -0
  3258. package/grammars/tree-sitter-ruby.wasm +0 -0
  3259. package/grammars/tree-sitter-rust.wasm +0 -0
  3260. package/grammars/tree-sitter-swift.wasm +0 -0
  3261. package/grammars/tree-sitter-typescript.wasm +0 -0
package/CHANGELOG.md DELETED
@@ -1,2741 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to **@kevinrabun/judges** are documented here.
4
-
5
- ## [3.111.0] — 2026-03-14
6
-
7
- ### Added
8
- - **finding-resolution-workflow** — Guide through severity-based resolution workflows with step checklists
9
- - **review-quality-baseline** — Compare current review quality against historical baseline
10
- - **finding-context-link** — Link findings to relevant documentation via keyword matching
11
- - **review-team-velocity** — Track team review velocity metrics with trend detection
12
- - **finding-auto-priority** — Auto-prioritise findings with multi-factor scoring (P0–P4)
13
- - **review-retrospective** — Generate review retrospective summaries (went well, needs improvement, action items)
14
- - **finding-dependency-impact** — Show impact of dependency-related findings and blast radius
15
- - **review-mentor-suggest** — Suggest mentor pairings based on expertise gaps in review history
16
- - **finding-cluster-summary** — Summarise finding clusters by domain with severity breakdown
17
-
18
- ## [3.110.0] — 2026-03-14
19
-
20
- ### Added
21
- - **finding-risk-label** — Label findings with risk categories (exploitable, data-loss, compliance, etc.)
22
- - **review-feedback-summary** — Summarize reviewer feedback trends from review history
23
- - **finding-fix-chain** — Chain related fixes together for batch remediation
24
- - **review-config-health** — Assess configuration health and suggest improvements
25
- - **finding-owner-notify** — Generate ownership-based notification lists for findings
26
- - **review-progress-report** — Generate progress reports from review history
27
- - **finding-patch-chain** — Link and order patches for safe sequential application
28
- - **review-engagement-score** — Score team engagement with code reviews
29
- - **finding-effort-rank** — Rank findings by estimated fix effort
30
-
31
- ## [3.109.0] — 2026-03-14
32
-
33
- ### Added
34
- - **finding-compliance-tag** — Tag findings with compliance framework identifiers (SOC2, PCI-DSS, GDPR)
35
- - **review-team-coverage** — Show review coverage distribution across team members
36
- - **finding-severity-rebalance** — Rebalance finding severities based on project context
37
- - **review-stakeholder-notify** — Format notifications for different stakeholder roles
38
- - **finding-fix-playbook** — Generate step-by-step fix playbooks for common finding patterns
39
- - **review-adoption-score** — Calculate project adoption readiness score
40
- - **finding-dedup-merge** — Merge duplicate findings across review runs
41
- - **review-team-rotation** — Manage reviewer rotation schedules
42
- - **review-goal-track** — Track team review quality goals over time
43
-
44
- ## [3.108.0] — 2026-03-14
45
-
46
- ### Added
47
- - Action item generation: review-action-item-gen
48
- - Policy enforcement: review-policy-enforce
49
- - Time-to-fix estimates: finding-time-to-fix
50
- - Sprint planning: review-sprint-plan
51
- - Finding ancestry tracing: finding-ancestry-trace
52
- - Escalation paths: review-escalation-path
53
- - Remediation cost estimates: finding-remediation-cost
54
- - Review digest generation: review-digest-gen
55
- - Recurrence checking: finding-recurrence-check
56
-
57
- ## [3.107.0] — 2026-03-14
58
-
59
- ### Added
60
- - Auto-fix suggestions: finding-auto-fix-suggest
61
- - Scope-based finding filter: finding-scope-filter
62
- - Finding noise reduction: finding-noise-reduce
63
- - Release gate evaluation: review-release-gate
64
- - Code ownership mapping: review-code-ownership
65
- - Batch triage: finding-batch-triage
66
- - PR label suggestions: review-pr-label-suggest
67
- - Confidence boost analysis: finding-confidence-boost
68
- - Review cadence analysis: review-review-cadence
69
-
70
- ## [3.106.0] — 2026-03-14
71
-
72
- ### Added
73
- - Quality gate evaluation: review-quality-gate
74
- - Reopened finding detection: finding-reopen-detect
75
- - Finding priority ranking: finding-priority-rank
76
- - Dependency risk review: review-dependency-review
77
- - Merge readiness assessment: review-merge-readiness
78
- - Security posture analysis: review-security-posture
79
- - Knowledge capture: review-knowledge-capture
80
- - Onboarding checklist: review-onboarding-check
81
- - Regression detection: finding-regression-detect
82
-
83
- ## [3.105.0] — 2026-03-14
84
-
85
- ### Added
86
- - Risk matrix view: review-risk-matrix
87
- - Approval criteria checks: review-approval-criteria
88
- - Finding context summaries: finding-context-summary
89
- - Changelog impact assessment: review-changelog-impact
90
- - Commit quality scoring: review-commit-quality
91
- - Auto-categorize findings: finding-auto-categorize
92
- - Stale finding cleanup: review-stale-finding-clean
93
- - Impact radius analysis: finding-impact-radius
94
- - Reviewer matching: review-reviewer-match
95
-
96
- ## [3.104.0] — 2026-03-14
97
-
98
- ### Added
99
- - Review template suggestions: review-template-suggest
100
- - Code hotspot detection: finding-hotspot-detect
101
- - Code health scoring: review-code-health-score
102
- - Review velocity tracking: review-velocity-track
103
- - Cross-file finding links: finding-cross-file-link
104
- - PR size analysis: review-pr-size-check
105
- - Review focus areas: review-focus-area
106
- - Team review analytics: review-team-analytics
107
- - Similar finding matching: finding-similar-match
108
-
109
- ## [3.103.0] — 2026-03-14
110
-
111
- ### Added
112
- - Confidence explainability: review-confidence-explain
113
- - Cross-branch finding merge: finding-merge-strategy
114
- - Review scope suggestions: review-scope-suggest
115
- - AI feedback loop: review-ai-feedback-loop
116
- - Finding trend alerts: finding-trend-alert
117
- - Workload balancing: review-workload-balance
118
- - Smart deduplication: finding-dedup-smart
119
- - Annotation export: finding-annotation-export
120
- - CI pipeline insights: review-ci-insight
121
-
122
- ## [3.102.0] — 2026-03-14
123
-
124
- ### Added
125
- - Quality trend tracking: review-quality-trend
126
- - Batch finding suppression: finding-batch-suppress
127
- - Severity drift detection: finding-severity-drift
128
- - PR comment generation: review-pr-comment-gen
129
- - Finding dependency linking: finding-dependency-link
130
- - Reviewer role assignment: review-role-assignment
131
- - Archived review search: review-archive-search
132
- - Incident linking: review-incident-link
133
- - Finding search index: finding-search-index
134
-
135
- ## [3.101.0] — 2026-03-14
136
-
137
- ### Added
138
- - Configure custom judge settings per project: review-custom-judge-config
139
- - Manage branch-level review policies: review-branch-policy
140
- - Detect recurring findings across review runs: finding-recurrence-detect
141
- - Check health of Judges integrations: review-integration-health
142
- - Export review metrics for external dashboards: review-metric-export
143
- - Assign ownership of findings to team members: finding-ownership-assign
144
- - Generate notification digests for review activity: review-notification-digest
145
- - View and manage review access logs: review-access-log
146
- - Manage tags for reviews and findings: review-tag-manager
147
-
148
- ## [3.100.0] — 2026-03-14
149
-
150
- ### Added
151
- - Auto-triage findings by severity, confidence, and rules: finding-auto-triage
152
- - Generate stakeholder-facing summaries from review verdicts: review-stakeholder-report
153
- - Assess impact of code changes on existing findings: finding-change-impact
154
- - Configure deployment gates with threshold-based blocking: review-deployment-gate
155
- - Manage per-environment review configurations: review-environment-config
156
- - Track and learn from false positive patterns: finding-false-positive-learn
157
- - Synchronize review configs across multiple repositories: review-multi-repo-sync
158
- - Replay and inspect past review sessions: review-session-replay
159
- - Enrich findings with surrounding code context: finding-context-enrich
160
-
161
- ## [3.99.0] — 2026-03-14
162
-
163
- ### Added
164
- - Auto-suppress findings matching criteria: finding-auto-suppress
165
- - Generate structured review comments from findings: review-review-comments
166
- - Role-based permission management for review workflows: review-permission-model
167
- - Onboard a repository to Judges with config and baseline: review-repo-onboard
168
- - Manage finding dismissals with reasons and audit trail: finding-dismiss-workflow
169
- - Configure local data retention policies and cleanup: review-data-retention
170
- - Check if findings reference reachable code paths: finding-reachability-check
171
- - Export audit data in JSON/CSV for compliance: review-audit-export
172
- - Monitor review pipeline and integration status: review-pipeline-status
173
-
174
- ## [3.98.0] — 2026-03-14
175
-
176
- ### Added
177
- - Analyze review findings distribution by language: review-language-profile
178
- - Look up CWE details for finding rule IDs: finding-cwe-lookup
179
- - Generate CI/CD integration configs (GitHub Actions, GitLab, Azure Pipelines, Jenkins): review-cicd-integrate
180
- - Preview how patches would modify source files: finding-patch-preview
181
- - Organization-wide review dashboard: review-org-dashboard
182
- - Detect duplicate or near-duplicate findings: finding-duplicate-detect
183
- - Create urgency x impact priority matrix: finding-priority-matrix
184
- - Configure SLA targets for review resolution: review-sla-config
185
- - Archive and manage historical review reports: review-report-archive
186
-
187
- ## [3.97.0] — 2026-03-14
188
-
189
- ### Added
190
- - Define and enforce local code-review policies: review-policy-engine
191
- - Configure webhook endpoints for review events: review-webhook-dispatch
192
- - Calculate composite risk scores for findings: finding-risk-score
193
- - Map findings to compliance frameworks (OWASP, CWE, PCI-DSS): review-compliance-map
194
- - Forecast finding trends from historical data: finding-trend-forecast
195
- - Rank findings by estimated business impact: finding-impact-rank
196
- - Generate phased rollout plans for adoption: review-rollout-plan
197
- - Add contextual annotations to findings: finding-annotation-layer
198
- - Configure quality gates for review pipelines: review-gate-config
199
-
200
- ## [3.96.0] — 2026-03-14
201
-
202
- ### Added
203
- - Apply suggested fixes in bulk across findings: review-bulk-apply
204
- - Severity distribution heatmap visualization: finding-severity-heatmap
205
- - Migrate configs between Judges versions: review-config-migrate
206
- - Compare review history across time periods: review-history-compare
207
- - Team-level review dashboard with aggregates: review-team-dashboard
208
- - Calibrate confidence thresholds from feedback: finding-confidence-calibrate
209
- - Transform review output between formats: review-output-transform
210
- - Track Judges adoption metrics over time: review-adoption-metrics
211
- - Initialize workspace with Judges config files: review-workspace-init
212
-
213
- ## [3.95.0] — 2026-03-14
214
-
215
- ### Added
216
- - Aggregate review dashboard with key metrics: review-summary-dashboard
217
- - Format findings for merge/pull request comments: review-merge-request
218
- - Group findings by source file path: finding-groupby-file
219
- - Deduplicate findings across multiple review files: finding-dedup-cross
220
- - Select review scope by path patterns and extensions: review-scope-select
221
- - Export review data in API-compatible JSON format: review-api-export
222
- - Map correlations between related findings: finding-correlation-map
223
- - Library of reusable review templates: review-template-library
224
- - Configure notification preferences for review results: review-notification-config
225
-
226
- ## [3.94.0] — 2026-03-14
227
-
228
- ### Added
229
- - Interactive quickstart guide for new users: review-quickstart
230
- - Step-by-step finding walkthrough sessions: review-interactive
231
- - Detailed finding explanations with context: finding-explain
232
- - Sync review results to IDE formats (VSCode/JetBrains): review-ide-sync
233
- - Multi-criteria finding filtering and viewing: finding-filter-view
234
- - Per-tenant/team configuration profiles: review-tenant-config
235
- - Surrounding code context for findings: finding-code-context
236
- - Finding resolution status tracking over time: finding-resolution-track
237
- - Team onboarding checklists for adoption: review-onboard-checklist
238
-
239
- ## [3.93.0] — 2026-03-14
240
-
241
- ### Added
242
- - Format review summaries for Slack-compatible output: review-slack-format
243
- - Generate config templates for common review scenarios: review-config-template
244
- - Suggest fixes for findings with code-level recommendations: finding-fix-suggest
245
- - Track review progress across multiple runs: review-progress-track
246
- - Map findings to code owners and maintainers: finding-ownership-map
247
- - Manage scheduled report generation: review-report-schedule
248
- - Build finding relationship graphs for dependency analysis: finding-link-graph
249
- - Maintain review audit trails with full history: review-audit-trail
250
- - Generate compliance reports from review findings: review-compliance-report
251
-
252
- ## [3.92.0] — 2026-03-14
253
-
254
- ### Added
255
- - Auto-group findings into logical categories by content analysis: finding-auto-group
256
- - Manage finding suppression lists with expiry support: finding-suppression-list
257
- - Show plugin loading status and domain filtering: review-plugin-status
258
- - Cross-reference findings across multiple review files: finding-cross-ref
259
- - CI gate integration with configurable pass/fail policies: review-ci-gate
260
- - Team review statistics with aggregated metrics: review-team-stats
261
- - Detect recurring finding patterns and co-occurrences: finding-pattern-detect
262
- - Identify review coverage gaps and missing judges: review-coverage-gap
263
- - Track review feedback loop with trend analysis: review-feedback-loop
264
-
265
- ## [3.91.0] — 2026-03-14
266
-
267
- ### Added
268
- - Merge multiple configuration files with conflict detection: review-merge-config
269
- - Map finding hotspots by line range buckets: finding-hotspot-map
270
- - Summarize parallel review runs with consensus analysis: review-parallel-run
271
- - Export findings as GitHub Actions, inline, or JSON annotations: review-annotation-export
272
- - Estimate finding blast radius with risk scoring: finding-blast-radius
273
- - Compute multi-dimension quality score with grading: review-quality-score
274
- - Onboarding wizard with focus-based judge suggestions: review-onboard-wizard
275
- - Pre-warm review cache for faster subsequent runs: review-cache-warm
276
- - Enrich findings with judge and domain metadata: finding-metadata-enrich
277
-
278
- ## [3.90.0] — 2026-03-14
279
-
280
- ### Added
281
- - Batch review processing for multiple verdict files: review-batch-mode
282
- - Finding trend analysis across historical reports: finding-trend-analysis
283
- - Automatic content-based finding tagging: finding-auto-tag
284
- - Webhook notification configuration and preview: review-webhook-notify
285
- - Evidence collection with source code snippets: finding-evidence-collect
286
- - Compliance gate with configurable policies: review-compliance-gate
287
- - Finding resolution tracker with sync and status updates: finding-resolution-tracker
288
- - Threshold tuning suggestions based on historical data: review-threshold-tune
289
- - Finding cluster grouping by rule prefix: finding-cluster-group
290
-
291
- ## [3.89.0] — 2026-03-14
292
-
293
- ### Added
294
- - Review scope limiter to filter findings by prefix or severity: review-scope-limit
295
- - Finding regression check comparing current vs baseline verdicts: finding-regression-check
296
- - Finding fix validation to verify patches and estimate effort: finding-fix-validation
297
- - Dashboard data generator from verdict reports: review-dashboard-data
298
- - Finding category mapping with keyword-based classification: finding-category-map
299
- - Deduplicated findings report with occurrence counts: finding-dedup-report
300
- - Review performance profiler with judge and source metrics: review-perf-profile
301
- - False positive tracking log with add/remove/check actions: finding-false-positive-log
302
- - Review guardrails for enforcing quality gates (no-critical, min-score, max-findings): review-guardrail
303
-
304
- ## [3.88.0] — 2026-03-14
305
-
306
- ### Added
307
- - Dependency tree: finding-dependency-tree (visualize finding dependency relationships)
308
- - CI integration: review-ci-integration (generate CI pipeline configuration)
309
- - Comparative review: review-comparative (compare two verdict reports side by side)
310
- - Suppression audit: finding-suppression-audit (audit suppressed/ignored findings)
311
- - Custom rules: review-custom-rule (create and manage custom review rules)
312
- - Notifications: review-notification (configure review notification settings)
313
- - Age analysis: finding-age-analysis (analyze finding age and lifecycle)
314
- - Template export: review-template-export (export review templates for reuse)
315
- - Correlation: finding-correlation (find correlations between findings across reports)
316
-
317
- ### Tests
318
- - All 2,267 tests passing (0 failures)
319
-
320
- ## [3.87.0] — 2026-03-14
321
-
322
- ### Added
323
- - Code smell: finding-code-smell (detect code-smell indicators among findings)
324
- - Related rules: finding-related-rules (find related rules for a finding)
325
- - Token budget: review-token-budget (estimate and manage token budget usage)
326
- - Plugin list: review-plugin-list (list available and active plugins)
327
- - Owner assign: finding-owner-assign (assign finding owners based on rules)
328
- - Lock file: review-lock-file (analyze lock files for security issues)
329
- - Pattern library: finding-pattern-library (manage finding pattern library)
330
- - Status badge: review-status-badge (generate status badges for review results)
331
- - Rule explain: finding-rule-explain (explain rules in detail with examples)
332
-
333
- ### Tests
334
- - All 2,267 tests passing (0 failures)
335
-
336
- ## [3.86.0] — 2026-03-14
337
-
338
- ### Added
339
- - Ignore pattern: review-ignore-pattern (manage review ignore patterns)
340
- - Quality gate: finding-quality-gate (enforce quality gates on findings)
341
- - Reachability: finding-reachability (analyze finding reachability)
342
- - Merge check: review-merge-check (pre-merge review validation)
343
- - Workspace scan: review-workspace-scan (scan workspace for reviewable files)
344
- - Context window: finding-context-window (show findings with code context)
345
- - Severity dist: finding-severity-dist (severity distribution analysis)
346
- - Report merge: review-report-merge (merge multiple verdict reports)
347
- - Plugin config: review-plugin-config (manage plugin configuration)
348
-
349
- ## [3.85.0] — 2026-03-14
350
-
351
- ### Added
352
- - Dependency risk: finding-dependency-risk (assess dependency risk levels)
353
- - PR template: review-pr-template (generate PR templates from findings)
354
- - Security hotspot: finding-security-hotspot (identify security-sensitive code)
355
- - Suppression log: finding-suppression-log (log and track suppressed findings)
356
- - Diff highlight: review-diff-highlight (highlight review differences)
357
- - CVE lookup: finding-cve-lookup (extract CVE references from findings)
358
- - Batch run: review-batch-run (run batch review on multiple files)
359
- - Output filter: review-output-filter (filter and transform review output)
360
- - Timeline view: finding-timeline-view (show findings on a timeline)
361
-
362
- ## [3.84.0] — 2026-03-14
363
-
364
- ### Added
365
- - Trend report: finding-trend-report (generate trend reports from historical findings)
366
- - Commit hook: review-commit-hook (install/manage git commit hooks for reviews)
367
- - Noise filter: finding-noise-filter (filter out noisy/low-value findings)
368
- - Fix priority: finding-fix-priority (prioritize findings for fixing by impact)
369
- - Quota check: review-quota-check (check review quotas and rate limits)
370
- - Cluster analysis: finding-cluster-analysis (cluster findings by similarity)
371
- - Session save: review-session-save (save and restore review sessions)
372
- - Evidence chain: finding-evidence-chain (build evidence chains across findings)
373
- - File complexity: review-file-complexity (analyze file complexity metrics)
374
-
375
- ## [3.83.0] — 2026-03-14
376
-
377
- ### Added
378
- - Finding link: review-finding-link (link related findings together)
379
- - Team assign: review-team-assign (assign findings to team members)
380
- - Compare runs: finding-compare-runs (compare findings across runs)
381
- - Skip list: review-skip-list (manage review skip list)
382
- - Hotfix suggest: finding-hotfix-suggest (suggest quick hotfixes)
383
- - Approval gate: review-approval-gate (configurable quality gates)
384
- - Changelog entry: review-changelog-entry (generate changelog from findings)
385
- - Branch compare: review-branch-compare (compare reviews between branches)
386
- - Category stats: finding-category-stats (category statistics)
387
-
388
- ## [3.82.0] — 2026-03-14
389
-
390
- ### Added
391
- - Scope lock: review-scope-lock (lock review scope to files/directories)
392
- - Duplicate rule: finding-duplicate-rule (detect duplicate/overlapping rules)
393
- - Watch mode: review-watch-mode (watch files and auto-trigger reviews)
394
- - Export PDF: review-export-pdf (export results as PDF-ready markdown)
395
- - Line blame: finding-line-blame (map findings to git blame)
396
- - Age tracker: finding-age-tracker (track finding ages over time)
397
- - Parallel files: review-parallel-files (batch files for parallel review)
398
- - Summary digest: finding-summary-digest (concise finding digests)
399
- - Code owner: review-code-owner (map findings to CODEOWNERS entries)
400
-
401
- ## [3.81.0] — 2026-03-14
402
-
403
- ### Added
404
- - Dependency graph: review-dependency-graph (visualize finding relationships)
405
- - Pattern match: finding-pattern-match (custom pattern matching for findings)
406
- - Diff stats: review-diff-stats (git diff statistics for reviews)
407
- - CWE map: finding-cwe-map (map findings to CWE identifiers)
408
- - Exclude vendor: review-exclude-vendor (exclude vendor/third-party code)
409
- - Risk matrix: finding-risk-matrix (generate risk matrices from findings)
410
- - File stats: review-file-stats (per-file review statistics)
411
- - False neg check: finding-false-neg-check (check for potential false negatives)
412
- - Rule filter: review-rule-filter (filter review results by rule criteria)
413
-
414
- ## [3.80.0] — 2026-03-14
415
-
416
- ### Added
417
- - Blame map: review-blame-map (map findings to git blame authors)
418
- - Autofix preview: finding-autofix-preview (preview patches before applying)
419
- - Config diff: review-config-diff (diff two review configurations)
420
- - Severity trend: finding-severity-trend (track severity trends over time)
421
- - Batch files: review-batch-files (batch-review multiple files)
422
- - Context expand: finding-context-expand (expand finding context with source)
423
- - Output format: review-output-format (configure and manage output formats)
424
- - Merge results: finding-merge-results (merge results from multiple runs)
425
-
426
- ## [3.79.0] — 2026-03-14
427
-
428
- ### Added
429
- - Group by: finding-group-by (group findings by category/severity/file)
430
- - Diff highlight: finding-diff-highlight (highlight diff regions related to findings)
431
- - Fix verify: finding-fix-verify (verify fixes resolve findings)
432
- - Custom judges: review-custom-judge (register and manage custom judges)
433
- - Prioritize: finding-prioritize (prioritize findings by business impact)
434
- - Annotations: review-annotation (add annotations to review results)
435
- - Multi-repo: review-multi-repo (review across multiple repositories)
436
- - Finding trace: finding-trace (trace findings to origin commits)
437
- - Preset save: review-preset-save (save and load review preset configurations)
438
-
439
- ## [3.78.0] — 2026-03-14
440
-
441
- ### Added
442
- - File filtering: review-file-filter (filter files for review inclusion/exclusion)
443
- - Dependency check: finding-dependency-check (check dependency-related findings)
444
- - Incremental review: review-incremental (review only changed files since last review)
445
- - Severity histogram: finding-severity-histogram (visualize severity distribution)
446
- - Plugin management: review-plugin-manage (manage review plugins and extensions)
447
- - Cross-file dedup: finding-dedup-cross-file (deduplicate findings across result files)
448
- - Progress tracking: review-progress-bar (track and display review progress)
449
- - Auto-labeling: finding-auto-label (auto-label findings based on content analysis)
450
-
451
- ## [3.77.0] — 2026-03-14
452
-
453
- ### Added
454
- - Auto-merge: review-auto-merge (auto-merge reviews passing all checks)
455
- - Finding correlation: finding-correlate (correlate related findings across files)
456
- - Dry run: review-dry-run (simulate reviews without persisting results)
457
- - Suppress patterns: finding-suppress-pattern (suppress findings by glob pattern)
458
- - Cache management: review-cache-clear (clear review caches selectively)
459
- - Impact scoring: finding-impact-score (score findings by estimated impact)
460
- - Compliance checks: review-compliance-check (OWASP/CWE compliance mapping)
461
- - Root cause analysis: finding-root-cause (identify root causes of recurring findings)
462
-
463
- ## [3.76.0] — 2026-03-14
464
-
465
- ### Added
466
- - Finding trends: finding-trend (show finding trends over time)
467
- - Code snippets: finding-snippet (extract code snippets from findings with context)
468
- - Environment check: review-env-check (verify review environment prerequisites)
469
- - Batch resolve: finding-batch-resolve (resolve multiple findings in bulk)
470
- - CI/CD integration test: review-integration-test (validate CI/CD integration)
471
- - Health check: review-health-check (diagnose review system health)
472
- - Age report: finding-age-report (report on finding ages and staleness)
473
- - Rule stats: review-rule-stats (per-rule statistics across reviews)
474
- - Parallel diff: review-parallel-diff (review multiple diff hunks)
475
-
476
- ## [3.75.0] — 2026-03-14
477
-
478
- ### Added
479
- - Review checklists: review-checklist (manage pre/post-review checklists)
480
- - Finding categories: finding-category (categorize findings into custom groups)
481
- - Review locking: review-lock (lock reviews to prevent re-runs)
482
- - Priority queue: finding-priority-queue (queue findings by priority for triage)
483
- - Diff annotation: review-diff-annotate (annotate diff hunks with findings)
484
- - Remediation plans: finding-remediation-plan (generate remediation plans from findings)
485
- - Config validation: review-config-validate (validate review configuration files)
486
- - Rate limiting: review-rate-limit (control review execution frequency)
487
-
488
- ## [3.74.0] — 2026-03-14
489
-
490
- ### Added
491
- - Confidence filtering: finding-confidence-filter (filter findings by confidence level)
492
- - Rule skipping: review-skip-rule (quick skip/disable specific rules)
493
- - Review notes: review-note (attach notes to reviews)
494
- - CSV export: finding-export-csv (export findings as CSV)
495
- - Timeline: review-timeline (show review activity timeline)
496
- - Snapshot diff: review-snapshot-diff (diff between review snapshots)
497
- - Resolution tracking: finding-resolution (track finding resolution status)
498
- - Review ownership: review-owner (assign review ownership to team members)
499
-
500
- ## [3.73.0] — 2026-03-14
501
-
502
- ### Added
503
- - False positive management: finding-false-positive (track and manage false positive findings)
504
- - Review sessions: review-session (group reviews into named sessions)
505
- - Bulk actions: review-bulk-action (dismiss, suppress, approve findings in bulk)
506
- - Review retry: review-retry (retry failed or incomplete reviews)
507
- - Review depth: review-depth (control review depth — shallow, normal, deep)
508
- - Finding links: finding-link (link related findings across files)
509
- - Version comparison: review-compare-version (compare results between code versions)
510
- - Email summaries: review-summary-email (generate email-ready review summaries)
511
-
512
- ## [3.72.0] — 2026-03-14
513
-
514
- ### Added
515
- - Approval workflows: review-approval (request, approve, reject review results)
516
- - Severity customization: finding-severity-override (per-project severity overrides)
517
- - Config sharing: review-config-export (export and import review configurations)
518
- - PR integration: review-pr-comment (generate PR comment summaries from reviews)
519
- - Path management: review-ignore-path (manage path ignore lists for reviews)
520
- - Deduplication: finding-deduplicate (detect and deduplicate similar findings)
521
- - Score tracking: review-score-history (track review scores over time)
522
- - Feedback: review-feedback (collect user feedback on review quality)
523
-
524
- ## [3.71.0] — 2026-03-14
525
-
526
- ### Added
527
- - Auto-fix: finding-auto-fix (auto-generate fix suggestions for common patterns)
528
- - History: review-history-search (search through past review history)
529
- - Language insights: review-language-stats (language-specific statistics)
530
- - Coverage: review-coverage-map (map which files have been reviewed)
531
- - Config management: review-rollback (roll back review config to a previous state)
532
- - Onboarding: review-onboard (guided onboarding for new team members)
533
- - Batch review: review-parallel (discover and queue multiple files for review)
534
- - Context enrichment: finding-context (enrich findings with surrounding code)
535
-
536
- ## [3.70.0] — 2026-03-14
537
-
538
- ### Added
539
- - Organization: review-tag (tag reviews for filtering), review-archive (archive and retrieve old results)
540
- - Impact analysis: finding-impact (estimate business impact of findings)
541
- - Allow-listing: review-whitelist (allow-list safe patterns that shouldn't be flagged)
542
- - Customization: review-custom-prompt (customize review prompts for project needs)
543
- - Context: review-diff-context (show diff hunks with surrounding file context)
544
- - CI integration: review-ci-status (check CI pipeline review readiness)
545
- - Team metrics: review-team-summary (aggregate team review metrics)
546
-
547
- ## [3.69.0] — 2026-03-14
548
-
549
- ### Added
550
- - Daily workflow: review-standup (daily standup-ready summaries), review-changelog-gen (auto-generate changelog from findings)
551
- - Fix tracking: finding-fix-rate (track resolution speed over time), finding-recurrence (detect findings that keep reappearing)
552
- - Progress: review-milestone (track and celebrate review milestones), review-benchmark-self (benchmark against your own history)
553
- - Risk & reporting: review-risk-score (weighted aggregate project risk), review-report-pdf (generate printable markdown review reports)
554
-
555
- ## [3.68.0] — 2026-03-14
556
-
557
- ### Added
558
- - Engagement: review-streak (track consecutive clean review streaks with achievements), review-badge (generate status badges for project READMEs)
559
- - Pattern analysis: finding-cluster (cluster related findings to reveal systemic AI patterns), finding-hotspot (identify areas with highest finding density)
560
- - Compliance: review-audit-log (comprehensive local audit log for all review actions)
561
- - Experimentation: review-sandbox (test review configs safely without affecting real setup), review-ab-test (A/B test review configurations)
562
- - Onboarding: review-integration (verify CI/CD, IDE, and hook integrations are connected)
563
-
564
- ## [3.67.0] — 2026-03-14
565
-
566
- ### Added
567
- - Tracking: finding-age (track how long findings remain unresolved), finding-rank (rank findings by business impact and fix effort)
568
- - Insights: review-dashboard (terminal-based review health dashboard with ASCII charts), review-diff-summary (concise PR-ready change summaries)
569
- - Governance: config-lint (lint and validate .judgesrc configuration), review-quota (local review usage quota tracking)
570
- - Resilience: review-offline (offline mode support for air-gapped environments), review-notify (configurable local notification rules)
571
-
572
- ## [3.66.0] — 2026-03-14
573
-
574
- ### Added
575
- - Verification: fix-verify (confirm fixes resolved findings), review-comment (generate inline code comments from findings)
576
- - Tracking: finding-timeline (track finding trends across commits), review-schedule (configure scheduled review cadences)
577
- - Discovery: rule-catalog (browse and search available rules), review-scope (define review scope boundaries)
578
- - Export: review-export (unified export to CSV, markdown, HTML), setup-wizard (guided setup for new users/teams)
579
-
580
- ## [3.65.0] — 2026-03-14
581
-
582
- ### Added
583
- - Integrations: review-webhook (webhook notifications for CI/CD), review-annotate (GitHub-compatible PR annotations), review-merge (merge multiple review results)
584
- - Governance: finding-suppress (suppress findings with expiration), judge-config (per-judge sensitivity overrides), review-checkpoint (save/restore review state)
585
- - Analysis: review-filter (advanced multi-criteria finding filter), code-health (overall codebase health score with letter grades)
586
-
587
- ## [3.64.0] — 2026-03-14
588
-
589
- ### Added
590
- - Personalization: review-profile (per-developer preferences), review-template (reusable workflow templates), review-stats (personal statistics and improvement trends)
591
- - Automation: auto-approve (auto-approve below threshold), fix-suggest (concrete fix suggestions with OWASP references)
592
- - Intelligence: diff-explain (explain why changes were flagged), review-priority (smart prioritization by context/impact), multi-lang-review (cross-language consistency checking)
593
-
594
- ## [3.63.0] — 2026-03-14
595
-
596
- ### Added
597
- - Workflow efficiency: review-cache (cache results for unchanged files), ignore-list (configurable file/rule ignore patterns), incremental-review (only review changed files since last run)
598
- - Team governance: team-config (shared team-level configuration), review-log (structured audit log of review actions)
599
- - Developer productivity: finding-group (group related findings into clusters), review-summary (PR-ready summary with metrics), rule-test (test custom rules against sample code)
600
-
601
- ## [3.62.0] — 2026-03-14
602
-
603
- ### Added
604
- - CI/CD integration: review-gate (quality gate with thresholds), diff-review (review only changed lines), batch-review (parallel multi-file review)
605
- - Customization: custom-rule (user-defined rules), severity-tune (auto-calibrate severity levels)
606
- - Insights: review-compare (compare review runs), review-explain (plain-language explanations), focus-area (risk-based file prioritization)
607
-
608
- ## [3.61.0] — 2026-03-14
609
-
610
- ### Added
611
- - Trust & transparency: quick-check (sub-100ms pattern review), merge-verdict (single MERGE/HOLD decision), review-handoff (structured human escalation)
612
- - Evidence & provenance: evidence-chain (traversable reasoning chains), ai-provenance (AI-generated code detection), review-receipt (cryptographic attestation)
613
- - CI/CD depth: review-contract (versionable review policy), blame-review (git-blame finding attribution)
614
-
615
- ## [3.60.0] — 2026-03-14
616
-
617
- ### Added
618
- - **hallucination-detect** — Find fabricated API calls, non-existent methods, invented config options, and undeclared env vars
619
- - **context-blind** — Flag when AI reinvents utilities already present in the codebase (duplicate functions, redundant validators)
620
- - **over-abstraction** — Detect unnecessary abstractions: single-impl abstract classes, barely-used generics, delegation-only wrappers
621
- - **stale-pattern** — Identify outdated idioms when modern alternatives exist: callback→async, var→const, deprecated APIs, legacy React
622
- - **security-theater** — Detect security-looking code with no protection: weak hashing, unverified CSRF, wildcard CORS, hardcoded keys
623
- - **review-digest** — Generate concise role-appropriate review summaries with risk scores, hot files, and action items
624
- - **adoption-track** — Measure team-level Judges adoption metrics: config completeness, suppression rates, cold spots
625
- - **finding-budget** — Manage finding volume per PR to prevent alert fatigue with risk-based prioritization and graduated disclosure
626
-
627
- ## [3.59.0] — 2025-07-25
628
-
629
- ### Added
630
- - **logic-lint** — Detect common logic errors AI generates: tautological comparisons, off-by-one loops, constant conditions, invalid typeof
631
- - **phantom-import** — Find hallucinated imports, non-existent modules, and wrong export names AI invents
632
- - **example-leak** — Detect AI-copied placeholder URLs, example data, tutorial names, and stub code left in production
633
- - **completion-audit** — Verify AI code completeness: unmatched brackets, truncation markers, TODO stubs, ellipsis placeholders
634
- - **spec-conform** — Auto-detect project conventions (semicolons, quotes, indent, naming) and flag AI-generated deviations
635
- - **cross-file-consistency** — Verify naming, error handling, import styles, and return types are consistent across files
636
- - **api-misuse** — Detect incorrect API usage: async forEach, unprotected JSON.parse, fetch without status check, Promise anti-patterns
637
- - **review-focus** — Prioritize human review attention by file risk score (security, payment, DB, complexity, nesting)
638
-
639
- ## [3.58.0] — 2025-07-25
640
-
641
- ### Added
642
- - **dead-code-detect** — Find unreachable code, unused exports, orphaned functions, and dead branches via cross-file analysis
643
- - **async-safety** — Detect async anti-patterns: fire-and-forget promises, .then() without .catch(), await in loops, async in timers
644
- - **input-guard** — Verify input validation on route handlers, SQL/command injection, file upload limits, ReDoS, open redirects
645
- - **clone-detect** — Find duplicated code blocks and functions using normalized comparison across files
646
- - **contract-verify** — Check API spec vs implementation alignment: unimplemented routes, undocumented statuses, mixed versions
647
- - **encoding-safety** — Detect encoding/serialization hazards: eval(), unsafe deserialization, innerHTML, RegExp injection
648
- - **assertion-density** — Audit defensive checks: missing preconditions, division without zero-check, switch without default, unchecked Map.get
649
- - **state-integrity** — Validate state machine correctness: incomplete enum handling, impossible boolean combos, missing error states
650
-
651
- ## [3.57.0] — 2025-07-25
652
-
653
- ### Added
654
- - **comment-drift** — Detect stale, misleading, or contradictory inline comments (TODO without tickets, renamed variable refs, commented-out code, tautological comments, outdated @param names)
655
- - **timeout-audit** — Trace timeout and deadline propagation gaps (missing HTTP timeouts, hardcoded values, DB queries, Promise.all guards, downstream > upstream mismatches)
656
- - **cache-audit** — Audit cache invalidation correctness, TTL consistency, and stampede risk (missing TTL, unbounded caches, write-through gaps, suspicious TTL values)
657
- - **idempotency-audit** — Verify retried/webhook operations are safely idempotent (INSERT without conflict handling, counter mutation in retries, notification dedup, payment keys)
658
- - **type-boundary** — Check type safety at serialization boundaries (JSON.parse without validation, unchecked `as` casts, ts-ignore at boundaries, `any` at API boundaries)
659
- - **event-leak** — Detect orphaned event listeners, unsubscribed observables, dangling async handles (addEventListener without cleanup, setInterval without clear, useEffect leaks)
660
- - **privilege-path** — Model authorization flows to find privilege-escalation paths (routes without auth, IDOR patterns, JWT decode without verify, CORS misconfig)
661
- - **error-ux** — Audit user-facing error messages for actionability and safety (generic messages, stack trace leaks, internal path exposure, missing remediation hints)
662
-
663
- ## [3.56.0] — 2025-07-25
664
-
665
- ### Added
666
- - **api-versioning-audit** — Detect breaking changes and versioning policy violations across API surfaces
667
- - **ownership-map** — Generate and validate CODEOWNERS coverage, stale owners, and orphaned paths
668
- - **retry-pattern-audit** — Audit retry, backoff, and circuit-breaker patterns for correctness
669
- - **error-taxonomy** — Classify and standardize error codes, messages, and hierarchies
670
- - **boundary-enforce** — Validate architectural module boundaries and import rules
671
- - **log-quality** — Assess logging hygiene: structured format consistency, PII leaks, level correctness
672
- - **null-safety-audit** — Identify null/undefined dereference risks, missing guards, and inconsistent nullability
673
- - **test-isolation** — Detect shared mutable state, ordering dependencies, and resource leaks between tests
674
-
675
- ## [3.55.0] — 2025-07-25
676
-
677
- ### Added
678
- - **commit-hygiene** — Audit commit messages and diff structure for AI-generated code submission quality
679
- - **deploy-readiness** — Pre-deployment production readiness checklist (health checks, graceful shutdown, env validation, rate limiting, CORS, probes)
680
- - **rollback-safety** — Detect changes unsafe or impossible to roll back (destructive migrations, API removals, encryption changes)
681
- - **test-quality** — Score test suites for assertion density, boundary coverage, flakiness patterns, and mutation-testing readiness
682
- - **build-optimize** — Detect build-time inefficiencies (unused imports, barrel re-exports, dynamic require, circular dependencies)
683
- - **secret-age** — Credential lifecycle and rotation analysis (hardcoded secrets, missing vault refs, disabled rotation)
684
- - **observability-gap** — Detect missing instrumentation at critical code paths (silent catches, untraced calls, no heartbeats)
685
- - **migration-safety** — Validate framework/language migration PRs for compatibility gaps and data-loss risks
686
-
687
- ## [3.54.0] — 2025-07-25
688
-
689
- ### Added
690
- - **prompt-replay** — Reverse-engineer AI prompts that generated flagged code and suggest improved prompts
691
- - **review-replay** — Record, export, and replay full evaluation runs as step-by-step walkthroughs
692
- - **context-inject** — Feed project-specific context (architecture docs, coding standards) into evaluation
693
- - **habit-tracker** — Track recurring finding patterns per developer/AI-model with improvement suggestions
694
- - **finding-contest** — Gamified challenge mode for competitive fix sprints with leaderboards
695
- - **approve-chain** — Multi-stage approval workflows based on finding severity and code sensitivity
696
- - **snippet-eval** — Evaluate code snippets from clipboard/stdin without project setup (zero-friction entry)
697
- - **coach-mode** — Interactive teaching mode with real-world breach examples and secure alternatives
698
-
699
- ## [3.53.0] — 2025-07-25
700
-
701
- ### Added
702
- - **doc-drift** — Detect documentation-to-code drift (@param mismatches, stale @returns, dead doc blocks)
703
- - **cross-pr-regression** — Track flagged pattern recurrence across PRs (SQL injection, eval, innerHTML, etc.)
704
- - **code-similarity** — Compare code across files for duplication using line-level and N-gram structural similarity
705
- - **team-trust** — Aggregate team-wide false-positive/true-positive feedback to build collective trust profiles
706
- - **exception-consistency** — Detect inconsistent exception handling (empty catch, throw string, mixed strategies)
707
- - **resource-cleanup** — Validate resource cleanup patterns (file handles, DB connections, timers, streams)
708
- - **refactor-safety** — Analyze refactoring safety (orphaned imports, deprecated-still-used, dead files)
709
- - **compliance-weight** — Re-weight finding severity by active compliance frameworks (PCI-DSS, HIPAA, GDPR, SOC2, ISO27001)
710
-
711
- ## [3.52.0] — 2025-07-25
712
-
713
- ### Added
714
- - **`judges watch-judge`** — Continuously monitor files and auto-evaluate on change (live feedback with configurable polling interval and score threshold; single-pass `--once` mode for CI)
715
- - **`judges impact-scan`** — Cross-file ripple effect detection (broken imports, unused exports, naming conflicts, dependency chain analysis, fragile API signatures)
716
- - **`judges model-report`** — AI model scorecard and comparison (track evaluations per model, pass rates, failure categories, trend detection; side-by-side model comparison)
717
- - **`judges trust-adaptive`** — Adaptive trust scoring for developers and AI models (high-trust actors skip non-critical judges, low-trust get strict evaluation with human escalation)
718
- - **`judges judge-learn`** — Generate custom judges from feedback (record false positives/negatives, extract patterns, auto-generate detection rules with confidence calibration)
719
- - **`judges chat-notify`** — Publish findings to Slack, Teams, Discord, or custom webhooks (rich formatting with attachments/embeds, critical mention routing, webhook config stored locally)
720
- - **`judges design-audit`** — Detect code breaking project conventions (convention adherence, abstraction level, orphaned imports, async pattern consistency, error handling, naming coherence)
721
- - **`judges remediation-lib`** — Proven fix templates ranked by effectiveness (built-in templates for empty catch, SQL injection, XSS, hardcoded secrets; team voting, auto-apply with rollback)
722
-
723
- ## [3.51.0] — 2025-07-25
724
-
725
- ### Added
726
- - **`judges ai-output-compare`** — Compare outputs from multiple AI models (divergence detection across complexity, patterns, structure, dependencies; structural similarity score 0-100)
727
- - **`judges hallucination-score`** — Hallucination risk score (0-100) with 10 weighted signal detectors: suspicious imports, generic naming, TODOs, dead code, tautologies, copy-paste artifacts, magic numbers, empty catch, commented code, empty functions
728
- - **`judges ai-gate`** — Pre-commit/pre-PR guard blocking AI-generated code below confidence threshold (8 AI detection signals; --block flag for CI exit code 1; report generation to `.judges-ai-gate/`)
729
- - **`judges ai-pattern-trend`** — Track AI-generated code pattern evolution over time (snapshot capture to `.judges-ai-trend/history.json`; trend arrows for metric changes across snapshots)
730
- - **`judges test-suggest`** — Test scenario suggestions for AI-generated code (function extraction; 10 suggestion categories: null input, empty input, error path, async error, boundary, type coercion, regex edge case, file IO, state mutation, return consistency)
731
- - **`judges vendor-lock-detect`** — Vendor-specific API/SDK detection (AWS, Azure, GCP, Vercel, Cloudflare, Firebase, Stripe, Twilio, Docker, MongoDB, PostgreSQL; portability scoring 0-100)
732
- - **`judges clarity-score`** — Code readability and self-documentation score (naming quality, comment coverage, function length, line length, nesting depth, magic values, style consistency; A-F grading)
733
- - **`judges arch-audit`** — Architecture quality audit (coupling, separation of concerns, dependency injection, testability, single responsibility, scalability patterns; A-F grading with issue severity)
734
-
735
- ## [3.50.0] — 2025-07-25
736
-
737
- ### Added
738
- - **`judges secret-scan`** — Scan for hardcoded secrets and API keys (AWS, GitHub, Stripe, Slack, JWT, connection strings; 16 patterns with entropy-based detection)
739
- - **`judges iac-lint`** — Lint Dockerfiles, Kubernetes manifests, and Helm charts for security misconfigurations (privileged mode, host network, root user, missing resource limits)
740
- - **`judges pii-scan`** — Detect PII patterns in source code (SSN, credit card with Luhn validation, email, phone, passport, drivers license, PII in logging statements)
741
- - **`judges api-audit`** — API endpoint security audit (Express, Fastify, Flask, Spring, Django; rate limiting, CORS, authentication, input validation, SQL injection detection)
742
- - **`judges compliance-map`** — Map findings to compliance frameworks (HIPAA, SOC 2, PCI-DSS v4.0, ISO 27001:2022, NIST 800-53 Rev 5) with cross-walk matrix and gap analysis
743
- - **`judges perf-compare`** — Before/after performance comparison (loop nesting, allocations, async anti-patterns, Big-O estimation, recursive calls, regex operations)
744
- - **`judges guided-tour`** — Interactive onboarding tutorials (quick start, CI/CD integration, team adoption tracks with step-by-step guidance and starter .judgesrc generation)
745
- - **`judges exec-report`** — Executive security dashboard (HTML report with risk posture score, severity distribution, top recurring issues, actionable recommendations)
746
-
747
- ## [3.49.0] — 2026-03-12
748
-
749
- ### Added
750
- - `judges sbom-export` — Generate CycloneDX Software Bill of Materials from project manifests
751
- - `judges license-scan` — Dependency license compliance scanning with copyleft/unknown detection
752
- - `judges test-correlate` — Cross-reference test coverage (lcov/istanbul/cobertura) with security findings
753
- - `judges predict` — Forecast remediation timelines and regression-prone files via linear regression
754
- - `judges org-policy` — Organization-wide policy management with per-repo compliance checking
755
- - `judges incident-response` — Incident response playbook generation and tracking
756
- - `judges risk-heatmap` — File/directory risk visualization with HTML report output
757
- - `judges learning-path` — Personalized developer security learning with skill progression tracking
758
-
759
- ## [3.48.0] — 2026-03-12
760
-
761
- ### Added
762
- - `judges auto-fix` — Automated fix suggestions with 10 fix templates for common vulnerability patterns
763
- - `judges audit-trail` — Chain-of-custody tracking for findings (created, reviewed, suppressed, resolved, reopened, escalated, voted)
764
- - `judges pattern-registry` — Team security pattern knowledge repository with built-in and custom patterns
765
- - `judges security-maturity` — Security posture maturity assessment across 5 dimensions (scanning, finding mgmt, compliance, collaboration, AI readiness)
766
- - `judges perf-hotspot` — Performance anti-pattern detection (N+1 queries, unbounded collections, sync I/O, string concat loops)
767
- - `judges doc-gen` — Generate security documentation (policy, remediation guide, team playbook)
768
- - `judges dep-correlate` — Dependency vulnerability correlation and upgrade priority recommendations
769
- - `judges judge-author` — Custom judge authoring toolkit (scaffold, validate, test)
770
-
771
- ## [3.47.0] — 2026-03-12
772
-
773
- ### Added
774
- - **`judges ai-model-trust`** — AI model confidence scoring with LLM source fingerprinting and per-model trust profiles
775
- - **`judges team-rules-sync`** — Fast team onboarding by applying shared rule templates (security-team, frontend-team, backend-team, etc.)
776
- - **`judges cost-forecast`** — Security debt cost projections with 30/60/90-day trend forecasting and industry cost-per-finding benchmarks
777
- - **`judges team-leaderboard`** — Gamified security review engagement tracking with badges, streaks, and team rankings
778
- - **`judges code-owner-suggest`** — Auto-recommend CODEOWNERS entries based on developer finding resolution history
779
- - **`judges pr-quality-gate`** — Automated PR pass/fail quality gate with configurable thresholds and decision history
780
- - **`judges ai-prompt-audit`** — Scan AI-generated code for prompt injection risks (SQL injection, shell injection, SSRF, etc.)
781
- - **`judges adoption-report`** — Team adoption metrics dashboard with executive summary, trends, and cost savings tracking
782
-
783
- ## [3.46.0] — 2026-03-12
784
-
785
- ### Added
786
- - **`judges audit-bundle`** — Assembles auditor-ready evidence packages with SOC2/ISO27001 control mapping from local data files
787
- - **`judges dev-score`** — Developer security growth score tracking with leaderboard and streak tracking
788
- - **`judges model-risk`** — AI model vulnerability risk profiling for gpt-4o, gpt-4, claude, copilot, cursor with recommended judges
789
- - **`judges retro`** — Security incident retrospective analysis checking if Judges would have caught a vulnerability at a git commit
790
- - **`judges config-drift`** — Detects config divergence from org baseline with drift scoring and directory scanning
791
- - **`judges reg-watch`** — Regulatory standard coverage monitor for OWASP Top 10, CWE Top 25, NIST SSDF
792
- - **`judges learn`** — Personalized developer learning paths with module catalog, exercises, and progress tracking
793
- - **`judges generate`** — Secure code template generator with pre-hardened templates for Express, React, Flask, Go, and Node.js
794
-
795
- ## [3.45.0] — 2026-03-12
796
-
797
- ### Added — Intelligence, Collaboration & Analysis (8 features)
798
- - **Consensus voting** (`judges vote`) — Multi-developer voting on findings with agree/disagree/unsure verdicts; automatic consensus scoring; dispute detection; local `.judges-votes.json` storage
799
- - **Advanced finding query** (`judges query`) — Complex finding search with filter keys (severity, rule, confidence, has-patch); negation support; saved queries; aggregate grouping
800
- - **Judge reputation tracking** (`judges judge-reputation`) — Per-judge accuracy and FP rate tracking over time; confidence calibration scoring; trend analysis (improving/stable/declining); flagged judges alert
801
- - **Finding correlation** (`judges correlate`) — Link related findings and identify root causes; auto-correlate by rule ID and line overlap; manual root-cause records with severity
802
- - **Periodic digest** (`judges digest`) — Record point-in-time snapshots and generate daily/weekly/monthly digest reports with trend charts and severity distribution
803
- - **Rule sharing** (`judges rule-share`) — Export/import custom rule configurations as shareable packages; merge rule overrides, disabled rules, and disabled judges into `.judgesrc`
804
- - **Finding explanation** (`judges explain-finding`) — Rich context for individual findings with category info, common causes, remediation steps, and external references (OWASP, CWE, NIST)
805
- - **Run comparison** (`judges compare-runs`) — Save evaluation snapshots and compare side by side; shows added/removed findings, severity deltas, and per-rule changes
806
-
807
- ## [3.44.0] — 2026-03-12
808
-
809
- ### Added — Trust, Noise Reduction & Team Adoption (8 features)
810
- - **Batch FP suppression** (`judges suppress`) — Suppress findings by file glob, rule prefix, severity, or exact rule IDs with full audit trail; supports auto-expiry; `--list` and `--stats`
811
- - **Rule ownership** (`judges rule-owner`) — Map rules/categories to team owners with contact info and expertise levels; `--find` resolves ownership for any rule ID via prefix matching
812
- - **Noise advisor** (`judges noise-advisor`) — Analyze rule FP rates by cross-referencing suppressions, false-negative feedback, and confidence scores; recommends disable/raise-threshold/lower-severity actions
813
- - **Human review queue** (`judges review-queue`) — Surface low-confidence findings needing human judgment; route to experts via rule-owner integration; record verdicts (approve/dismiss/escalate)
814
- - **Report templates** (`judges report-template`) — 6 predefined templates (exec-summary, dev-detail, compliance, pr-review, trend, onboarding) targeting different audiences; `--output` to write files
815
- - **Finding burndown** (`judges burndown`) — Track resolution progress over time with visual chart; `--set-target` and `--trajectory` for ETA analysis; local `.judges-burndown.json` storage
816
- - **Team knowledge base** (`judges kb`) — Store team decisions about rules (not-applicable, accepted-risk, deferred, exception, custom-guidance); searchable with expiry; approved-by audit trail
817
- - **Judge recommendations** (`judges recommend`) — Analyze project stack (16 framework detectors) and recommend relevant judges; shows coverage estimates and reasons
818
-
819
- ## [3.43.0] — 2026-03-12
820
-
821
- ### Added — Workflow Integration & Compliance (9 features)
822
- - **CI template generator** (`judges ci-template`) — Generate CI pipeline templates for GitHub Actions, GitLab CI, Azure Pipelines, Bitbucket Pipelines, and CircleCI; auto-detect platform from repo structure; `--write` to create file directly
823
- - **Policy audit trail** (`judges policy-audit`) — SOC2/ISO27001 compliance audit trail with SHA-256 policy snapshots; records enabled/disabled judges, rules, overrides, and git commit; `--diff` compares policy changes; `--export` for external systems
824
- - **Remediation guides** (`judges remediation`) — 10 step-by-step fix guides for common finding categories (SQL injection, XSS, command injection, auth, crypto, SSRF, performance, error handling, concurrency, IaC); before/after code examples; OWASP/CWE references
825
- - **Git hook installation** (`judges hook-install`) — Install pre-commit/pre-push hooks with direct `.git/hooks` or Husky support; `JUDGES_SKIP_HOOK` env var to bypass; timeout protection; `--uninstall` support
826
- - **False-negative tracking** (`judges false-negatives`) — Local feedback database for tracking missed findings; `--add` with file/line/category/severity/description; `--resolve`; stats by category, severity, and language
827
- - **Finding assignment** (`judges assign`) — Assign findings to team members with local database; severity filtering; `--resolve` workflow; `--stats` for workload analysis
828
- - **Ticket sync** (`judges ticket-sync`) — Create tickets from findings in Jira, Linear, or GitHub Issues; severity filtering; `--dry-run` preview; supports `JUDGES_TICKET_TOKEN` env var
829
- - **SLA tracking** (`judges sla-track`) — Define response-time SLAs per severity and track violations; `--check` for violation detection; `--set-policy` to customize thresholds; local `.judges-sla.json` storage
830
- - **Regression alerting** (`judges regression-alert`) — Baseline snapshot comparison to detect quality regressions; `--save` to capture baseline; `--check` to compare; `--fail-on-regression` for CI gating; severity and rule-level delta reporting
831
-
832
- ## [3.42.0] — 2026-03-12
833
-
834
- ### Added — CI Integration & Review UX (10 features)
835
- - **SARIF upload to GitHub Code Scanning** (`judges upload`) — Upload SARIF results directly to GitHub's Code Scanning API; auto-detects git ref, SHA, and repo; supports `GITHUB_TOKEN` env var; gzip+base64 encoding
836
- - **Smart judge selection** (`judges smart-select`) — Auto-select relevant judges based on file language and content signals; reduces noise by skipping irrelevant judges (e.g., IaC judge on `.tsx` files); exports `getRelevantJudges()` for programmatic use
837
- - **PR summary comment** (`judges pr-summary`) — Post a top-level PR comment with verdict, score, per-judge breakdown, and top findings; updates in-place on subsequent runs via comment marker; supports `--sarif` and `--json` input
838
- - **Performance profiling** (`judges profile`) — Track evaluation time per judge with `JUDGES_PROFILE=1`; view timing reports with slow-judge warnings; bar chart visualization in terminal
839
- - **Finding grouping** (`judges group`) — Group findings by category, severity, file, rule, or judge for digest-style review; automatic category classification from rule ID prefixes
840
- - **Diff-only evaluation** (`judges diff-only`) — Filter findings to only changed lines in a PR; parses unified diff output; supports `--base <ref>` and `--diff-file`; dramatically reduces CI review noise
841
- - **Confidence auto-triage** (`judges auto-triage`) — Auto-suppress findings below configurable confidence threshold; per-severity threshold overrides; always-keep and always-suppress rule lists; audit trail preserved
842
- - **Config validation** (`judges validate-config`) — Validate `.judgesrc` against known fields with Levenshtein-based typo suggestions; checks severity, format, concurrency, quality gate, and notification config; `--strict` mode
843
- - **Rule coverage map** (`judges coverage-map`) — Visual matrix of which rules apply to which languages; stats by language and judge; `--languages` filter; coverage gap identification
844
- - **Eval cache warming** (`judges warm-cache`) — Pre-populate disk cache with file hashes for faster CI runs; supports `--max`, `--root`, `--extensions`; skips already-warm files
845
-
846
- ### Tests
847
- - 2,267 tests passing (1,082 main + 1,185 additional suites), 0 failures
848
-
849
- ## [3.41.0] — 2026-03-12
850
-
851
- ### Added — Adoption Gap Closure (12 features)
852
- - **Webhook notification system** (`judges notify`) — Send evaluation results to Slack, Teams, or generic webhook endpoints; configurable via `.judgesrc` `notifications.channels[]`; HTTPS-only enforcement
853
- - **Auto-fix PR creation** (`judges fix-pr`) — Evaluate files, apply auto-fix patches on a new git branch, push, and create a GitHub PR via `gh` CLI or REST API; supports `--dry-run`, `--branch`, `--severity`, `--repo`
854
- - **Configurable quality gates** (`judges quality-gate`) — Composite quality gate definitions with `maxFindings`, `minScore`, `requiredJudges`, `blockerRules`, `maxFpRate`, `minFixRate`, `minConfidence`; configurable via `.judgesrc` `qualityGates`
855
- - **Parallel file processing** (`src/parallel.ts`) — Async promise pool for concurrent multi-file evaluation; `evaluateParallel()`, `evaluateSequential()`, `batchEvaluate()` with configurable concurrency; auto-detects CPU count
856
- - **Interactive fix mode** (`judges fix --interactive`) — Per-finding accept/skip/all/quit flow with colored inline diff display and severity-colored headers
857
- - **Framework-aware detection** (`src/evaluators/framework-rules.ts`) — 10 framework profiles (React, Next.js, Express, Fastify, Django, Flask, FastAPI, Spring, Rails, Angular) with auto-detection, framework-specific rules (FW-REACT-001..003, FW-EXPRESS-001..002, FW-DJANGO-001..002, FW-FLASK-001, FW-SPRING-001, FW-RAILS-001, FW-NEXT-001), and severity adjustments to reduce false positives
858
- - **Auto-calibration from feedback** (`judges auto-calibrate`) — CLI wrapper for auto-tune engine; analyzes accumulated feedback to recommend threshold adjustments and rule overrides; `--apply` writes to `.judgesrc`
859
- - **Dependency vulnerability correlation** (`judges dep-audit`) — Runs `npm audit` / `pip-audit` and correlates dependency CVEs with code findings via CWE mapping; supports `--correlate` with existing results
860
- - **Monorepo workspace support** (`judges monorepo`) — Discovers packages via pnpm-workspace.yaml, lerna.json, turbo.json, npm workspaces, nx.json, or heuristic; per-package cascading config resolution
861
- - **Config migration assistant** (`judges config-migrate`) — Detects deprecated fields, renamed keys, and structural changes with 10 migration rules; `--apply` flag writes migrated config; `--dry-run` shows changes
862
- - **Rule deprecation lifecycle** (`judges deprecated`) — Registry of deprecated rules with version info, migration guidance, and replacement rules; `--check` validates `.judgesrc` for stale references
863
- - **Cross-run finding dedup report** (`judges dedup-report`) — Surfaces new vs recurring vs fixed findings from `.judges-findings.json` with stats, severity breakdown, and filtering (`--new`, `--recurring`, `--fixed`)
864
-
865
- ### Fixed
866
- - ESLint: removed all unused import warnings across 7 files (cli.ts, fix-pr.ts, quality-gate.ts, parallel.ts, auto-calibrate.ts, monorepo.ts, dedup-report.ts)
867
-
868
- ### Tests
869
- - 2,267 tests passing (1,082 main + 1,185 additional suites), 0 failures
870
-
871
- ## [3.40.0] — 2026-03-11
872
-
873
- ### Added — Adoption & Enterprise Features
874
- - **DataAdapter persistence layer** — All stores (feedback, finding-lifecycle, fix-history, calibration, snapshot) now flow through the pluggable `DataAdapter` interface; users can wire custom backends (REST, DB, cloud) via `.judgesrc` without judges ever hosting their data
875
- - **Auto-fix verification loop** (`judges fix --verify`) — Re-evaluates code after applying patches; tracks fix success/regression rates per judge
876
- - **Override/exception workflow** (`judges override`) — Accept-risk, false-positive, and time-limited suppression with audit logging; `override list` and `override audit` subcommands
877
- - **Evidence-backed explanations** — Every finding now includes an `evidence` array in both text and SARIF output, citing specific AST/pattern matches and confidence scores
878
- - **Cross-file import context** — `project` evaluator resolves ES/TS/Python/Go imports to detect cross-module issues (unused exports, circular deps, re-export of internals)
879
- - **Auto-activate model profiles** — Evaluator index detects LLM watermarks (Codex, Copilot, Claude, GPT, Gemini, Cursor) and applies tuned thresholds automatically
880
- - **Feedback-to-rule pipeline** (`judges feedback-rules`) — Aggregates user feedback to generate candidate custom rules; `--apply` flag writes to `.judgesrc`
881
- - **IDE fix diff preview** — VS Code extension shows inline diff previews before applying auto-fixes with accept/reject actions
882
- - **Enhanced `--explain` output** — Layer 2 evidence details with AST node types, pattern matcher names, and confidence breakdowns
883
- - **Trend regression alerts** — `judges snapshot --check` compares latest snapshot to baseline and exits non-zero on regression; configurable thresholds
884
- - **Multi-repo governance dashboard** (`judges governance`) — Aggregates findings across repos with risk scoring, trend tracking, and HTML/JSON output
885
- - **Language pattern parity audit** (`judges parity`) — Compares rule coverage across languages and reports gaps
886
- - **Semantic intent-drift detection** — Four new evaluator rules (INTENT-007 through INTENT-010): scope creep, naming drift, contract violation, dead intent
887
- - **Compliance evidence reports** (`judges compliance-report`) — Generates audit-ready evidence packages for SOC 2, ISO 27001, OWASP, PCI DSS frameworks
888
- - **Staged-only pre-commit** (`--staged-only`) — Single-pass mode for `judges hook` that scans only `git diff --cached` files
889
- - **Plugin discovery** (`judges plugin-search`) — Enhanced with `list`, `info`, and `init` subcommands for community plugin ecosystem
890
-
891
- ### Fixed
892
- - ESLint: removed forbidden `import()` type annotation in CLI compliance-report handler
893
- - ESLint: removed unused imports (`FeedbackEntry` in data-adapter, `Severity` in org-metrics)
894
- - ESLint: prefixed unused dashboard variables to satisfy no-unused-vars rule
895
-
896
- ### Tests
897
- - 2,267 tests passing (1,082 main + 1,185 additional suites), 0 failures
898
-
899
- ## [3.39.0] — 2026-03-10
900
-
901
- ### Added — LLM Prompt Benchmark (Layer 2)
902
- - **`src/commands/llm-benchmark.ts`** — New module with types, rule-ID parser, prompt construction, stratified sampling, scoring, and markdown formatting for LLM-based benchmark results
903
- - **`scripts/run-llm-benchmark.ts`** — Standalone LLM benchmark runner supporting OpenAI and Anthropic APIs; configurable via env vars (`LLM_API_KEY`, `LLM_MODEL`, `LLM_PROVIDER`); supports `--sample`, `--mode tribunal|per-judge`, `--dry-run`; saves snapshot JSON to `benchmarks/`
904
- - **`npm run benchmark:llm`** — New npm script to run LLM benchmarks
905
- - **`benchmarks/` directory** — Storage for LLM benchmark snapshot results (latest + timestamped archives)
906
-
907
- ### Improved — Benchmark Report Methodology
908
- - **"How to Read This Report"** — New methodology preamble explaining the dual-layer architecture (L1 deterministic + L2 LLM prompts), all metrics (Detection Rate, Precision, Recall, F1, FP Rate), and matching types (TP, FP, FN)
909
- - **Layer headers** — Report now clearly labels "Layer 1 — Deterministic Analysis" and "Layer 2 — LLM Prompt Analysis" sections
910
- - **Layer comparison table** — Side-by-side L1 vs L2 metrics when LLM snapshot data is available
911
- - **Auto-load LLM snapshot** — `judges benchmark report` automatically incorporates `benchmarks/llm-snapshot-latest.json` into the published report
912
- - **Regenerated `docs/benchmark-report.md`** — Updated to v3.39.0 with methodology section; 1,048 cases, Grade A, F1 94.0%, 0 FP
913
-
914
- ### Added — Tests
915
- - 15 new unit tests for all LLM benchmark components: `parseLlmRuleIds`, `constructPerJudgePrompt`, `constructTribunalPrompt`, `selectStratifiedSample`, `scoreLlmCase`, `computeLlmMetrics`, `formatLlmSnapshotMarkdown`, `formatLayerComparisonMarkdown`
916
-
917
- ## [3.38.0] — 2026-03-10
918
-
919
- ### Fixed — Benchmark Quality (0 failures, all FP rates <30%)
920
- - **HALLU evaluator** — Excluded `HALLU-` prefixed findings from the import-line false-positive filter so dependency confusion detections survive the pipeline
921
- - **I18N evaluator** — Skip raw-number formatting check when code already uses `Intl` APIs (e.g., `Intl.NumberFormat`), eliminating spurious I18N-001 on properly internationalized code
922
- - **I18N evaluator** — Improved sorting/RTL/currency detection patterns and removed I18N from `WEB_ONLY_PREFIXES` so it applies to all file types
923
- - **Shared utilities** — `looksLikeIaCSecretValue` now recognizes file paths (containing `/` with a file extension) as non-secrets, preventing false IAC-002 on Terraform module sources
924
- - **IAC evaluator** — Improved tag-threshold logic and `default_tags` detection for Terraform resources
925
- - **SOV evaluator** — Region/consent gate detection improvements
926
- - **CONC evaluator** — Properly handle exported Go functions
927
- - **DOC evaluator** — Improved cryptic naming detection
928
- - **LOGIC evaluator** — Threshold tuning for inverted-condition and dead-code detection
929
- - **MAINT evaluator** — Threshold tuning for maintainability checks
930
- - **Pipeline** — Expanded `hasIO` detection, added COMP string-literal exemption
931
- - **STRUCT-005 disabled** — Dead code detection moved to LOGIC evaluator to avoid false positives on multi-line expressions
932
- - **`classifyFile`** — Improved JSX file-type detection
933
-
934
- ### Fixed — Benchmark Test Cases
935
- - Strengthened `clean-terraform-hardened` with terraform block, required_providers, backend config, and default_tags
936
- - Strengthened `clean-accessible-form-tsx` with i18n support and loading state
937
- - Fixed `clean-terraform-well-structured-hcl` — was incorrectly expecting IAC-001 on genuinely clean code
938
- - Fixed 7 clean benchmark cases with overlapping `expectedRuleIds`/`unexpectedRuleIds` prefixes that caused same findings to count as both TP and FP
939
-
940
- ### Benchmark Results
941
- - 1,048 cases, 0 failures, 100% detection rate
942
- - Precision 99.0%, Recall 88.6%, F1 93.5%, Grade A
943
- - All per-judge FP rates below 30%, clean category FP rate 0%
944
-
945
- ### Tests
946
- - 1,082 tests pass across 218 suites
947
-
948
- ## [3.37.0] — 2026-03-10
949
-
950
- ### Added
951
- - **Auto-onboarding preset** — When no `.judgesrc` config file exists and no `--preset` or `--config` flag is provided, the CLI automatically applies the `onboarding` preset (high-severity only, 9 noisy judges disabled) with a guidance message to run `judges init` for full control. Reduces noise for first-time users.
952
- - **Fix rate visibility (CLI)** — Findings summary now shows auto-fixable count everywhere: verdict summary (`Findings : 12 (4 auto-fixable)`), `--summary` one-liner, multi-file per-file progress, multi-file summary, and critical/high findings list (tagged with 🔧). New guidance line after verdict: `🔧 N finding(s) can be auto-fixed. Run: judges eval <file> --fix`.
953
-
954
- ### Changed (VS Code Extension)
955
- - **Live status bar** — Status bar now updates dynamically after evaluations, showing finding count and fixable count (e.g., `Judges: 5 finding(s), 2 fixable`) instead of the static "Judges" label. Also updates when switching between editor tabs.
956
- - **`getCachedFindings()` API** — New method on `JudgesDiagnosticProvider` for retrieving cached findings by URI, used by the status bar.
957
-
958
- ### Tests
959
- - 1,082 tests pass across 218 suites
960
-
961
- ## [3.36.0] — 2026-03-10
962
-
963
- ### Added
964
- - **New judge: logic-review** — 7 detection categories for semantic correctness: inverted security conditions (critical), off-by-one errors (high), dead code after return/throw (medium), name-body mismatch (medium), swapped comparison operands (high), empty catch/except blocks (medium), redundant boolean comparisons (low). 45 judges total.
965
- - **Review verdict & summary** — `synthesizeReviewDecision()` wired into `TribunalVerdict`, producing an approve/request-changes/comment decision with blocking findings list and executive summary.
966
- - **Package registry verification** — expanded fabricated package detection: 50+ npm names, 30+ Python names, Go module hallucination patterns, Java/Kotlin hallucination patterns, and dependency confusion detection for unscoped packages with internal-looking names.
967
- - **Test adequacy assessment** — 2 new test quality checks: happy-path-only detection (test files with ≥3 cases but no error/edge scenarios) and status-code-only detection (API tests that only assert HTTP codes without body verification).
968
- - **LLM contextual auto-fixes** — `enrichWithContextualFixes()` generates `suggestedFix` for findings that lack a deterministic patch, using actual code context from affected lines.
969
- - **Triage feedback learning loop** — `computeTriageFeedback()` and `applyTriageFeedback()` adjust confidence scores based on historical false-positive rates from the finding lifecycle store. Rules with FP rate >30% get proportional confidence reduction (max -0.3).
970
- - **JetBrains IDE integration guide** — documentation for connecting Judges as an MCP server in IntelliJ IDEA, WebStorm, PyCharm, GoLand, and Rider via `.mcp.json` or IDE settings.
971
- - **AI-output benchmark suite** — 18 new benchmark cases targeting LLM-generated code patterns: logic inversions, off-by-one errors, dead code, name-body mismatches, swapped operands, empty catch blocks, happy-path-only tests, status-code-only tests, dependency confusion, and 3 negative (clean code) cases.
972
-
973
- ### Changed (VS Code Extension)
974
- - **Diff-aware evaluation** — new `judges.evaluateDiff` command evaluates the full file but only reports findings on lines changed relative to git HEAD (±2 line context margin).
975
- - **Judge grouping in findings panel** — new "Sort by Judge" mode groups findings by judge prefix (AUTH, CRYPTO, LOGIC, etc.) with collapsible tree nodes.
976
-
977
- ### Tests
978
- - 1,082 tests pass across 218 suites
979
-
980
- ## [3.35.0] — 2026-03-10
981
-
982
- ### Added
983
- - **Dedup: 12 new topic patterns** — timing-attack, ssrf, mass-assignment, insecure-deserialization, info-disclosure, denial-of-service, file-upload-security, missing-access-control, hardcoded-config, unsafe-html-render, a11y-violation — eliminates duplicate findings across judges
984
- - **Auto-fix: 10 new multi-line patch rules** — timing-safe comparison (`crypto.timingSafeEqual`), path traversal prevention, hardcoded secrets → env vars, open redirect validation, SSRF URL allowlist, insecure cookies, Java SQL injection (→ `PreparedStatement`), Python f-string SQL (→ parameterized), CSP header insertion, C# SQL injection (→ `SqlParameter`)
985
- - **Framework judges: 17 new patterns** — Django (5: SESSION_COOKIE_SECURE, SECURE_SSL_REDIRECT, mark_safe, FILE_UPLOAD_PERMISSIONS, locals/globals in render), Flask (2: send_file path traversal, session without SECRET_KEY), Spring Boot (5: @RequestBody without @Valid, permitAll on sensitive paths, Jackson default typing, hardcoded credentials, logging sensitive data), ASP.NET Core (5: missing UseHttpsRedirection, mass assignment model binding, string interpolation in ILogger, ProblemDetails with exception message, missing [Authorize] on [ApiController])
986
- - **Suppression analytics** — `getSuppressionAnalytics()` and `formatSuppressionAnalytics()` functions for analyzing FP rates by rule, suppression rates by judge, auto-suppress candidates, and actionable tuning recommendations
987
- - **5 new MCP tools for conversational review:**
988
- - `explain_finding` — plain-language explanation with OWASP/CWE references and remediation guidance
989
- - `triage_finding` — set triage status (accepted-risk, deferred, wont-fix, false-positive) with attribution
990
- - `get_finding_stats` — lifecycle statistics: open, fixed, triaged counts with trends
991
- - `get_suppression_analytics` — FP rates, auto-suppress candidates, per-judge analytics
992
- - `list_triaged_findings` — browse triaged findings with optional status filter
993
- - **Benchmark dashboard MCP tool** — `run_benchmark` returns full dashboard with per-judge, per-category, per-difficulty breakdowns in markdown, JSON, or summary format
994
-
995
- ### Tests
996
- - 1,075 tests pass across 217 suites
997
-
998
- ## [3.34.1] — 2026-03-10
999
-
1000
- ### Fixed
1001
- - **CI build fix** — Added missing `findings` property to the `CaseResult` interface in `benchmark.ts`, resolving TS2353 compile error that failed the v3.34.0 publish workflow
1002
-
1003
- ## [3.34.0] — 2026-03-10
1004
-
1005
- ### Fixed
1006
- - **False-positive filter (check #6) now requires ALL lines to match identifier context** — Previously, a single line matching identifier context would suppress the entire finding. When cross-evaluator dedup merges line numbers from multiple findings, a single inherited "foreign" line could wrongly suppress a legitimate finding. Now all flagged lines must match the identifier context pattern for suppression to apply.
1007
- - **Removed CYBER- and AUTH- from test-only prefix suppression** — These prefixes were being incorrectly suppressed in test files, causing missed true positives
1008
- - **Security evaluator skips import/require lines** for JWT verification detection — `import jsonwebtoken` no longer triggers a "JWT verification" finding
1009
- - **Documentation evaluator strips type annotations** before counting single-letter parameters — generic type params like `T` in `(items: T[])` no longer trigger cryptic-naming detection
1010
- - **Added `assert` to magic-number exclusion list** — Test assertions with numeric values are no longer flagged as magic numbers
1011
- - **I18N added to web-only prefix suppression** — Internationalization rules now correctly suppressed for non-web files
1012
- - **Shared `classifyFile` minimum line guard** — Files under 8 lines are no longer classified as "utility", preventing over-suppression of findings in small files
1013
-
1014
- ### Changed
1015
- - **12 evaluator threshold recalibrations** to reduce false positives while improving recall:
1016
- - AI Code Safety: unvalidated input handler threshold 4→2
1017
- - Caching: minimum file length 100→30 lines
1018
- - Cloud Readiness: hardcoded config threshold 5→1
1019
- - Configuration Management: env vars without defaults 3→4
1020
- - Cost Effectiveness: nested loop threshold 4→2
1021
- - Data Sovereignty: hardcoded global/foreign threshold 5→1, cross-border egress 5→2
1022
- - Documentation: undocumented exports count 2→4, minimum lines 10→30, magic numbers threshold 50→20
1023
- - Internationalization: hardcoded strings threshold 0→5
1024
- - Reliability: empty catch threshold 3→1
1025
- - UX: inline handlers 10→2, form loading state minimum 50→15 lines, generic errors minimum 60 lines, empty state minimum 80→120 lines, file/stream progress minimum 60 lines
1026
- - **Cross-evaluator dedup simplified** — Removed per-prefix diversity logic (which preserved one representative per rule prefix) in favor of single-winner with cross-reference annotation; fixes dedup correctness for SQL injection, race conditions, and other cross-cutting findings
1027
- - **Benchmark scoring now parses cross-reference annotations** — Dedup-merged findings annotated with `_Also identified by: AUTH-001, SEC-001_` now contribute their referenced ruleIds to true-positive matching, recovering 115 previously undercounted TPs
1028
-
1029
- ### Benchmark
1030
- - **Grade A** — F1: 93.0% (was 87.9%), Precision: 98.7%, Recall: 87.9% (was 79.3%), Detection Rate: 97.6% (was 94.0%)
1031
- - TP: 1182 (+115), FN: 163 (−115), FP: 16
1032
- - All per-judge false-positive rates ≤ 30%
1033
-
1034
- ### Tests
1035
- - 2226 tests passing, 0 failures
1036
-
1037
- ## [3.33.0] — 2026-03-10
1038
-
1039
- ### Added
1040
- - **Over-engineering detector judge** — New 44th judge (`over-engineering`) with 6 rules detecting excessive abstraction layers, trivial wrappers, god interfaces, builder pattern overuse, enterprise patterns in small codebases, and excessive generic type parameters
1041
- - **PDF export formatter** (`--format pdf`) — Print-optimized HTML report with @media print styles, page breaks, and clean A4 layout; open in browser and "Save as PDF"
1042
- - **HTML trend dashboard** (`judges trend --format html`) — Self-contained interactive HTML with SVG bar chart, severity breakdown, metrics summary, run history table, and dark/light theme support
1043
- - **`--sample` flag** — Random file sampling for large repos; use with `--max-files` to randomly select files instead of taking the first N alphabetically
1044
- - **Suppression metrics in text output** — When inline suppressions are present, the text report now shows suppressed finding count, breakdown by type (line/next-line/block/file), and top suppressed rules
1045
- - **Code provenance signals** — All findings now carry a `provenance` field (defaults to `"regex-pattern-match"`) indicating how the finding was detected
1046
- - **Per-judge timing metrics** — Each `JudgeEvaluation` includes `durationMs`; `TribunalVerdict` includes `timing` with total and per-judge breakdown; text output shows timing and slowest judges
1047
- - **OWASP LLM Top 10 mapping** — Findings are automatically mapped to OWASP LLM Top 10 categories (LLM01–LLM10) where applicable
1048
- - **VS Code CodeLens provider** — Shows finding counts above functions, methods, and classes in the editor
1049
- - **Centralized judge metadata** — Extended `JudgeDefinition` with `tableDescription` and `promptDescription` fields; all 44 judges now carry documentation metadata as part of their definition
1050
- - **`npm run sync-docs` script** — New `scripts/sync-docs.ts` regenerates the README judge table, prompts table, `docs/index.html` JS array, and judge counts across 15+ files from the `JUDGES` array as single source of truth
1051
- - **Adding-a-judge instructions** — `.github/instructions/adding-a-judge.instructions.md` codifies the full step-by-step workflow for adding new judges
1052
-
1053
- ### Changed
1054
- - **README and docs auto-generated** — Judge table and prompts table in README use marker-delimited sections (`JUDGES_TABLE_START`/`END`, `PROMPTS_TABLE_START`/`END`); `docs/index.html` uses `JUDGES_ARRAY_START`/`END` markers
1055
-
1056
- ### Fixed
1057
- - **4 inconsistent judge names** — Data Sovereignty, API Contract, Multi-Turn Coherence, and Model Fingerprint judges now follow the `"Judge {Domain}"` naming convention
1058
- - **PDF formatter build error** — Fixed `Finding.line` reference to use `Finding.lineNumbers`
1059
-
1060
- ### Tests
1061
- - 1075 tests passing, Benchmark Grade A
1062
-
1063
- ## [3.31.0] — 2026-03-10
1064
-
1065
- ### Changed
1066
- - **Calibration enabled by default** — PR review now applies feedback-driven confidence calibration automatically; use `--no-calibrate` to opt out
1067
- - **diff-only mode default in Actions** — GitHub Action `diff-only` input now defaults to `true`, evaluating only changed lines in PRs to dramatically reduce noise
1068
- - **Minimum confidence floor** — PR review applies a default `--min-confidence 0.6` threshold, dropping low-confidence findings automatically
1069
-
1070
- ### Added
1071
- - **FP-rate reliability badge** — Each PR review comment now shows a reliability badge (e.g., "🎯 99%+ reliable" or "⚠️ 75% reliable") based on historical false-positive rates
1072
- - **Absence-based finding filter in diff mode** — Findings like "no rate limiting" or "no authentication" are now suppressed in diff mode since they cannot be accurately assessed from a single diff hunk
1073
- - **`ai-review` preset** — New preset optimized for reviewing AI-generated code: focuses on security, hallucination, and correctness judges while disabling non-essential judges (documentation, i18n, accessibility, etc.)
1074
- - **`--judges` flag for PR review** — Select a subset of judges to run during PR review (e.g., `--judges cybersecurity,authentication`); all other judges are disabled
1075
- - **`--no-calibrate` flag** — Opt out of feedback-driven confidence calibration in PR reviews
1076
-
1077
- ### Tests
1078
- - 1068 tests pass, 0 failures
1079
-
1080
- ### Benchmark
1081
- - Grade A, 98.8% precision, 90.3% recall, F1 0.94
1082
-
1083
- ## [3.30.0] — 2026-03-10
1084
-
1085
- ### Added
1086
- - **Scope-aware HALLU suppression** — Hallucination detector now checks for local method definitions before firing on generic patterns (`.push()` in Python, `.isEmpty()` in Python, `.append()` in Go, etc.), reducing false positives on user-defined methods
1087
- - **Hallucination auto-fix patches** — All HALLU findings now include structured `Patch` objects with `oldText`/`newText` for automated remediation
1088
- - **Confidence evidence trails** — All 5 hallucination detection sections now include `EvidenceChain` with multi-step reasoning (observation → source → line) and `evidenceBasis` scoring strings
1089
- - **14 new hallucination patterns** — FastAPI `app.route()` confusion (import-guarded), SQLAlchemy raw SQL in `session.execute()`, pandas `.to_array()`/`.filterBy()`, Spring `@Autowired` on local variables, `ResponseEntity.ok().body()` chaining, EF Core `DbContext.Query<T>()`, ASP.NET `HttpContext.Response.Write()`, Rust `tokio::spawn` without async / `.unwrap_default()`, Deno `readFile` with encoding, Bun `.serve().listen()`
1090
- - **3 new suspicious submodule patterns** — FastAPI, Next.js, and Vue fabricated submodule imports
1091
- - **Import-guard system** — New `requiresImport` field on hallucination patterns prevents cross-framework false positives (e.g., Flask `app.route()` no longer triggers the FastAPI-specific pattern)
1092
- - **Per-LLM benchmark tracking** — New `aiSource` field on benchmark cases and `perAISource` result breakdowns for tracking detection effectiveness per AI code generator
1093
-
1094
- ### Tests
1095
- - 1068 tests pass, 0 failures
1096
-
1097
- ### Benchmark
1098
- - Grade A, 99.8% detection, 1030/1032 cases, 15 FP
1099
- - All 43 judges at ≤30% individual FP rate
1100
- - HALLU judge: 100% precision (0 FP, improved from 67% FP rate in v3.29.2)
1101
-
1102
- ## [3.29.2] — 2026-03-09
1103
-
1104
- ### Fixed
1105
- - **Per-judge FP rate reduction** — All 43 judges now report <30% individual FP rates on the benchmark
1106
- - **STRUCT** 30.4% → 22.2%: Raised STRUCT-005 dead-code threshold to >2 lines (avoids parser artifacts, switch-case, guard clauses); raised STRUCT-003 long-function threshold to >1 (single long function is common in utilities)
1107
- - **COH** 100% → 0%: Disabled COH-002 regex-based dead-code detection (redundant with STRUCT-005 AST-based analysis); raised COH-004 conflicting-config threshold to ≥6 conflict lines
1108
- - **INTENT** 100% → 0%: Required INTENT-003 to find ≥2 empty functions before flagging; added deprecated function skip (`old_`, `legacy_`, `deprecated_` prefixes) to INTENT-001
1109
- - **API** 38.8% → 26.2%: Added file-level validation middleware detection (express-validator, joi, zod imports) to skip API-001; improved API-002 error response detection with Python/Django patterns; fixed API-004 to recognise `res.json()` auto-sets Content-Type; fixed `express.json()` regex to match calls with arguments; improved API versioning detection (`/v\d+\b`); added `express.urlencoded` to content-type validation patterns; required 2+ routes for API-002 missing-error-responses rule
1110
- - **Tests** — Updated STRUCT-005 and STRUCT-003 test inputs to match new thresholds; 1068 tests pass
1111
- - **Benchmark** — Grade A, 99.8% detection, 98.8% precision, 94.4% F1
1112
-
1113
- ## [3.29.1] — 2026-03-09
1114
-
1115
- ### Fixed
1116
- - **TypeScript compilation error** — Removed invalid `weight` property from 3 judge definitions (api-contract, multi-turn-coherence, model-fingerprint) that does not exist on `JudgeDefinition` interface, fixing CI build failure
1117
-
1118
- ## [3.29.0] — 2026-07-07
1119
-
1120
- ### Added
1121
- - **Model fingerprint detection** — New judge #43 (MFPR prefix) detecting stylistic signatures of ChatGPT/GPT-4, Copilot, Claude, and Gemini in AI-generated code for provenance transparency
1122
- - **Community pattern sharing** — New `community-patterns` CLI command with `import`, `export`, and `list` sub-commands for crowdsourced rule pack exchange via portable JSON format
1123
- - **Interactive VS Code review** — New `judges.reviewSession` command walks through findings one-by-one with Accept/Dismiss/Skip actions and editor navigation
1124
- - **Industry policy templates** — 5 new preset profiles: `fintech` (PCI DSS), `healthtech` (HIPAA), `saas` (multi-tenant), `open-source`, and `government` (FedRAMP/NIST)
1125
- - **Intent alignment evaluator** — Judge #40 (INTENT prefix) detecting stub functions, misleading names, empty implementations, and contradictory comments
1126
- - **API contract conformance** — Judge #41 (API prefix) evaluating REST endpoints for input validation, status codes, error handling, rate limiting, and versioning
1127
- - **Multi-turn coherence** — Judge #42 (COH prefix) catching duplicate definitions, contradictory assignments, dead code after returns, and conflicting configs
1128
- - **Confidence calibration dashboard** — New `calibration-dashboard` CLI command showing per-rule accuracy metrics and false-positive rates
1129
- - **Human escalation escape hatch** — `escalationThreshold` config option flagging low-confidence findings with `needsHumanReview` for manual triage
1130
- - **Explanation mode** — `--explain` flag providing educational context for any rule prefix with severity mapping and false-positive guidance
1131
- - **Business logic validation** — `customRules` config field supporting user-defined regex-based detection rules with full severity and autofix support
1132
- - **Inline fix suggestions** — ~50 new PATCH_RULES covering auth, crypto, injection, error handling, rate limiting, and more
1133
- - **Approve/request-changes verdict** — Tiered GitHub review events (APPROVE for clean code, COMMENT for low-severity, REQUEST_CHANGES for critical findings)
1134
- - **Test adequacy analysis** — TEST-COV-001 rule detecting missing test coverage for changed functions in PR diffs
1135
-
1136
- ### Tests
1137
- - 1068 tests, 0 failures
1138
- - Benchmark: Grade A (99.8% detection, 98.8% precision, 94.4% F1)
1139
-
1140
- ## [3.28.0] — 2026-07-07
1141
-
1142
- ### Added
1143
- - **Onboarding preset** — New `onboarding` preset profile for first-time adopters with high-severity-only filtering and advisory judges disabled
1144
- - **Import verification for hallucination detection** — Heuristic import verification (section 5) using dual-pattern matching for generic prefixes and suffixes to catch hallucinated API imports
1145
- - **Diff deletion analysis** — New DIFF-DEL-001 rule detecting security-relevant deletions (auth checks, input validation, CSRF tokens, rate limiting) in PR diffs
1146
- - **PR summary comment** — Enhanced GitHub Action PR review body with rich summary table including verdict, score, severity breakdown, baseline suppressed count, and top 5 most frequent rule IDs; zero-findings path posts clean bill of health
1147
- - **Passive calibration** — `buildPassiveCalibrationProfile()` merging 3 signal sources: explicit feedback, inline suppressions (implicit FP signals), and triage history
1148
- - **Test quality analysis** — Tautological assertion detection (e.g. `expect(true).toBe(true)`) and over-mocking detection (mock setup count exceeding 3× test case count)
1149
- - **Cross-file breaking changes** — DIFF-BREAK-001 rule detecting exported function signature changes (renamed, removed, or parameter count changes) across PR diffs
1150
- - **Parallel judge execution** — Configurable `concurrency` option with AST/taint cache pre-warming via `preWarmCaches()` and chunked batch file processing in project evaluator
1151
- - **Organization config inheritance** — `extends` field in `.judgesrc` supporting single or array of base config paths with cycle detection via `resolveExtendsConfig()`
1152
- - **Metrics & trends API** — `computeMetrics()` function with `RuleMetric` and `MetricsSummary` types for top offenders, severity breakdown, distinct/resolved/new rule tracking
1153
- - **Net-change CI gate** — `evaluateNetChangeGate()` with `NetChangeGateOptions` and `NetChangeGateResult` for pass/fail decisions on whether a PR fixed more than it introduced
1154
- - **Per-language rule profiles** — `languageProfiles` config field and `applyLanguageProfile()` for language-specific judge configuration overrides
1155
-
1156
- ### Tests
1157
- - 1040 tests, 0 failures
1158
- - Benchmark: Grade A
1159
-
1160
- ## [3.27.1] — 2026-03-09
1161
-
1162
- ### Fixed
1163
- - **CI `npm ci` failure** — Removed tree-sitter native grammar devDependencies (tree-sitter-c-sharp, tree-sitter-cpp, tree-sitter-go, tree-sitter-java, tree-sitter-kotlin, tree-sitter-php, tree-sitter-python, tree-sitter-ruby, tree-sitter-rust, tree-sitter-swift, tree-sitter-typescript, tree-sitter-cli) that caused `ERESOLVE` peer dependency conflicts during `npm ci` in CI. These packages were only needed for one-time WASM grammar generation; the pre-built WASM files in `grammars/` are committed and used at runtime via `web-tree-sitter`
1164
- - **Added `.npmrc`** — Sets `legacy-peer-deps=true` as a safety net for any remaining transitive peer conflicts
1165
-
1166
- ## [3.27.0] — 2026-03-09
1167
-
1168
- ### Added
1169
- - **New language support: Dart, Bash/Shell, SQL** — Full `LangFamily` type coverage, ~30+ language pattern constants (crypto, auth, injection, eval, file-system, etc.), structural parser support (function/class extraction, complexity analysis, weak-type detection, import extraction), AST routing, and file-extension-to-language maps across CLI, GitHub App, and baseline commands
1170
- - **Tree-sitter grammars for PHP, Ruby, Kotlin, Swift** — Four new WASM grammars enabling deep AST analysis (function/class/method node extraction, parameter counting, import extraction, weak-type detection) for languages previously limited to regex-only structural parsing
1171
- - **Accessibility evaluator deepened (17 → 23 rules)** — Six new rules: A11Y-018 vague link text ("click here", "read more"), A11Y-019 data tables without `<th>` headers, A11Y-020 modal/dialog without focus trap, A11Y-021 interactive ARIA role without tab focusability, A11Y-022 icon-only button/link without accessible name, A11Y-023 page missing landmark regions
1172
- - **IaC security evaluator deepened (22 → 32 rules)** — Ten new rules: Kubernetes container running as root, missing resource limits, writable filesystem; Terraform resources without tags; password auth without managed identity; database firewall allowing all Azure services (0.0.0.0); Dockerfile ADD vs COPY; Dockerfile FROM :latest/untagged
1173
- - **Cost-effectiveness evaluator deepened (15 → 20 rules)** — Five new rules: COST-016 high-frequency events without debounce/throttle, COST-017 large bundle imports (lodash, moment, rxjs full imports), COST-018 event listeners without cleanup (memory leak), COST-019 inline objects/functions in React JSX props causing re-renders
1174
- - **UX evaluator deepened (12 → 18 rules)** — Six new rules for user-experience quality detection
1175
- - **Integration tests** — 19 new tests covering all 5 output formatters (SARIF, JUnit, HTML, CodeClimate, GitHub Actions), evaluation of all 7 new languages (Dart, Bash, SQL, PHP, Ruby, Kotlin, Swift), multi-file project evaluation, diff-based evaluation, and verdict structure validation
1176
-
1177
- ### Fixed
1178
- - **`ruleNum` increment bug** — Last rule in accessibility, IaC security, cost-effectiveness, and UX evaluators used `ruleNum` without `++`, causing potential rule-ID collisions when new rules were appended. Fixed across all four evaluators
1179
-
1180
- ### Tests
1181
- - 2210 tests (2180 pass, 30 pre-existing failures unrelated to this release)
1182
- - Self-eval: 0 findings across 177 source files
1183
- - Benchmark: Grade A, F1 = 94.4%, Precision = 98.9%, Recall = 90.3%
1184
-
1185
- ## [3.26.0] — 2026-03-09
1186
-
1187
- ### Fixed
1188
- - **Security evaluator false positives** — Fixed two regex patterns that triggered on benign code: `args\.` now uses word boundary (`\bargs\.`) to avoid matching compound identifiers like `curlArgs`, and static IV pattern now uses `\b(?:iv|IV)\b` to avoid matching strings like `PRIV`
1189
- - **PR review inline suppressions removed** — Two broken inline `judges-ignore-next-line` directives in `review.ts` (SEC-003, SEC-020) removed now that root cause FPs are fixed in the security evaluator
1190
-
1191
- ### Changed
1192
- - **False-positive filter improvements** — Expanded heuristic coverage to eliminate self-eval findings (211 → 0):
1193
- - SEC-* and HALLU-* rules added to analysis-tool inapplicable prefixes (evaluator code contains detection patterns by design)
1194
- - Test file gating expanded from TEST-* only to TEST-*/SEC-*/HALLU-* for files with embedded code specimens
1195
- - New benchmark CLI gating suppresses SEC/HALLU on benchmark command files with ≥5 template literal code specimens
1196
- - CLI file-system-access and database-related SEC findings suppressed (CLI tools are designed for file I/O and have no database connections)
1197
- - Utility module gating expanded with path-confirmed rules for PERF/COST/TEST/COMPAT/ERR/STRUCT prefixes
1198
- - **Scoring module refactored** — `estimateFindingConfidenceWithBasis()` (cyclomatic complexity 42) decomposed into 7 focused helpers: `scoreLinePrecision()`, `scorePatternSpecificity()`, `scoreStructuredEvidence()`, `scoreAbsencePattern()`, `scoreProvenance()`, `scoreDomainAlignment()`, `applyNoiseCap()`
1199
-
1200
- ### Tests
1201
- - 2191 tests (2161 pass, 30 pre-existing failures unrelated to this release)
1202
- - Self-eval: 0 findings across 176 source files (down from 211)
1203
- - Benchmark: Grade A, F1 = 94.4%, Precision = 98.9%, Recall = 90.3%, Detection = 99.9%
1204
-
1205
- ## [3.25.1] — 2026-03-09
1206
-
1207
- ### Fixed
1208
- - **PR review JSON output pollution** — In `--format json` mode, banner and informational `console.log` messages were written to stdout alongside the JSON result, corrupting the output file. All non-JSON output now redirected to stderr so stdout is pure JSON
1209
- - **Inline PR review comments never posted in JSON mode** — `process.exit()` was called before the GitHub review-posting code, so inline comments and approve/request-changes events were silently skipped. Now posts the review before emitting JSON
1210
- - **Workflow stderr redirect corrupting result file** — Removed `2>&1` from the PR review workflow step so stderr (Node.js warnings, subprocess output) no longer pollutes `judges-review-result.json`
1211
- - **CodeQL code scanning alerts resolved** — Fixed 14 code scanning alerts: command injection via `execSync` replaced with `execFileSync`, incomplete URL substring sanitization, missing origin checks in `postMessage`, and unsafe regexp construction
1212
- - **ESLint unused variable/import warnings** — Resolved 5 lint errors across evaluators, scoring, and comparison modules
1213
-
1214
- ### Changed
1215
- - **CI: actions/configure-pages bumped from v4 to v5** (Dependabot #18)
1216
- - **Dev dependencies updated** — vitest, @biomejs/biome, and @anthropic-ai/sdk bumped (Dependabot #19)
1217
-
1218
- ### Tests
1219
- - 2191 tests (2161 pass, 30 pre-existing failures unrelated to this release)
1220
-
1221
- ## [3.25.0] — 2026-03-09
1222
-
1223
- ### Added
1224
- - **Project context in L2 prompts** — `detectProjectContext()` auto-detects frameworks, runtime, entry-point type, project type, and dependencies from code. `formatProjectContextSection()` injects this context into deep-review prompts so L2 reviews calibrate to the stack (e.g., absence-based rate-limiting rules suppressed for CLI tools). Wired into `evaluate_code`, `evaluate_code_single_judge`, and `evaluate_file` MCP handlers. React added to framework detection patterns
1225
- - **Multi-file fix coordination** — `collectPatchSet()` groups findings by file path into a `PatchSet`, and `applyPatchSet()` applies patches across multiple files with per-file results. Enables cross-file auto-fix from a single review pass
1226
- - **Real-time IDE evaluation** — VS Code extension now supports on-change evaluation via debounced `onDidChangeTextDocument` handler. Controlled by `judges.evaluateOnChange` (default: off) and `judges.changeDebounceMs` (default: 2000ms) settings
1227
- - **Evidence chains on findings** — `buildEvidenceChain()` constructs multi-step evidence (detection trigger, location precision, cross-file context, fix availability) with a severity-calibrated impact statement. `EvidenceChain` and `EvidenceStep` types added to `Finding`
1228
- - **Auto-suppression from triage history** — `triageToFeedbackEntries()` converts false-positive/wont-fix triage decisions into feedback entries. `getTriageBasedSuppressions()` identifies rules that should be auto-suppressed based on triage patterns (≥80% FP rate with ≥3 samples)
1229
- - **AI-specific benchmark cases** — 10 new benchmark cases covering model-serving input validation, embedding data leakage, unbounded LLM streaming, async race conditions, memory leak patterns, N+1 queries, unsafe type assertions, hardcoded AI credentials, plus 2 clean counterparts
1230
- - **PR review summary narrative** — `buildPRReviewNarrative()` generates rich review summaries with executive summary, per-file breakdown (sorted by finding count), cross-cutting theme analysis (17 domain labels), and prioritized action items. Replaces the previous `buildReviewSummary()`
1231
- - **Review completeness signal** — `assessReviewCompleteness()` returns a `ReviewCompleteness` struct with `complete` boolean, coverage percentage, unreviewed files list, and human-readable status message
1232
-
1233
- ### Fixed
1234
- - **Node.js runtime detection** — `require()` calls now correctly detected by splitting the regex to avoid trailing `\b` failure on non-word characters
1235
- - **Serverless entry-point detection** — Added "serverless" pattern to `ENTRY_POINT_PATTERNS` so `exports.handler` / Lambda / Azure Functions code is correctly classified as serverless entry points
1236
-
1237
- ### Tests
1238
- - 821 tests (808 pass, 13 pre-existing failures unrelated to this release)
1239
-
1240
- ## [3.24.0] — 2026-03-09
1241
-
1242
- ### Added
1243
- - **Closed-loop L2 feedback capture** — L2 (LLM deep-review) dismissals are now automatically parsed and recorded as feedback via `parseDismissedFindings()` and `recordL2Feedback()`. `FeedbackEntry.source` tracks origin (`manual`, `l2-dismissal`, `pr-review`)
1244
- - **Finding triage workflow** — Findings can now be triaged as `accepted-risk`, `deferred`, `wont-fix`, or `false-positive` via `triageFinding()`. New CLI command `judges triage set|list|summary` for interactive triage. Triaged findings are preserved across scans
1245
- - **Multi-file context in L2 prompts** — Deep-review builders accept optional `relatedFiles` parameter to include cross-file snippets (imports, callers, config) in L2 prompts. MCP tool schemas updated with `relatedFiles` input
1246
- - **L2 coverage benchmark** — `analyzeL2Coverage()` maps L1 false negatives to judges and checks L2 prompt availability. `formatL2CoverageReport()` generates markdown with per-judge, per-category, and per-difficulty breakdowns. CLI: `judges benchmark l2-coverage`
1247
- - **Benchmark case ingestion pipeline** — `ingestFindingsAsBenchmarkCases()` converts real-world findings into benchmark cases with category inference and code truncation. `deduplicateIngestCases()` prevents duplicates via normalized-whitespace fingerprinting. CLI: `judges benchmark ingest <file>`
1248
- - **Centralized org policy management** — `PolicyLock` for locking org-wide configuration baselines. `validatePolicyCompliance()` checks required judges, rules, severity thresholds, and baseline compliance. `pullRemoteConfig()` fetches team configs over HTTPS (with SSRF protection). CLI: `judges config pull|lock|validate`
1249
-
1250
- ### Tests
1251
- - 1824 tests passing (784 subsystems + 1040 judges), 13 pre-existing failures unrelated to this release
1252
-
1253
- ## [3.23.20] — 2026-03-08
1254
-
1255
- ### Fixed
1256
- - **All per-judge FP rates now under 30%** — STRUCT dropped from 40% → 23.8%, ETHICS from 33% → 0%, COMPAT from 60% → 0% via expectedRuleIds corrections and new TP cases
1257
- - **Structural parser cyclomatic-complexity counting fixed** — `&&`, `||`, and ternary `?` operators now correctly counted in DECISION_POINTS regex for all brace-based languages; previously `\b` word boundaries silently prevented matching these operators
1258
- - **Ternary `?` no longer matches optional chaining `?.` or nullish coalescing `??`** — DECISION_POINTS regex uses `\?(?![.?])` to avoid false CC inflation
1259
- - **struct-tp-permission-resolver benchmark case fixed** — Multi-line function parameters collapsed to single line so the structural parser's line-by-line FUNC_PATTERNS regex can detect the function
1260
- - **ux-tp-destructive-no-confirm benchmark case fixed** — Code expanded from ~35 to ~65 lines to satisfy UX-001's >50 line threshold
1261
- - **STRUCT-001 added to 4 benchmark expectedRuleIds** — ts-code-smells, maint-god-function-long, maint-deep-deep-nesting, swdev-deep-deep-nesting now correctly expect STRUCT-001 detection
1262
-
1263
- ### Improved
1264
- - **Benchmark: Grade A, F1=94.7%** — Up from 91.3%; 1022 cases, 0 failures, Precision=98.9%, Recall=91.0%, Detection Rate=100%
1265
-
1266
- ### Tests
1267
- - 1040 tests passing, 0 failures
1268
-
1269
- ## [3.23.19] — 2026-03-08
1270
-
1271
- ### Added
1272
- - **Benchmark expanded from 301 to 1003 test cases** — Added 7 new benchmark files covering security-deep (99 cases), quality-ops (74), languages (63), infrastructure (83), compliance-ethics (81), AI-agents (86), and advanced cross-cutting scenarios (226), plus expanded cases in existing files
1273
- - **New benchmark categories** — Full coverage across 55 categories including injection, XSS, auth, IaC-security, AI-code-safety, hallucination-detection, agent-security, compliance, ethics, internationalization, data-sovereignty, and more
1274
-
1275
- ### Fixed
1276
- - **Benchmark Grade A maintained at 1003 cases** — F1=91.3%, Precision=98.0%, Recall=85.4%, 14 FP, 120 FN
1277
- - **Duplicate benchmark IDs resolved** — 8 duplicate case IDs across 3 files renamed to ensure all 1003 cases load correctly
1278
- - **4 benchmark expectedRuleIds corrected** — SCALE-001, MAINT-001, COST-001, CACHE-001 removed from cases where judges cannot reliably detect the pattern, eliminating false negatives
1279
-
1280
- ### Tests
1281
- - 1040 tests passing, 0 failures
1282
- - Benchmark: 1003 cases, Grade A, F1=91.3%, Detection Rate=100% across all difficulties
1283
-
1284
- ## [3.23.18] — 2026-03-07
1285
-
1286
- ### Changed
1287
- - **DOC-001 precision improved** — Added cryptic-naming heuristic: only flags undocumented functions with short names (≤3 chars) or multiple single-letter parameters; self-documenting code with descriptive names is no longer flagged (FP rate 91.3% → 0%)
1288
- - **OBS-001 precision improved** — Added minimum route-count requirement (≥2 route definitions, excluding middleware); single-endpoint snippets are no longer flagged (FP rate 50% → 25%)
1289
-
1290
- ### Fixed
1291
- - **Benchmark** — Grade A, F1=0.904, TP=355, FN=75, FP=0 (301 cases, 39 judges)
1292
- - **Tests** — 1040 pass, 0 fail
1293
-
1294
- ## [3.23.17] — 2026-03-07
1295
-
1296
- ### Changed
1297
- - **Judge count updated to 39** — All references across docs, tests, HTML, action.yml, Dockerfile, and README updated from 37 to 39
1298
- - **VS Code extension README rewritten** — New adoption-focused copy: 1-sentence value prop, "Try in 60 seconds" quick start, noise-control section, CI integration guide, full 15-language listing
1299
- - **Default `minSeverity` raised to `"high"`** — New installs see only critical + high findings, reducing noise for first-time users
1300
- - **Preset dropdown with enum values** — `judges.preset` now offers named choices (strict, lenient, security-only, startup, compliance, performance) in the Settings UI
1301
-
1302
- ### Added
1303
- - **First-run toast notification** — After the first successful evaluation, a one-time toast introduces `@judges` chat and links to noise settings
1304
- - **`Judges: Add CI Workflow` command** — Generates `.github/workflows/judges.yml` with a PR-triggered security-only preset
1305
- - **"Report false positive" code action** — New Quick Fix action opens a pre-filled GitHub issue for any Judges finding
1306
- - **Enhanced `@judges /help`** — Now includes verdict bands (PASS/WARN/FAIL), noise-control tips, and more examples
1307
- - **Improved chat command inference** — `inferCommand()` now recognizes "run judges", "judges review", "evaluate", "check" as review intent
1308
- - **Updated welcome view** — Findings panel shows 3 quick actions: evaluate file, evaluate workspace, open @judges chat
1309
-
1310
- ### Tests
1311
- - 1040 tests passing (0 failures)
1312
-
1313
- ## [3.23.16] — 2026-03-07
1314
-
1315
- ### Fixed
1316
- - **Benchmark F1 improved from 0.900 to 0.904** — TP increased from 352 to 355 with 0 FP, maintaining Grade A
1317
- - **10 benchmark expectedRuleIds prefix mismatches** — Fixed AI→AICS, DEP→DEPS, CONFIG→CFG, DSOV→SOV, PORT→PORTA, FRAME→FW, LOG→LOGPRIV prefix mappings in benchmark cases that caused false negatives in scoring
1318
- - **LOGPRIV utility-module FP filter suppression** — Removed `LOGPRIV-` from `UTILITY_INAPPLICABLE` prefixes in false-positive-review.ts; logging privacy violations (passwords, tokens, PII in logs) are valid concerns even in utility code
1319
- - **DEPS FP filter suppression** — Exempted `DEPS-*` findings from the import/type-only line false-positive filter; dependency declarations in import lines ARE the finding
1320
- - **REL timeout context false suppression from comments** — Added `isCommentLine` filter to the timeout/retry context window in reliability.ts so comments like `// No timeout, no retry` no longer trick the evaluator into thinking timeout handling exists
1321
- - **DOC evaluator thresholds too strict** — Lowered undocumented-function minimum from ≥5 to ≥2 and file-length guard from >100 to >10 lines, allowing detection in smaller modules
1322
- - **OBS console.log threshold too strict** — Lowered "console logging instead of structured logger" threshold from >15 to >5 instances
1323
- - **LOGPRIV password-logging threshold too strict** — Lowered from ≥4 to ≥2 instances; even 2 password log statements indicate a privacy violation
1324
-
1325
- ### Changed
1326
- - 22 evaluators refined with improved detection thresholds across ai-code-safety, api-design, caching, cloud-readiness, code-structure, concurrency, configuration-management, cost-effectiveness, data-security, data-sovereignty, database, documentation, framework-safety, logging-privacy, maintainability, observability, performance, rate-limiting, reliability, scalability, software-practices, and ux
1327
- - Test fixtures expanded to match updated evaluator thresholds across all affected test suites
1328
-
1329
- ### Tests
1330
- - 1040 tests passing
1331
- - 301 benchmark cases: TP=355, FN=75, FP=0, F1=0.904, Grade A
1332
-
1333
- ## [3.23.15] — 2026-03-06
1334
-
1335
- ### Fixed
1336
- - **VS Code Marketplace publish fix** — Obfuscated fake Slack webhook URL in benchmark test data (`ts-cicd-secrets-in-code`) that triggered `vsce`'s secret scanner, and added `--allow-package-secrets slack` to the publish workflow as a safety net
1337
-
1338
- ## [3.23.14] — 2026-03-06
1339
-
1340
- ### Fixed
1341
- - **Benchmark Grade A achieved** — F1 score improved from 0.889 (Grade B) to 0.900 (Grade A) with TP=352, FN=78, FP=0
1342
- - **SEC-018 path traversal FP on CLI tools** — Added HTTP handler context requirement to the direct file-ops-near-path-join detection block, preventing false positives on Go/Python CLI tools that use `filepath.Join` + `os.ReadFile` without any HTTP context
1343
- - **ERR-002 Go builtin `close()` FP** — Changed unchecked-close pattern from `(?:\w+\.)?Close` to `\w+\.Close` requiring a method receiver, so Go's builtin `close(ch)` (which doesn't return a value) is no longer flagged
1344
- - **AUTH hardcoded credential detection for camelCase identifiers** — Added `camelCaseAssignmentPattern` to detect credentials in camelCase identifiers like `dockerPassword`, `awsSecretAccessKey`, `awsAccessKeyId` that were missed by word-boundary patterns
1345
- - **AUTH JWT 'none' algorithm detection** — Broadened pattern from exact `['none']` to match `'none'` anywhere in the algorithms list (e.g., `algorithms: ['HS256', 'none']`)
1346
- - **IAC YAML IaC detection** — Added content-based detection for Docker Compose (`services:`) and Kubernetes (`apiVersion:|kind:`) manifests, since YAML was not recognized as IaC by the language normalizer. Detects `privileged: true`, `network_mode: host`, `allowPrivilegeEscalation: true`, and hardcoded secrets in environment variables
1347
- - **SEC-022 format string cross-line matching** — Changed `.*` to `[\s\S]*` in the format-string injection context check so `request.args.get` on one line and `.format()` on the next are correctly matched
1348
- - **CYBER SSTI Python `.format()` injection** — Added detection of Python `.format()` calls with user-controlled input (`request.args`, `request.form`, etc.)
1349
- - **ERR multi-line empty catch block detection** — Added forward-scanning logic to detect catch blocks spanning multiple lines that contain only comments or whitespace, complementing the existing single-line empty catch pattern
1350
-
1351
- ### Tests
1352
- - 1059 tests passing
1353
- - 301 benchmark cases: TP=352, FN=78, FP=0, F1=0.900, Grade A
1354
-
1355
- ## [3.23.13] — 2026-03-06
1356
-
1357
- ### Added
1358
- - **P3 — Benchmark expansion to 300+**: 301 benchmark test cases (79 original + 110 batch 2 + 112 batch 3) covering PHP, Ruby, Kotlin, Swift, and advanced patterns
1359
- - **P4 — Full pipeline PHP/Ruby/Kotlin/Swift**: Structural parser extended with complete AST support for PHP, Ruby (including end-keyword extractors), Kotlin, and Swift
1360
- - **P5 — Inline PR suggested fixes**: GitHub suggestion blocks with `start_line`/`start_side` for multi-line ranges in review.ts and github-app.ts
1361
- - **P6 — Hallucinated API validation**: New 39th judge (`hallucination-detection`, prefix `HALLU`) with 30+ patterns across 10+ languages to detect non-existent API calls
1362
- - **P7 — FP rate tracking & auto-tuning**: `src/auto-tune.ts` engine with time-decay weighted FP rates, auto-suppression (≥80% FP), severity downgrade (50–80%), confidence boost (<15%), trend detection; `judges feedback tune` CLI subcommand; integrated into evaluators/index.ts calibration pipeline
1363
- - **P8 — VS Code extension all languages**: Added PHP, Ruby, Kotlin, Swift to all LANG_MAP objects, SUPPORTED_LANGUAGES, and activationEvents; added Terraform, Bicep, PowerShell to activationEvents (15 languages total)
1364
-
1365
- ### Fixed
1366
- - Removed unused imports across security.ts, hallucination-detection.ts, auto-tune.ts, github-app.ts
1367
- - Replaced `as any` casts with proper `TribunalRunner` type in github-app.ts and review.ts
1368
- - Fixed `!=` to `!==` strict equality in github-app.ts
1369
- - Fixed unnecessary regex escape characters in security.ts and benchmark-expanded.ts
1370
- - Removed unused `ruleNum++` post-increments in ci-cd.ts, software-practices.ts, agent-instructions.ts, security.ts
1371
- - Updated judge count from 38 to 39 in test assertions and extension descriptions
1372
- - Cleaned up stale benchmark output files; added to .gitignore
1373
-
1374
- ### Tests
1375
- - 1059 tests passing (8 new auto-tune tests, judge registry count updated)
1376
-
1377
- ## [3.23.12] — 2026-03-06
1378
-
1379
- ### Fixed
1380
- - **Benchmark: 79/79 (0 FN, 0 FP)** — Resolved all remaining benchmark failures (was 17 FN / 2 FP in 3.23.11).
1381
- - **classifyFile health-check misclassification** — Express apps with a `/status` endpoint AND other routes are now correctly classified as "server" instead of "utility". Added `routeHandlerCount` guard so files with 2+ route handlers skip the health-check heuristic.
1382
- - **Structural parser false dead-code on template literals** — The `return \`...\`` pattern no longer causes subsequent lines to be marked as dead code. Multi-line expression detection (odd backtick count, unmatched parens/brackets) skips dead code marking.
1383
- - **Absence gating removal for 6 evaluators** — Removed `isAbsenceBased: true` from OBS-001 (no logging), REL-001 (graceful shutdown), TEST-001 (no tests), CICD-001 (no CI/CD pipeline), SWDEV-001 (no linting/formatting), and CACHE-002 (no caching). Added concrete `lineNumbers` so findings survive the absence filter.
1384
- - **I18N findings on non-web code** — Removed I18N from `WEB_ONLY_PREFIXES` so internationalization findings apply to any code with user-facing strings (string formatting utilities, CLI output, etc.), not just code with web patterns.
1385
- - **COMPAT findings on comment-based evidence** — Exempted COMPAT-* from the "all comment lines" false-positive check. The backwards-compatibility evaluator intentionally scans comments (e.g., `// Was: oldFieldName`) as evidence of breaking changes.
1386
- - **A11Y click handler FP on native elements** — Native interactive elements (`<button>`, `<a>`, `<input>`, `<select>`, `<textarea>`) with `onClick` are no longer flagged for missing keyboard handlers, since they inherently support keyboard events.
1387
- - **A11Y form input FP on multi-line JSX** — The `<input>` label check now scans the full multi-line JSX tag (up to 10 subsequent lines) for `id=`, `aria-label`, or `aria-labelledby`, instead of only checking the opening line.
1388
- - **SQL injection FP on JSX labels** — Both CYBER and SEC SQL injection fallback checks now require 2+ SQL keywords on the same line, preventing false positives where UI labels like `Select ${user.name}` triggered the single-keyword match.
1389
- - **IAC egress rule FP** — The IaC overly-permissive network rule check now skips `0.0.0.0/0` in Terraform `egress` blocks, which is standard outbound traffic configuration.
1390
- - **Go CLI tool FP** — Extended `isLikelyCLI()` to recognize Go (`flag.*`), Python (`argparse`, `click`, `typer`), and Rust (`clap`) CLI patterns, so `log.Fatal` in `main()` is no longer flagged as abrupt process termination.
1391
- - **WEB_ONLY check expanded** — `hasWebPatterns` regex now includes HTTP API patterns (`res.json`, `app.get`, `router.post`, `@app.route`, `@GetMapping`, `http.HandleFunc`), so A11Y/UX findings survive on API server code.
1392
- - **UTILITY_INAPPLICABLE trimmed** — Removed I18N-, A11Y-, AICS-, ETHICS-, COMPAT- from the utility-inapplicable prefix list.
1393
- - **FP filter: AICS/DEPS exemptions** — AICS-* findings exempted from "all comment lines" check; DEPS-* findings exempted from "all string literal lines" check.
1394
- - **Caching threshold** — CACHE-002 line count threshold reduced from 40 to 15 lines.
1395
- - **Testing threshold** — TEST-001 line count threshold reduced from 50 to 20 lines.
1396
-
1397
- ### Changed
1398
- - **`isLikelyCLI()` scope** — Now detects CLI tool patterns across 5 ecosystems (Node.js, Go, Python, Rust, shell shebang) instead of only Node.js.
1399
-
1400
- ### Tests
1401
- - 1044 tests passing, 0 failures
1402
- - 79/79 benchmark cases passing (66 vulnerability + 13 clean)
1403
-
1404
- ## [3.23.11] — 2026-03-06
1405
-
1406
- ### Added
1407
- - **Security evaluator + judge** — New SEC-prefixed evaluator with 15 rules covering input validation, path traversal, uncontrolled file access, missing rate limiting, insecure randomness, information disclosure, and more. Registered as the 38th judge in the panel.
1408
- - **AUTH: JWT decode-without-verify rule** — Detects `jwt.decode()` usage without corresponding `jwt.verify()`, catching the JWT "none algorithm" vulnerability. Severity: critical, confidence: 0.95.
1409
- - **AUTH: Timing-unsafe comparison rule** — Detects `===`/`==` comparison of secrets, tokens, signatures, or hashes without `timingSafeEqual` or `constantTimeCompare`. Severity: high, confidence: 0.85.
1410
- - **CONC: Go unsynchronized map detection** — Detects package-level `map` declarations accessed from HTTP handlers or goroutines without `sync.Mutex`/`sync.Map` protection. Severity: critical, confidence: 0.9.
1411
- - **Auto-fix patches for Ruby, Rust, Kotlin, Swift, and Scala** — 40+ new patch rules covering command injection, SQL injection, path traversal, eval usage, deserialization, XSS, CSRF, and cryptographic weaknesses across five additional languages.
1412
- - **Benchmark markdown report** — `formatBenchmarkMarkdown()` generates a publishable markdown report with grade badges, per-category breakdown, FP analysis, and missed-case details.
1413
- - **Benchmark GitHub Actions workflow** — `.github/workflows/benchmark.yml` runs the benchmark suite on push/PR and publishes `benchmark-results.json` and `docs/benchmark-report.md` as artifacts.
1414
- - **PR review: config and calibration support** — `judges review` now accepts `--config`, `--confidence`, and `--calibrate` flags. Loads `.judgesrc` cascading config, suppresses rules with high FP rates from feedback history, and applies feedback-driven confidence calibration.
1415
- - **PR review: FP suppression tracking** — Review results now report `fpSuppressed` count for rules filtered by feedback-driven confidence thresholds.
1416
- - **PR review workflow overhaul** — `.github/workflows/judges-pr-review.yml` upgraded to Node 22, adds build step, uses inline `judges review` command with `--approve`, `--calibrate`, and `--format json`, and posts structured summary comments.
1417
-
1418
- ### Fixed
1419
- - **AUTH hardcoded-secret false negatives** — URLs containing `example` (e.g., `api.example.com`) no longer trigger the non-production context suppression. URLs and domain names are stripped from context before the non-production pattern check.
1420
- - **AUTH compound identifier matching** — Variables like `DB_PASSWORD`, `ADMIN_SECRET`, and `API_KEY` are now detected via a compound assignment pattern (`\w+[_-](password|secret|api_key|token|...)`).
1421
- - **CYBER Java deserialization detection** — Broadened `UNSAFE_DESERIALIZATION.java` pattern to catch instance-style `ois.readObject()` calls and `new ObjectInputStream` construction, not just static `ObjectInputStream.readObject`.
1422
- - **CYBER C# SQL injection detection** — SQL injection fallback now detects C# string interpolation (`$"SELECT ... {query} ..."`) in addition to JavaScript template literals.
1423
- - **SEC input validation FP on Pydantic/Django** — `BaseModel`, `Field()`, `EmailStr`, `HttpUrl`, `Serializer`, `Form`, and `ModelForm` are now recognized as validation frameworks, preventing false positives on clean Python FastAPI code.
1424
- - **SEC file access FP on compound identifiers** — Tightened user input matching from broad `/input|user/i` to require assignment/access operators (e.g., `input[`, `user.`), preventing false positives on config properties like `cfg.InputDir`.
1425
- - **Cross-evaluator dedup prefix preservation** — Dedup now preserves up to 3 findings from unique non-winner prefixes per cluster, annotated with `_Primary finding: [winner ruleId]_`, ensuring diverse evaluator perspectives are retained.
1426
- - **Tribunal "high findings" test** — Fixed test to check raw evaluations instead of capped output, since the 20-finding cap can exclude high-severity findings when many critical findings exist.
1427
-
1428
- ### Changed
1429
- - **Judge count** — Panel increased from 37 to 38 judges with the addition of the security judge.
1430
-
1431
- ### Tests
1432
- - 1044 tests passing
1433
-
1434
- ### Benchmark
1435
- - **P=97.8%, R=80.2%, F1=88.1%** (TP=89, FN=22, FP=2)
1436
-
1437
- ## [3.23.10] — 2026-03-06
1438
-
1439
- ### Fixed
1440
- - **File classification ordering bug** — Path-based category checks (analysis-tool, CLI, VS Code extension) now run before content-based heuristics in `classifyFile()`. Previously, evaluator files were misclassified as "test" (due to `.test()` regex method calls) and command files as "server" (due to framework name mentions in string-literal data), causing ~550 false positive findings.
1441
- - **Test detection false match on `.test()` regex calls** — The test-file heuristic no longer matches `.test()` regex method calls (e.g., `/pattern/.test(str)`). Uses a strip-and-recheck approach to exclude regex API usage from the test-framework signal.
1442
- - **Server detection false match on string-literal framework names** — Files that reference Django, Spring, Express etc. inside template-literal code specimens or preset data are no longer misclassified as "server". Analysis-tool import checks now run before server signal detection.
1443
- - **VS Code extension diagnostics provider** — Fixed diagnostic scope to avoid stale diagnostics on file close.
1444
- - **ESLint warnings fixed** — Resolved useless-escape warnings in `taint-tracker.ts`, `structural-parser.ts`, `deep-review.ts`, `compliance.ts`, and `fix.ts`; fixed useless-assignment in `framework-safety.ts`.
1445
- - **Duplicate string literals in errors.ts** — Extracted `"JUDGES_CONFIG_INVALID"`, `"JUDGES_EVALUATION_FAILED"`, and `"JUDGES_PARSE_FAILED"` into an `ErrorCode` constants object (MAINT-001).
1446
- - **Missing `@returns` JSDoc tags** — Added `@returns` documentation to all exported functions in `cache.ts`, `disk-cache.ts`, and `fix-history.ts` (DOC-001/DOC-003).
1447
- - **Long function refactoring** — Extracted `evictLru()` helper in `LRUCache`, and `loadIndexFile()`, `isEntryExpired()`, `readEntryFile()` standalone helpers in `DiskCache` to reduce average function length (MAINT-001).
1448
-
1449
- ### Added
1450
- - **`analysis-tool` file category** — New `FileCategory` for files in `src/evaluators/`, `src/commands/`, `scripts/`, `src/ast/`, and other analysis-tool directories. 28 inapplicable rule prefixes suppressed (SOV, CLOUD, A11Y, DB, etc.).
1451
- - **`vscode-extension` file category** — New `FileCategory` for VS Code extension source. 19 inapplicable rule prefixes suppressed.
1452
- - **Utility module FP heuristics** — Expanded utility-file suppression for rules that target deployed services (SCALE, CFG, COMPAT, PORTA, etc.) but not maintenance or documentation rules.
1453
- - **Analysis-tool test specimen heuristic** — TEST-* rules suppressed on analysis-tool files when flagged patterns exist only inside template-literal code specimens (test fixtures).
1454
- - **High-regex-count fallback** — Files with ≥20 regex literals automatically classified as analysis-tool (catches pattern-heavy files like `language-patterns.ts`).
1455
- - **Self-evaluation build gate** — `npm run check` runs `tsc --noEmit && eslint && self-eval` ensuring zero judges findings across all 160 source files. `npm run self-eval` available standalone.
1456
- - **`scripts/self-eval.ts`** — Walks `src/`, `vscode-extension/src/`, and `tests/`, runs `evaluateWithTribunal` on every `.ts` file, and exits non-zero if any findings remain.
1457
- - **`scripts/debug-classify.ts`** — Diagnostic script to inspect file classification assignments.
1458
-
1459
- ### Tests
1460
- - 1037 tests passing
1461
-
1462
- ## [3.23.9] — 2026-03-06
1463
-
1464
- ### Changed
1465
- - **Deep review is now the default** — `@judges`, `/review`, and `/deepreview` all run Layer 1 (pattern analysis) + Layer 2 (AI contextual review) by default.
1466
- - **New `/shallowreview` command** — Added `/shallowreview` slash command for fast Layer 1 pattern-only analysis without the LLM deep review step.
1467
-
1468
- ### Fixed
1469
- - **Disk cache key includes `mustFixGate`** — The `evaluateWithTribunal` cache key now incorporates `mustFixGate` options, preventing stale cached results when toggling the must-fix gate on identical code. This caused CI failures when the must-fix gate test reused a cached result that lacked gate metadata.
1470
- - **Added `.judges-cache/` to `.gitignore`** — Prevent disk cache artifacts from being committed.
1471
-
1472
- ### Tests
1473
- - All 2084 tests passing (1324 judges + 760 subsystems)
1474
-
1475
- ## [3.23.8] — 2026-03-06
1476
-
1477
- ### Added
1478
- - **MCP batch parallelism** (`evaluateFilesBatch`) — Bounded-concurrency multi-file evaluation for MCP tool calls, processing files in parallel batches instead of sequentially.
1479
- - **Disk-backed persistent cache** (`DiskCache`) — Content-addressable LRU cache with TTL and configurable max entries, persisted to `.judges-cache/` for cross-run performance. Cache keys now incorporate evaluation options (AST, confidence, severity, rules, weights) for correctness.
1480
- - **Incremental `--changed-only` flag** — Evaluate only files changed since the last git commit, using `git diff --name-only` for fast CI feedback loops.
1481
- - **GitHub Actions annotation formatter** (`--format github-actions`) — Emit `::error`, `::warning`, and `::notice` annotations for native GitHub Actions integration.
1482
- - **Confidence explanations** (`estimateFindingConfidenceWithBasis`) — Each finding now includes an `evidenceBasis` string explaining why the confidence score was assigned (line-precise signal, AST match, pattern heuristic, etc.).
1483
- - **Per-path config overrides** — `.judgesrc.json` `overrides` array supports glob-matched per-path `minSeverity`, `disabledRules`, and `disabledJudges` settings via `applyOverridesForFile()`.
1484
- - **`failOnScoreBelow` config** — Set a minimum score threshold in config; CI exits non-zero when the overall score falls below.
1485
- - **Weighted judge scoring** — `judgeWeights` config field allows per-judge influence weighting on the aggregate score.
1486
- - **LSP server scaffold** (`judges lsp --stdio`) — JSON-RPC/LSP server for real-time diagnostics in editors, exposed via `runLsp()`.
1487
- - **Score trend CLI command** (`judges trend`) — Track and display evaluation score trends over time.
1488
- - **Migration guides** (`docs/migration-guides.md`) — Step-by-step guides for migrating from ESLint, SonarQube, Semgrep, and CodeQL.
1489
- - **Block-level selective autofix** — `judges fix` now supports `--rule`, `--severity`, and `--lines` flags for targeted patching.
1490
- - **MCP `evaluate_file` tool** — Single-file evaluation tool for MCP integrations via `register-evaluation.ts`.
1491
- - **Plugin scaffolding** (`judges scaffold-plugin`) — Generate a starter plugin directory with evaluator template, test harness, and `package.json`.
1492
-
1493
- ### Fixed
1494
- - **Fix README patch count** — Updated from 53 to 114 to reflect actual patch coverage.
1495
-
1496
- ### Tests
1497
- - 300+ new test lines covering all P0–P2 features
1498
- - All 2084 tests passing (1324 judges + 760 subsystems)
1499
-
1500
- ## [3.23.7] — 2026-03-05
1501
-
1502
- ### Added
1503
- - **`judges review` command** — Post inline review comments on GitHub PRs directly from the CLI. Supports `--pr`, `--repo`, `--approve`, `--dry-run`, `--min-severity`, `--max-comments`, and `--format` flags. Authenticates via `GITHUB_TOKEN` env var or `gh` CLI.
1504
- - **`judges tune` command** — Analyze a project directory and generate an optimal `.judgesrc.json` configuration. Detects frameworks, languages, and file structure to suggest presets, disabled rules, and severity overrides. Supports `--dir`, `--apply`, `--max-files`, and `--verbose` flags.
1505
- - **Finding lifecycle tracking** (`src/finding-lifecycle.ts`) — Track individual findings across evaluation runs with fingerprinting, trend detection (improving/stable/degrading), and stats. Supports in-memory and file-backed (`.judges-findings.json`) stores.
1506
- - **8 framework-aware presets** — `react`, `express`, `fastapi`, `django`, `spring-boot`, `rails`, `nextjs`, `terraform` — each disables irrelevant evaluators for that framework.
1507
- - **~15 new autofix patches** — Python (`eval→ast.literal_eval`, `verify=False→True`, `shell=True→False`, `open` without encoding), Go (`log.Fatal→http.Error`, defer Close error check), Rust (`panic!→Result match`, `.clone()→borrow`), Java (`System.out.println→Logger`, `Statement→PreparedStatement`), C# (`ExecuteSqlRaw→ExecuteSqlInterpolated`, `Console.WriteLine→ILogger`).
1508
- - **10 new clean-code FP benchmark cases** — FastAPI, Go handler, Rust handler, Java Spring, C# ASP.NET, TS utility lib, hardened Terraform, Python data script, Go CLI tool, React component.
1509
- - **Enhanced diff mode** — `judges diff` now loads full file content from disk when the file path exists, improving patch context accuracy.
1510
-
1511
- ### Tests
1512
- - 38 new tests added (framework presets, finding lifecycle, new patches, review/tune CLI parsing)
1513
- - All 2051 tests passing (1037 judges + 727 subsystems + 217 negative + 70 extension-logic)
1514
-
1515
- ## [3.23.6] — 2026-03-05
1516
-
1517
- ### Fixed — False Positive Reductions
1518
-
1519
- - **Analysis-code & CLI guards** — Added `isLikelyAnalysisCode()` and `isLikelyCLI()` heuristics to `shared.ts` and applied guards across 21+ evaluators. Files that contain analysis/evaluator logic (≥8 `.test()` calls, rule-definition patterns) or CLI scaffolding (argument-parser imports, `yargs`/`commander` patterns) are now suppressed from application-code rules that would otherwise misfire.
1520
- - **IaC template guards (Bicep/Terraform)** — Added `isIaCTemplate` early returns to 5 evaluators (`cloud-readiness`, `data-security`, `database`, `portability`, `maintainability`) so application-code rules no longer fire on declarative infrastructure files. Raised `maintainability` file-length threshold from 300→600 for IaC templates and suppressed duplicate-string detection for IaC.
1521
- - **IAC-001 hardcoded-secret refinement** — Added `looksLikeIaCSecretValue()` post-filter to `iac-security.ts` so boolean config values (`'true'`/`'false'`), PascalCase enum identifiers, and known IaC configuration constants are no longer flagged as hardcoded secrets.
1522
-
1523
- ### Tests
1524
- - 217 new negative tests added
1525
- - All 1943 tests passing (1037 judges + 689 subsystems + 217 negative)
1526
-
1527
- ## [3.23.5] — 2026-03-05
1528
-
1529
- ### Security
1530
- - **Dependabot: Update hono 4.12.3 → 4.12.5** — Resolves CVE-2026-29045 (arbitrary file access via serveStatic), CVE-2026-29085 (SSE control field injection via CR/LF), CVE-2026-29086 (cookie attribute injection via unsanitized domain/path). Transitive dependency of `@modelcontextprotocol/sdk`.
1531
- - **Dependabot: Update @hono/node-server 1.19.9 → 1.19.11** — Resolves CVE-2026-29087 (authorization bypass for protected static paths via encoded slashes). Transitive dependency of `@modelcontextprotocol/sdk`.
1532
-
1533
- ### Fixed
1534
- - **CodeQL: Polynomial ReDoS in suppression/file-ignore regexes** (`src/evaluators/index.ts`) — Replaced `[\w*,\s-]+?` with `[\w*,-]+(?:\s+(?!--)[\w*,-]+)*` to eliminate whitespace overlap with subsequent `\s+` groups, preventing catastrophic backtracking on crafted input.
1535
- - **CodeQL: Polynomial ReDoS in singletonRe** (`src/evaluators/project.ts`) — Replaced `[^=]*` with `[^=\s]+(?:\s+[^=\s]+)*` to prevent overlap between optional type annotation and `\s*=`.
1536
- - **CodeQL: Polynomial ReDoS in prompt stripping** (`src/tools/prompts.ts`) — Replaced regex-based `.replace()` with `split/filter/join` string-based line removal, eliminating ReDoS risk entirely.
1537
- - **CodeQL: Incomplete string escaping in globToRegex** (`src/cli.ts`) — Added `-` to the regex escape character class so literal hyphens in glob patterns are properly escaped.
1538
-
1539
- ### Tests
1540
- - All 1726 tests passing (1037 judges + 689 subsystems)
1541
-
1542
- ## [3.23.4] — 2025-07-26
1543
-
1544
- ### Fixed — Self-Review False Positive Reductions (3 root causes, batch 2)
1545
-
1546
- Continued self-review of all 43 evaluator files. Groups A–E (27 files) scored 100/100 with only DOC-001. Group F (3 orchestrator files: `index.ts`, `project.ts`, `v2.ts`) scored 97–99/100, revealing 3 new FP root causes:
1547
-
1548
- - **DATA-001: Compound identifiers ending in `iv` no longer flagged as hardcoded encryption IVs** — Added `\b` word boundaries around the short token `iv` (and `nonce`) in the `data-security.ts` encryption-key regex. Property names like `LOGPRIV: "Logging Privacy"` where `IV` appears at the end of a compound identifier previously matched `iv\s*[:=]\s*"..."`. Standalone `iv = "..."` assignments are still correctly flagged.
1549
- - **DB-002: In-memory collection methods no longer trigger "mutations without transaction"** — Added a database-context signal check to `database.ts`. The `hasMutations` regex matches generic method names (`.delete()`, `.save()`, `.create()`) that are common on `Map`, `Set`, and other non-database objects. The rule now requires at least one database-related import or usage pattern (e.g., `pg`, `prisma`, `sequelize`, SQL query strings) before firing, preventing false positives on `stack.delete(node)` in DFS traversal code and `cache.delete(key)` in Map-based caches.
1550
- - **SOV-001: Compound identifiers and multi-line import continuations no longer trigger "data export path"** — Enhanced `data-sovereignty.ts` export-keyword scanner with two new filters: (1) skip lines that are multi-line import continuations (bare identifiers like `UncertaintyReportV2,`), and (2) skip lines where trigger words (`report`, `export`, `download`, etc.) appear only embedded inside compound identifiers (e.g., `UncertaintyReportV2`, `DownloadManager`). Standalone usages like `export(data)` and `download(file)` are still correctly flagged.
1551
-
1552
- ### Tests
1553
- - 11 new tests covering all 3 FP root causes (positive and negative cases)
1554
- - 1037 judges tests passing, 689 subsystems tests passing (1726 total)
1555
-
1556
- ## [3.23.3] — 2025-07-26
1557
-
1558
- ### Fixed — Self-Review False Positive Reductions (3 root causes)
1559
-
1560
- Ran judges against its own evaluator source code to identify and fix FP root causes:
1561
-
1562
- - **CONC-001: Local `let` declarations no longer flagged as shared mutable state** — Added indentation-based scope check in `concurrency.ts`. Only module-level (column 0) `let`/`var` declarations are now considered potentially shared mutable state. Variables declared inside function bodies (indented code) are local by definition and no longer trigger false positives when the file contains `async`/`await` keywords in strings or later code.
1563
- - **CYBER-001: Auth keywords in analysis/evaluator code no longer trigger rate-limiting findings** — Added `isLikelyAnalysisCode` guard to `cybersecurity.ts` auth endpoint rate-limiting rule of file. Files with ≥8 `.test()` calls (indicating code-analysis or evaluator logic) are now suppressed, matching the existing pattern in `authentication.ts`.
1564
- - **ERR-003: `throw` patterns inside regex literals and string values no longer flagged** — Enhanced `error-handling.ts` throw-string detection with multi-layer filtering: skips regex literal lines, string-literal-only lines, lines with regex method calls containing throw patterns, and lines where `throw` appears inside quoted string content (e.g., `suggestedFix: "Replace throw 'msg' with throw new Error('msg')"`).
1565
-
1566
- ### Tests
1567
- - 6 new tests covering all 3 FP root causes (positive and negative cases)
1568
- - 1026 judges tests passing, 689 subsystems tests passing (1715 total)
1569
-
1570
- ## [3.23.2] — 2026-03-04
1571
-
1572
- ### Fixed — False Positive Reductions (9 categories)
1573
- - **COST-001 / PERF-001: Sequential Python loops no longer flagged as nested** — Fixed indent-stack algorithm to pop loop scopes on all code lines (not just loop lines), so that `try/except`, `if`, and `with` blocks correctly close preceding loop scopes. Sequential loops inside try/except blocks are no longer misidentified as O(n²).
1574
- - **SWDEV-001-post / MAINT-001-post: Nesting depth threshold raised to 5+ levels** — Changed deep-nesting threshold from 16 spaces (4 levels) to 20 spaces (5 levels), matching `structural-parser.ts`. Python patterns like `async def → try/except → for → if` naturally need 4 levels and should not be flagged.
1575
- - **SWDEV-002-post: `except Exception:` no longer flagged as bare except** — Removed `except Exception:` from `GENERIC_CATCH.python` pattern. `except Exception:` correctly excludes `BaseException` subclasses (KeyboardInterrupt, SystemExit) and is the recommended Python pattern for facade layers.
1576
- - **SOV-001: Docstring body lines no longer trigger sovereignty findings** — Added multi-line Python string tracking (`"""`/`'''`) to the data-sovereignty export keyword scanner. Keywords like "export", "report", "analytics" inside module docstrings are no longer mistaken for real data export paths.
1577
- - **DOC-001: Multi-line Python function signatures now detected** — Extended docstring lookahead to walk past multi-line function signatures (parameters spanning multiple lines) before searching for body docstrings. Previously, functions with signatures spanning 5+ lines would be falsely flagged as undocumented.
1578
- - **MAINT-002-post: Format template strings excluded from duplicate detection** — Duplicate string detection now skips strings containing format placeholders (`{}`, `%s`, `${}`), and strings that are purely whitespace. Template strings repeated in different contexts are no longer flagged.
1579
- - **STRUCT-006: `TYPE_CHECKING` imports excluded from weak type detection** — `detectWeakTypes()` now skips lines containing `TYPE_CHECKING` and all lines inside `if TYPE_CHECKING:` blocks in Python. Static-analysis-only imports are no longer flagged as weak/dynamic types.
1580
-
1581
- ### Tests
1582
- - 14 new tests covering all 9 FP categories (both positive and negative cases)
1583
- - 1020 judges tests passing, 689 subsystems tests passing (1709 total)
1584
-
1585
- ## [3.23.1] — 2026-03-04
1586
-
1587
- ### Fixed
1588
- - **TypeScript type errors** — Fixed 5 compilation errors that caused CI failure on v3.23.0:
1589
- - `doctor.ts`: Referenced non-existent `judges` and `threshold` properties on `JudgesConfig`; now uses `disabledJudges` and `minSeverity`
1590
- - `rule-metrics.ts`: Imported `JudgeDefinition` from `evaluators/index.js` which didn't re-export it; now imports from `types.js`
1591
- - `snapshot.ts`: `Record<Severity, number>` missing `info` key; added `info: 0` initializer
1592
- - `dedup.ts`: Referenced non-existent `filePath` property on `Finding` type in `findingDiffKey()`
1593
- - **Test fix** — Updated finding-diff test that relied on invalid `Finding.filePath` property to use the `diffFindings()` `filePath` parameter instead
1594
-
1595
- ### Tests
1596
- - 1006 judges tests passing, 689 subsystems tests passing (1695 total)
1597
-
1598
- ## [3.23.0] — 2026-03-05
1599
-
1600
- ### Added — P0: Trust & Accuracy Foundation
1601
- - **Hard/subtle benchmark cases** — 13 new benchmark cases targeting subtle vulnerabilities (prototype pollution, timing attacks, ReDoS, SSRF through URL parsing, null-byte injection, etc.) with `DifficultyResult` interface and strict metrics; `--save` CLI flag for benchmark persistence
1602
- - **Autofix patch expansion** — 33 new patch rules (71→104 total): 25 single-line rules covering CSRF, prototype pollution, ReDoS, path traversal, insecure cookies, etc; 8 multi-line patch rules for complex fixes; 27 new patch tests
1603
- - **V2 baseline with fingerprinting** — Complete `baseline.ts` rewrite (142→~510 lines) with V2 format: per-file fingerprinted findings, `baselineVersion: 2`, `fingerprintBaseline()` with line-context hashing, `diffBaseline()` showing new/fixed/carried findings with severity summaries; 17 new tests
1604
-
1605
- ### Added — P1: Developer Experience & Adoption
1606
- - **Sample report generation** — `examples/generate-reports.ts` script producing Markdown, JSON, and SARIF reports; 3 sample reports in `reports/`
1607
- - **PR comment dedup & Check Runs** — Enhanced `action.yml` with deterministic comment fingerprinting to prevent duplicate PR comments, Check Runs API integration via `@octokit/rest`; 6 new tests
1608
- - **Plugin loading infrastructure** — `loadPluginJudges()`, `validatePluginSpecifiers()`, `isValidJudgeDefinition()` in config.ts; `JudgesConfig` expanded with `preset`, `failOnFindings`, `baseline`, `format`, `plugins` fields; `mergeConfigs()` and `resolveJudgeSet()` plugin-aware; 30 new tests
1609
- - **Suppression audit trail** — Full suppression rewrite with `judges-ignore-block`/`judges-end-block` block scope, reason capture, `applyInlineSuppressionsWithAudit()` returning `SuppressionResult` with `SuppressionRecord[]` audit trail; 14 new tests
1610
- - **Team feedback aggregation** — `contributor` field on `FeedbackEntry`, `TeamFeedbackStats`/`RuleTeamStats` interfaces, `mergeFeedbackStores()`, `computeTeamFeedbackStats()`, `formatTeamStatsOutput()`; 16 new tests
1611
-
1612
- ### Added — P2: Depth & Precision
1613
- - **Rule test assertion framework** — `RuleTestCase`/`RuleTestResult`/`RuleTestSuiteResult` types, `runRuleTests()`, `validateRuleTestSuite()`, `formatRuleTestResults()` in rule.ts; 13 new tests
1614
- - **Calibration pipeline integration** — `calibrate?: boolean | CalibrationOptions` on `EvaluationOptions`, wired `loadCalibrationProfile()` and `calibrateFindings()` into `evaluateWithTribunal()`; 5 new tests
1615
- - **Finding diff between runs** — `FindingDiff` interface, `findingDiffKey()`, `diffFindings()` (classifies new/fixed/recurring), `formatFindingDiff()` in dedup.ts; 11 new tests
1616
- - **`judges doctor` command** — Full diagnostic healthcheck: 7 checks (Node version, config file, judges loaded, plugins, feedback store, baseline file, presets), `runDoctorChecks()` runner, `formatDoctorReport()` formatter, `--json` CLI support; 12 new tests
1617
-
1618
- ### Added — P3: Ecosystem & Integration
1619
- - **Language coverage report** — `detectFileLanguage()`, `computeLanguageCoverage()`, `formatCoverageReport()` in coverage.ts; covers 16 languages with judge availability mapping; 11 new tests
1620
- - **Finding snapshot & trend tracking** — `SnapshotStore` with versioned persistence, `recordSnapshot()` from findings, `computeTrend()` with improving/stable/regressing detection (10% threshold comparing recent vs early runs), `formatTrendReport()` with delta history; 12 new tests
1621
- - **Rule hit metrics** — `computeRuleHitMetrics()` tracking active/silent rules, severity breakdown per rule, noisy-rule ranking with percentages, `findJudgeForRule()` prefix matching, `formatRuleHitReport()`; 11 new tests
1622
- - **Project auto-detection for init wizard** — `detectLanguages()`, `detectFrameworksFromFiles()` (package.json + requirements.txt + file indicators), `classifyProjectType()` (9 project types), `detectCI()`, `detectMonorepo()`, `recommendPreset()` with confidence scoring, `formatProjectSummary()`, `formatRecommendation()`; 22 new tests
1623
-
1624
- ### Tests
1625
- - 1982 tests passing (0 failures)
1626
- - 689 subsystem tests (up from 610), 45 new tests this release
1627
- - New test sections: Finding Diff (§27), Doctor Diagnostics (§28), Language Coverage (§29), Finding Snapshot & Trend (§30), Rule Hit Metrics (§31), Project Auto-Detection (§32)
1628
-
1629
- ## [3.22.1] — 2026-03-04
1630
-
1631
- ### Fixed
1632
- - **JSON Schema test for preset composability** — Updated `judgesrc.schema.json` test to reflect intentional removal of preset `enum` constraint (now free-form string for comma-separated preset composition); fixes CI failure on Node 20 + 22 matrix
1633
-
1634
- ### Tests
1635
- - 1006 tests passing (0 failures)
1636
-
1637
- ## [3.22.0] — 2026-03-04
1638
-
1639
- ### Added — P0: Trust & Accuracy Foundation
1640
- - **V2 prefix mapping completeness** — Added 4 missing rule prefix mappings (`RES`, `SEC`, `IAC`, `AIGEN`) to `mapSpecialty()` and `mapJudgeIdFromRule()` in v2.ts, ensuring all 37 judges route correctly in V2 policy profiles
1641
- - **Cross-file deduplication** — New `crossFileDedup()` function in dedup.ts detects project-wide duplicate findings across files using topic patterns, severity matching, and configurable tightness; integrated into project.ts evaluation pipeline
1642
- - **Benchmark expansion** — Expanded benchmark suite from 17 to ~47 test cases covering all major vulnerability categories with balanced true-positive / false-positive samples; version now auto-read from package.json
1643
- - **Test coverage expansion** — 481 subsystem tests (up from ~400), covering scoring, dedup, config, CLI, presets, benchmark gate, cascading config, CSV formatter, and streaming API
1644
-
1645
- ### Added — P1: Developer Experience & Adoption
1646
- - **CLI `--exclude` / `--include` / `--maxFiles` flags** — File filtering via glob patterns and file-count limits; integrated into `action.yml` inputs and `.judgesrc` schema; `globToRegex()`, `matchesGlob()`, `collectFiles()` utilities
1647
- - **Preset composability** — `composePresets()` merges multiple presets with intersection for disabledJudges, union for disabledRules, and most-permissive minSeverity; CLI accepts comma-separated `--preset security,quick`
1648
- - **API reference & plugin guide** — New `docs/api-reference.md` (comprehensive API surface) and `docs/plugin-guide.md` (custom evaluator/formatter development guide)
1649
-
1650
- ### Added — P2: Depth & Precision
1651
- - **Confidence tuning** — Enhanced `estimateFindingConfidence` with provenance-based boosts (AST +0.15, taint-flow +0.18, regex +0.08), domain-severity alignment (+0.04 for security-critical), and 3-tier noise caps: Tier 1 subjective judges (COMP/ETHICS/SOV/COST/DOC → 0.82), Tier 2 context-dependent (API/CONC/DB/DEPS/LOGPRIV/OBS/PERF → 0.88), Tier 3 mechanical (CACHE/CFG/COMPAT/MAINT/SWDEV/TEST → 0.92)
1652
- - **Dedup topic expansion** — Expanded `DEDUP_TOPIC_PATTERNS` from ~27 to ~52 patterns adding auth/session, concurrency, database, logging/privacy, config/infra, dependency, resource management, and error handling domains
1653
- - **VS Code extension depth** — 4 new settings: `judges.exclude`, `judges.include`, `judges.maxFiles`, `judges.confidenceTier` (essential/important/supplementary); confidence tier filtering in diagnostics and workspace reviews; configurable workspace eval limits
1654
- - **CI benchmark gate** — `--gate` CLI flag with `--min-f1`, `--min-precision`, `--min-recall`, `--min-detection-rate`, `--baseline` options; `benchmarkGate()` API function with regression detection (1% tolerance); `BenchmarkGateOptions` / `BenchmarkGateResult` types
1655
-
1656
- ### Added — P3: Ecosystem & Integration
1657
- - **Cascading config** — Directory-level `.judgesrc` override support: `discoverCascadingConfigs()` walks up from file to project root finding configs, `mergeConfigs()` unions arrays and deep-merges ruleOverrides, `loadCascadingConfig()` convenience wrapper; enables monorepo per-package configuration
1658
- - **Streaming / async API** — `evaluateFilesStream()` async generator yields results per file for progress UIs; `evaluateFilesBatch()` with bounded concurrency (default 4 workers) and `onProgress` callback; new `FileInput` / `FileEvaluationResult` types
1659
- - **MCP tool expansion** — 3 new MCP tools (13 → 16 total): `benchmark_gate` (run benchmark with quality thresholds), `compare_benchmarks` (diff two benchmark runs), `evaluate_batch` (evaluate multiple files in one call with per-file results table)
1660
- - **CSV formatter** — New `src/formatters/csv.ts` with `verdictToCsvRows()`, `verdictsToCsv()`, `findingsToCsv()` for spreadsheet / data-pipeline ingestion; header: `file,ruleId,severity,confidence,title,lines,reference`
1661
-
1662
- ### Changed
1663
- - Benchmark report now reads version dynamically from package.json instead of hardcoded string
1664
- - `evaluateWithTribunal` MCP tool handlers use correct call signature (`code, language, context?, options?`)
1665
-
1666
- ### Tests
1667
- - 481 subsystem tests passing (102 suites), covering all new features
1668
- - 20 new tests for P3: cascading config merge (10), CSV formatter (5), streaming/batch API (5)
1669
-
1670
- ## [3.21.0] — 2026-03-05
1671
-
1672
- ### Added — P0: GitHub Action CI/CD
1673
- - **PR inline review comments** — New `pr-review` input in `action.yml` posts findings as inline PR review comments with severity badges, auto-fix hints, and judge attribution
1674
- - **Diff-only mode** — New `diff-only` input restricts analysis to changed files using `git diff`, dramatically reducing CI noise on large repos
1675
- - **Baseline filtering** — New `baseline-file` input suppresses known findings via a baseline JSON, surfacing only new issues in PRs
1676
- - **Improved step summary** — GitHub Actions summary now includes findings table, score badge, and must-fix gate status
1677
-
1678
- ### Added — P1: Core Engine Enhancements
1679
- - **AST context in more evaluators** — `AnalyzeContext` interface pipes tree-sitter AST data into cybersecurity (scope-aware taint), performance (async/complexity detection), and authentication (decorator/import awareness) evaluators
1680
- - **`fix_code` MCP tool** — New tool evaluates code and auto-applies all available patches, returning fixed code + summary of remaining findings
1681
- - **Multi-language framework evaluators** — Extended `framework-safety.ts` from JS/TS-only to 8 frameworks: Django (6 rules), Flask (4), FastAPI (1), Spring Boot (6), ASP.NET Core (6), Go/Gin/Echo/Fiber (5)
1682
-
1683
- ### Added — P2: Depth & Tooling
1684
- - **20+ new auto-fix patches** — Added patches for Python (7), Go (2), Java (5), C# (4), Rust (2) covering SQL injection, command injection, weak hashing, empty catch, and more
1685
- - **VS Code findings panel** — TreeView-based panel with sort-by-severity/judge, filter controls, go-to-line navigation, and 7 new commands (`judges.showFindingsPanel`, `judges.sortBySeverity`, etc.)
1686
- - **Cross-file type/state tracking** — Three new project-level detectors: `detectSharedMutableState()`, `detectTypeSafetyGaps()`, `detectScatteredEnvAccess()` in `project.ts`
1687
- - **Taint tracker language depth** — Expanded from 5 to 9 language-specific pattern sets with `LanguagePatternSet` interface; each set defines sources, sinks, sanitizers, assign patterns, and guard conditions
1688
-
1689
- ### Added — P3: Breadth & Polish
1690
- - **PHP/Ruby/Kotlin/Swift language support** — Added 4 new languages to `LangFamily`, expanded all ~35 pattern constants in `language-patterns.ts`, added 4 complete taint tracker pattern sets (PHP: 7 sources/11 sinks/11 sanitizers, Ruby: 9/11/10, Kotlin: 9/8/8, Swift: 8/9/6)
1691
- - **Performance & snapshot tests** — 3 new test suites: performance budgets (tribunal <5s, per-judge <500ms, evaluateDiff <3s, large-block <15s), rule coverage stability (≥30 judges, 100-600 findings, required families, severity distribution), multi-language pattern coverage (8 tests for PHP/Ruby/Kotlin/Swift)
1692
- - **Framework version awareness** — `detectFrameworkVersions()` extracts versions from 14 manifest/config patterns; `getVersionConfidenceAdjustment()` applies version-specific confidence rules for Django 4+, Spring 3+, Next.js 13+/14+, Express 5+, Rails 6+/7+, Laravel 9+, ASP.NET 8+; integrated into `applyFrameworkAwareness()`
1693
- - **MCP workspace & streaming tools** — 3 new MCP tools: `list_files` (recursive directory listing with skip-dirs), `read_file` (content reading with line-range slicing), `evaluate_with_progress` (progressive judge-by-judge reporting with count updates)
1694
-
1695
- ### Changed
1696
- - **MCP tool count** — 10 → 13 tools registered in `server.json`
1697
- - **`applyFrameworkAwareness()` rewritten** — Now combines framework mitigation with version-aware confidence adjustments and stacked provenance notes
1698
- - **`register.ts` modular architecture** — Now orchestrates 4 registration modules: evaluation, workflow, fix, workspace
1699
-
1700
- ### Tests
1701
- - 19 new performance/snapshot/multi-language tests in `judges.test.ts`
1702
- - 19 new framework version awareness tests in `subsystems.test.ts`
1703
- - 1006 tests in judges.test.ts, 392 tests in subsystems.test.ts — all passing
1704
-
1705
- ## [3.20.14] — 2026-03-04
1706
-
1707
- ### Added
1708
- - **Three new FP heuristics (H33–H35)** — Expanded the false-positive filter from 32 to 35 deterministic heuristics:
1709
- - **H33: Destructuring variable extraction** — Suppresses hardcoded-credential findings when the security keyword is a destructured variable name (`const { password } = req.body`), recognizing the code extracts a named field from runtime data
1710
- - **H34: Dictionary/map key access** — Suppresses hardcoded-credential findings when the keyword is a dictionary key being accessed (`data["password"]`, `request.form.get("token")`), not a hardcoded value; excludes LOGPRIV and exposure-related findings
1711
- - **H35: CLI argument/option definitions** — Suppresses findings when the keyword defines a CLI parameter in argparse, click, commander.js, or yargs (`parser.add_argument("--password")`, `.option("--token")`)
1712
- - **Expanded H6 keyword-in-identifier patterns** — Significantly broadened compound-identifier recognition for all five security keywords:
1713
- - `password`: ~25 new suffixes (manager, service, handler, helper, criteria, complexity, expiry, generator, mask, etc.) and ~16 new prefixes (set, get, save, store, update, change, manage, generate, etc.)
1714
- - `secret`: ~14 new suffixes (holder, service, handler, helper, resolver, loader, fetcher, etc.) and ~20 new prefixes (get, set, read, fetch, load, resolve, lookup, rotate, etc.)
1715
- - `token`: ~18 new suffixes (manager, service, handler, provider, factory, builder, cache, parser, etc.) and ~26 new prefixes (get, set, create, generate, fetch, store, validate, revoke, etc.)
1716
- - `delete`: Refined to add safe lifecycle prefixes (soft, hard, mark, pre, post, async, schedule) and safe naming suffixes (scheduled, pending, mark) while deliberately excluding operation-target suffixes (many, all, records) that represent actual data operations
1717
- - `exec`: ~13 new suffixes (command, args, timeout, callback, handler, etc.) and ~12 new prefixes (pre, post, async, remote, batch, parallel, etc.)
1718
- - **Three new safe idiom patterns (H7)** — Added vault/secrets-manager SDK calls, hash/digest function calls, and UI label/placeholder strings as recognized safe contexts
1719
-
1720
- ### Tests
1721
- - Added 29 new FP heuristic tests covering all new and expanded heuristics with both FP-suppression and TP-retention validation
1722
- - 1666 tests, 0 failures
1723
-
1724
- ## [3.20.13] — 2026-03-04
1725
-
1726
- ### Fixed
1727
- - **Documentation accuracy audit** — Comprehensive review and correction of all documentation claims against the actual codebase:
1728
- - Updated test badge count (1557 → 1666)
1729
- - Updated judge dimension counts throughout (35 → 37) and architecture diagram heuristic count (33 → 36)
1730
- - Added missing judges (`iac-security`, `false-positive-review`) to Judge IDs list, Judge Panel table, and MCP Prompts table
1731
- - Updated evaluator and judge file counts (35 → 37)
1732
- - Added 4 missing package exports to exports table (`./diagnostics`, `./plugins`, `./fingerprint`, `./comparison`)
1733
- - Added 10 missing CLI commands to Scripts table (`feedback`, `benchmark`, `rule`, `pack`, `config`, `compare`, `list`)
1734
- - Expanded project structure with ~20 missing files and directories (AST files, formatters, patches, tools, tests, scripts)
1735
- - Fixed incorrect script filename (`analyze-report-findings.ts` → `debug-fp.ts`)
1736
- - **VS Code extension README** — Replaced 3 hardcoded GPT-4o model references with vendor-neutral phrasing ("available language model" / "AI contextual review"), fixed "right-click a file" → "right-click in the editor", updated auto-fix patch count (47+ → 53)
1737
-
1738
- ### Tests
1739
- - 1666 tests, 0 failures
1740
-
1741
- ## [3.20.12] — 2026-03-03
1742
-
1743
- ### Changed
1744
- - **VS Code extension — Layer 2 progress feedback** — Replaced silent full-response buffering with two-phase streaming and granular progress indicators so users see real-time status during the AI deep review instead of a blank screen for 30–60 seconds:
1745
- - **Chat participant (`/deepreview`)**: Added progress messages at each stage (preparing prompt, selecting model, sending request, AI analyzing, streaming results); LLM response now streams incrementally to the chat after the first 500 chars clear the content-policy refusal check — user sees text appearing in real-time instead of a single wall of text at the end
1746
- - **Command palette (`Judges: Deep Review`)**: `withProgress` notification now shows phase-specific messages via a new `onProgress` callback passed into `deepReview()` — Layer 1 analysis, model selection, request sending, AI analysis, retry status all reported in the notification area
1747
- - **Retry path**: Content-policy retry also uses two-phase streaming and granular progress instead of silent buffering
1748
-
1749
- ### Tests
1750
- - 1666 tests, 0 failures
1751
-
1752
- ## [3.20.11] — 2026-03-03
1753
-
1754
- ### Fixed
1755
- - **False positive reduction — 5 new Bicep/IaC-specific heuristics (H28–H32)** — Eliminates 5 high-confidence false positive patterns specific to Infrastructure-as-Code templates (Bicep, ARM, Terraform):
1756
- - **H28 — IaC compile-time property resolution**: Suppresses REL null-check findings (e.g. "deep property access without null checks") on IaC templates where resource property references like `vnet.properties.subnets[0].id` are resolved at deploy time, not at runtime — null checks and optional chaining are inapplicable
1757
- - **H29 — IaC domain-convention numbers**: Suppresses MAINT magic-number findings for numeric values that are IaC domain conventions (NSG priorities 100–4096, port numbers, CIDR prefix lengths, retention periods like 365 days)
1758
- - **H30 — Schema-mandated nesting depth**: Suppresses MAINT deep-nesting findings on IaC templates where hierarchical depth (resource → properties → subnets[] → properties → addressPrefix) is mandated by the ARM/Terraform resource schema and cannot be flattened
1759
- - **H31 — IaC schema enum values**: Suppresses MAINT duplicate-string findings for schema-constrained enum values like `'Tcp'`, `'Allow'`, `'Deny'`, `'Inbound'`, `'Outbound'` that must be repeated per ARM/Terraform schema requirements
1760
- - **H32 — Azure Bastion documented-requirement**: Suppresses IAC Internet-HTTPS findings on Bastion NSG rules that require inbound HTTPS (443) from `'Internet'` per Microsoft documentation — only when a Bastion subnet is present AND compensating controls (Conditional Access, MFA, audit logging) are documented in comments
1761
-
1762
- ### Tests
1763
- - 9 new tests in `IaC/Bicep-specific FP heuristics` describe block: H28 REL-001 suppress + non-IaC keep, H29 MAINT-001 magic numbers, H30 MAINT-002 deep nesting on Bicep + Terraform, H31 MAINT-003 duplicate strings, H32 IAC-004 Bastion with/without compensating controls, MAINT on non-IaC keep
1764
- - 1666 tests, 0 failures
1765
-
1766
- ## [3.20.10] — 2026-03-03
1767
-
1768
- ### Fixed
1769
- - **Security — 6 polynomial-ReDoS vulnerabilities fixed (CodeQL `js/polynomial-redos`)** — All 6 open code-scanning alerts resolved:
1770
- - **`src/tools/prompts.ts`**: Bounded negated character classes in the rule-ID stripping regex with `\n` anchors (`[^"]*` → `[^"\n]*`, `[^)]*` → `[^)\n]*`) to prevent cross-line polynomial backtracking
1771
- - **`src/evaluators/false-positive-review.ts`** (5 alerts): Replaced `word1.*word2` regex patterns in `finding.title` checks with equivalent `.includes()` string method calls that eliminate polynomial backtracking entirely — affects heuristics for scalability/lock detection, resilience/retry detection, i18n hardcoded-string detection, performance nested-loop detection, and sovereignty data-egress detection. Identical matching semantics preserved.
1772
-
1773
- ### Tests
1774
- - 1657 tests, 0 failures
1775
-
1776
- ## [3.20.9] — 2026-03-03
1777
-
1778
- ### Changed
1779
- - **Token usage optimisation — MCP full-tribunal prompt** — Refactored the `full-tribunal` MCP prompt to deduplicate shared behavioural directives (adversarial mandate, precision mandate) that were previously repeated 37× — once per judge. Shared directives are now stated once in a "Universal Evaluation Directives" preamble. Per-judge sections include only unique evaluation criteria, domain-specific rules, and FP-avoidance guidance. Boilerplate lines (persona introductions, rule-prefix assignment templates, score templates) are stripped by the new `getCondensedCriteria()` helper. **~40 000 chars (~10 000 tokens) saved per full-tribunal invocation — approximately 30% reduction — with zero impact on TP detection quality.** All evaluation criteria, domain-specific rules, and FP-avoidance sections are fully preserved.
1780
- - **MCP per-judge prompts — evaluation criteria now included** — Per-judge MCP prompts previously sent only a generic "Please evaluate" message without the judge's evaluation criteria, making LLM-powered single-judge reviews less effective. Each per-judge prompt now includes the judge's full `systemPrompt` and precision mandate, significantly improving TP detection quality for single-judge deep reviews.
1781
- - **New exported utility `getCondensedCriteria()`** — Extracts only the unique evaluation criteria from a judge's `systemPrompt`, stripping persona introductions, adversarial mandates, and boilerplate rule/score templates. Available via the public API for custom integrations that need token-efficient prompt construction.
1782
-
1783
- ### Tests
1784
- - 11 new tests in `getCondensedCriteria — Token Optimisation` describe block: persona intro stripping, adversarial mandate stripping, boilerplate rule/score line stripping, FP avoidance retention, real judge criteria retention (cybersecurity, data-sovereignty), measurable savings across all judges (>25% per-judge, ≥20% tribunal-level), non-empty output for every judge, persona stripping for all judges, adversarial mandate stripping for all judges, simulated tribunal prompt savings measurement
1785
- - 1657 tests, 0 failures
1786
-
1787
- ## [3.20.8] — 2026-03-03
1788
-
1789
- ### Fixed
1790
- - **False positive reduction — 3 new heuristics (H25–H27) + 1 new safe idiom entry + extended identifier patterns** — Continued proactive FP analysis targeting config/schema definitions, function call assignments, string comparison dispatch, and broadened env-var credential suppression:
1791
- - **H25**: Config/schema object keys with non-credential values — findings suppressed when security keywords (`password`, `secret`, `token`, `credential`) appear as object/dict keys followed by boolean (`true`/`false`), null (`null`/`undefined`/`None`), config keywords (`required`/`optional`), nested schema objects (`{ type: ... }`), or ORM field definitions (`Column(...)`, `Field(...)`, `models.CharField(...)`)
1792
- - **H26**: Assignment from function call / config lookup — findings about "hardcoded" or "plaintext" credentials suppressed when the value is assigned from a function call (`getConfig(...)`, `vault.read(...)`) or env-var access (`process.env`, `os.environ`), not from a literal string; excludes request/input object bracket access (`request.form[...]`)
1793
- - **H27**: String comparison / switch-case dispatch — findings suppressed when security keywords appear as string values in equality comparisons (`=== "password"`, `== "token"`), switch-case labels (`case "secret":`), inclusion checks (`.includes("password")`), or Python `in` operator (`in ["password", "secret"]`)
1794
- - **Extended SAFE_IDIOM_PATTERNS**: New entry broadening env-var access suppression from DB-001-only to all hardcoded credential findings (DATA-00x, AUTH-00x) when lines contain `process.env`, `os.environ`, `os.getenv()`, `System.getenv()`, `Environment.GetEnvironmentVariable()`, or `env::var()`
1795
- - **Extended KEYWORD_IDENTIFIER_PATTERNS**: Added password suffixes (`error`, `expired`, `required`, `schema`, `type`, `view`, `prompt`, `attempts`) and prefixes (`forgot`, `enter`, `missing`, `invalid`, `has`, `is`, `no`, `require`); token suffixes (`error`, `invalid`, `missing`, `source`, `response`, `config`, `schema`) and prefixes (`missing`, `invalid`, `expired`, `has`, `is`, `no`, `decode`, `parse`); secret suffixes (`error`, `invalid`, `missing`, `config`, `schema`, `type`, `provider`) and prefixes (`has`, `is`, `no`, `missing`, `invalid`, `create`, `generate`, `list`)
1796
-
1797
- ### Tests
1798
- - 19 new tests across 5 describe blocks: env-var safe idiom broadening (4), config/schema object keys (4), assignment from function call (4), string comparison/dispatch (4), extended identifier patterns (3)
1799
- - 1646 tests, 0 failures
1800
-
1801
- ## [3.20.7] — 2026-03-03
1802
-
1803
- ### Fixed
1804
- - **False positive reduction — 4 new heuristics (H2c, H22–H24) + extended identifier patterns + H20 bugfix** — Continued proactive FP analysis targeting typed declarations, error messages, regex patterns, and type-definition files:
1805
- - **H2c**: Type-definition file gating — absence-based findings suppressed on files classified as `"types"` by `classifyFile()` (`.d.ts` files, interface-only modules); type-definition files declaring shapes should not trigger missing-implementation findings
1806
- - **H22**: Typed parameter/property declarations — findings suppressed when security keywords (`password`, `secret`, `token`) appear as typed parameter names (`password: string`, `String secret`) rather than hardcoded credentials; excludes LOGPRIV findings that flag the parameter itself
1807
- - **H23**: Throw/raise error message strings — findings suppressed when keywords appear in static throw/raise error messages (`throw new Error("Invalid password")`, `raise ValueError("Bad token")`); extends H21 logging concept to error-throwing; excludes LOGPRIV/LOG-* findings
1808
- - **H24**: Regex pattern literal context — findings suppressed when keywords appear inside regex patterns (`/password|secret|token/`, `re.compile(r"...")`, `new RegExp(...)`, `Pattern.compile(...)`)
1809
- - **H20 bugfix**: Enum/union type definitions — fixed false match where bare assignments like `password = "admin123"` incorrectly matched the enum-member pattern; now requires `enum`, `type =`, or `class` declaration context in the file
1810
- - **Extended KEYWORD_IDENTIFIER_PATTERNS**: Changed separators from `\s*` to `[-_]?` across password, secret, token, delete, exec patterns to support snake_case/kebab-case identifiers while preventing space-separated English phrases from matching; added new suffixes (column, prop, param, check, verify, form, dialog, modal) and prefixes (confirm, verify, validate, check, reset, new, old, current, previous, hashed, encrypted) to password pattern; added client/app prefixes to secret; added verification/reset suffixes to token
1811
-
1812
- ### Tests
1813
- - 21 new tests across 5 describe blocks: keyword-in-identifier with underscore/hyphen separators (7), type-definition file gating (2), typed parameter/property declarations (4), throw/raise error messages (4), regex pattern literals (4)
1814
- - 1627 tests, 0 failures
1815
-
1816
- ## [3.20.6] — 2026-03-03
1817
-
1818
- ### Fixed
1819
- - **False positive reduction — 4 new heuristics (H18–H21) + 4 new pattern entries** — Proactive FP analysis adding heuristics and extending pattern arrays to reduce false positives across common code idioms:
1820
- - **H18**: Barrel/re-export file suppression — absence-based findings (ERR-001, OBS-001, etc.) suppressed on files where ≥80% of lines are re-exports, imports, comments, or blanks (index.ts, \_\_init\_\_.py, mod.rs barrel files)
1821
- - **H19**: Decorator/annotation security presence — AUTH absence findings suppressed when the file contains authentication decorators (`@login_required`, `[Authorize]`, `@PreAuthorize`, `@Secured`, `@RolesAllowed`, etc.)
1822
- - **H20**: Enum/union type definitions — keyword collision findings suppressed when all flagged lines are enum values or union type members containing security keywords as inert values (`Action.DELETE`, `type Method = "GET" | "DELETE"`)
1823
- - **H21**: Log/error message security keywords — findings triggered by `password`/`secret`/`token`/`credential` suppressed when all flagged lines are logging calls (`logger.error(...)`, `console.warn(...)`) describing the operation rather than leaking credentials; excludes LOGPRIV/LOG-* findings that flag the logging itself as the problem
1824
- - **Extended KEYWORD_IDENTIFIER_PATTERNS**: Added `key` pattern (matches `apiKeyHeader`, `primaryKey`, `foreignKey`, `keyVaultUrl` but NOT `apiKey` alone) and `hash` pattern (matches `contentHash`, `fileHash`, `checksumHash`, `hashCode`, `hashMap` — non-crypto contexts)
1825
- - **Extended SAFE_IDIOM_PATTERNS**: Added log/error message suppression for security keywords in logging calls (with LOGPRIV exclusion) and HTTP routing `app.delete()`/`router.delete()` suppression for data-deletion findings
1826
-
1827
- ### Tests
1828
- - 32 new tests covering all new heuristics and pattern entries: key/hash identifier collision (4), log/error message idiom (4), HTTP routing delete (3), barrel/re-export files (3), decorator security presence (4), enum/union type (4), log message keyword suppression (4), TP confidence edge cases (6)
1829
- - 1606 tests, 0 failures
1830
-
1831
- ## [3.20.5] — 2026-03-03
1832
-
1833
- ### Fixed
1834
- - **False positive reduction — 6 new heuristics + 4 extended patterns** — Added six new deterministic FP heuristics to `filterFalsePositiveHeuristics` and extended three existing pattern sets, addressing 12 high-confidence false positive categories identified in regulated-policy evaluations:
1835
- - **H12**: Distributed lock fallback — SCALE local-lock findings suppressed when Redlock/Redis/etcd/Consul/ZooKeeper distributed locking is present in the same module
1836
- - **H13**: Retry/backoff/fallback chain — SOV-001/REL resilience findings suppressed when retry with exponential backoff or multi-tier fallback (cache→online→bundled) is implemented
1837
- - **H14**: Constant definitions — I18N hardcoded-string findings suppressed when flagged lines are ALL_CAPS or `const` constant definitions (field-name keys, not user-facing text)
1838
- - **H15**: Bounded-dataset tree traversal — PERF/COST O(n²) findings suppressed when code traverses tree structures (chapters→sections→articles) or operates on documented bounded datasets
1839
- - **H16**: Read-only content fetch — SOV-002 cross-border findings suppressed when code fetches public/regulatory content with no personal data patterns
1840
- - **H17**: Cache-age/TTL context — COMP age-verification findings suppressed when "age" appears in cache/TTL context (cache_age, max_age, stale) with no user-age patterns (dob, minor, parental)
1841
- - **Extended WEB_ONLY_PREFIXES**: Added `I18N-` — i18n findings now gated to files with HTML/JSX/DOM patterns
1842
- - **Extended KEYWORD_IDENTIFIER_PATTERNS**: Broadened `age` regex to cover hyphenated/underscored cache-age, stale-age, fresh-age, and age-seconds/minutes/hours/days/ms/header patterns
1843
- - **Extended SAFE_IDIOM_PATTERNS**: Added 3 new entries — json.dumps/JSON.stringify for SOV-003 data-export findings, os.environ.get/process.env for DB-001 connection-string findings, and justified type:ignore/noqa/eslint-disable for SWDEV-001/CICD-003 suppression findings
1844
-
1845
- - **Judge system prompt anti-FP guidance** — Added `FALSE POSITIVE AVOIDANCE` sections to 9 judge system prompts, providing explicit instructions to avoid known false-positive patterns at the LLM generation layer:
1846
- - **performance.ts**: Tree traversal is O(n), not O(n²); bounded reference datasets; list comprehension flattening
1847
- - **scalability.ts**: Distributed lock with local fallback is correct graceful degradation; two-tier locking design
1848
- - **data-sovereignty.ts**: Retry/fallback ≡ circuit breaker; read-only reference data ≠ cross-border egress; internal serialization ≠ data export
1849
- - **compliance.ts**: Cache-age/TTL "age" ≠ user age verification
1850
- - **internationalization.ts**: Constant definitions ≠ user-facing strings; developer tools/MCP servers don't need i18n; sourced regulatory text
1851
- - **cost-effectiveness.ts**: Tree/hierarchy traversal; bounded reference datasets
1852
- - **database.ts**: Environment variable fallback defaults; in-memory/embedded database defaults
1853
- - **code-structure.ts**: Dict[str,Any] at JSON boundaries; large single-responsibility files; async nesting ≤4
1854
- - **software-practices.ts**: Justified suppression comments; minimum-viable async nesting; single-module cohesion
1855
-
1856
- ### Tests
1857
- - Added 17 new tests covering all 6 new FP heuristics (H12–H17), I18N web-only gating, safe idiom extensions (env var fallback, justified suppressions, json.dumps), with both positive (should suppress) and negative (should keep) test cases
1858
- - All 1,574 tests pass (976 judges + 218 negative + 268 subsystems + 70 extension + 42 tool-routing)
1859
-
1860
- ## [3.20.4] — 2026-03-03
1861
-
1862
- ### Fixed
1863
- - **Stale documentation counts** — Updated all references across README, docs, server.json, action.yml, package.json, Dockerfile, extension metadata, examples, and scripts from "35 judges" → "37 judges", "47 patches" → "53 patches", and test badge "1515" → "1557". Historical changelog entries left unchanged.
1864
-
1865
- ### Tests
1866
- - **Doc-claim verification tests** — Added 42 new tests covering: JUDGES array count assertion (exactly 37), judge schema validation (id, name, domain, description), unique judge ID enforcement, scoring penalty constants (critical=30, high=18, medium=10, low=5, info=2), confidence-weighted deductions, score floor/ceiling, positive signal bonuses (+3/+3/+3/+2/+2/+2/+2/+1/+1/+1 with cap at 15), verdict threshold logic (fail/warning/pass boundaries), and STRUCT threshold rules not previously covered: STRUCT-001 (CC>10), STRUCT-007 (file CC>40), STRUCT-008 (CC>20), STRUCT-010 (>150 lines).
1867
- - All 1,557 tests pass (976 judges + 218 negative + 251 subsystems + 70 extension + 42 tool-routing)
1868
-
1869
- ## [3.20.3] — 2026-03-03
1870
-
1871
- ### Fixed
1872
- - **Azure resource ID false positive** — Layer 2 deep review no longer flags Azure resource identifiers (policy definition IDs, role definition IDs, tenant IDs, subscription GUIDs) as "invalid GUIDs" when they contain characters outside the hex range. All three deep-review builders (single-judge, tribunal, simplified) now include explicit guidance that Azure resource IDs are opaque platform constants and must not be validated for strict UUID compliance.
1873
-
1874
- ## [3.20.2] — 2026-03-03
1875
-
1876
- ### Fixed
1877
- - **"Auto" model fallback** — When the Copilot Chat model selector is set to "auto", `request.model` returns a pseudo-model with no real endpoint. Layer 2 now catches the `sendRequest` failure and falls back to `selectChatModels()` to find a working model. Applied to both `chat-participant.ts` (deep review) and `diagnostics.ts` (deep review + refinement).
1878
-
1879
- ## [3.20.1] — 2026-03-03
1880
-
1881
- ### Fixed
1882
- - **Layer 2 now uses user-selected model** — The `/deepreview` deep review and diagnostics Layer 2 no longer hardcode `gpt-4o`. In chat, it uses `request.model` (the model the user picked in the Copilot Chat model selector). In diagnostics, it uses `selectChatModels()` without a family filter, respecting whatever models are available.
1883
-
1884
- ## [3.20.0] — 2026-03-06
1885
-
1886
- ### Added
1887
- - **PowerShell language support** — Full PowerShell analysis across all 37 judges. Includes language patterns (cmdlet-verb conventions, `Invoke-Expression` detection, `$using:` scope, credential handling, `ConvertTo-SecureString`, pipeline best practices), AST structural parsing (function/class extraction, comment association, nesting depth, dead-code detection after `throw`/`return`), taint tracking, and cross-file taint analysis. PowerShell is now recognized in all LANG_MAP entries, the structural parser, the tree-sitter AST layer, and the VS Code extension tool routing.
1888
-
1889
- ### Fixed
1890
- - **Deep review content-policy refusal (enhanced)** — The v3.19.6 fix (switching from `systemPrompt` to `description`) was necessary but insufficient for GDPR/IaC files where the aggregate of 37 security-related judge descriptions still triggered GPT-4o content filters. Added a three-layer defence: (1) `DEFENSIVE_PREAMBLE` framing the request as an authorised voluntary code review, (2) `isContentPolicyRefusal()` detection with automatic retry using a simplified prompt that groups judges into 7 quality dimensions instead of listing all 37, (3) alternative model family fallback when the primary model refuses. Also fixed `buildSingleJudgeDeepReviewSection` which still used `judge.systemPrompt` instead of `judge.description`.
1891
- - **Bicep/Terraform missing from LM tool LANG_MAP** — The VS Code extension's `lm-tool.ts` language map now includes `bicep` and `terraform` for parity with `chat-participant.ts` and `diagnostics.ts`.
1892
-
1893
- ### Tests
1894
- - All 1,472 tests pass (976 judges + 217 negative + 209 subsystems + 70 extension)
1895
-
1896
- ## [3.19.6] — 2026-03-03
1897
-
1898
- ### Fixed
1899
- - **Deep review content-policy refusal** — The `/deepreview` Layer 2 prompt concatenated all 37 judges' full `systemPrompt` text — including adversarial mandates like "hunt for exploits" and "think like an attacker" — into a single User message. LLM safety filters interpreted this as requesting help with security exploitation and refused with "Sorry, I can't assist with that." Fixed by using condensed `judge.description` (1-line summary) instead of full `systemPrompt` in tribunal mode, adding professional code-review framing, and prepending an Assistant context message to establish legitimate tool identity.
1900
-
1901
- ### Tests
1902
- - All 1,460 tests pass (964 judges + 217 negative + 209 subsystems + 70 extension)
1903
-
1904
- ## [3.19.5] — 2026-03-05
1905
-
1906
- ### Fixed
1907
- - **Cross-judge dedup: same-topic bridging** — Findings from different evaluators about the same known topic (e.g., API versioning, deep nesting, abrupt termination) are now deduped even when they reference different line numbers. Previously, two evaluators flagging "API endpoints without versioning" on different lines escaped dedup because the union-find only clustered same-line findings. Added known-topic bridging logic and 3 new topic patterns (`api-versioning`, `pagination`, `abrupt-termination`).
1908
- - **DOC-001: Python validators no longer flagged as undocumented** — Pydantic `@validator`, `@field_validator`, `@root_validator`, and `@property`-decorated methods are now recognized as framework internals and skipped from the exported-function-without-docs check.
1909
- - **DOC-001: Java getters/setters no longer flagged** — Trivial one-line getters/setters (`getName()`, `setName()`) are skipped from the exported-function documentation check.
1910
- - **DOC-001: Route wiring lines no longer flagged** — Method-chained route registrations (`.route(`, `.get(`, `.HandleFunc(`) are no longer flagged as API endpoints missing documentation. Only handler definitions need docs.
1911
- - **DOC-001: `main()` no longer flagged as long function** — Application entry-point `main()` functions are excluded from the long-function-with-insufficient-comments check.
1912
- - **STRUCT-005: Closures and lambdas no longer cause dead code FPs** — Go `return func(...) {` closures and C++ `return std::all_of(..., [](char c) {` lambdas are no longer treated as terminal statements that make subsequent code unreachable.
1913
- - **STRUCT-005: Braceless `if` statements no longer cause dead code FPs** — C# single-line `if (cond) return;` without braces no longer marks the next line as dead code.
1914
- - **UX-001: Server-side error responses no longer flagged as "generic error messages"** — JSON error keys (`"error"`), structured logging calls (`.Error()`, `logger.Error()`), and HTTP response builders (`HttpResponse::`, `http.Error()`) are filtered from the generic-error-message check.
1915
- - **I18N-001: Framework metadata no longer flagged as hardcoded strings** — FastAPI/Flask/OpenAPI initialization lines (`FastAPI(title="...")`) are excluded from the hardcoded-user-facing-string check.
1916
- - **MAINT: C/C++ type declarations now skip magic number check** — `int port = 8080` and similar C/C++ typed variable declarations are recognized as named assignments, not magic numbers.
1917
- - **MAINT: Unused imports no longer cross-line match** — The ES module import regex no longer accidentally matches Python's `from X import Y` syntax across line boundaries.
1918
- - **Compliance: Tighter regulated-operation detection** — Removed `sign` (matches `signIn`, `signal`) and `authorize` (matches `[Authorize]` attribute) from the regulated-operations regex. Attribute/annotation lines are now skipped.
1919
-
1920
- ### Changed
1921
- - **Absence promotion** — `TEST-001` ("No tests detected"), `COMP-001` ("Data model lacks classification markers"), and `REL-001` ("No retry logic") are now marked `isAbsenceBased: true` and suppressed in single-file mode alongside other absence findings.
1922
-
1923
- ### Tests
1924
- - 1 new dedup test (same-known-topic bridging), 1 updated test (topic bridging replaces separate-lines-no-dedup)
1925
- - All 1,460 tests pass (964 judges + 217 negative + 209 subsystems + 70 extension)
1926
-
1927
- ### Metrics
1928
- - Cross-language FP sweep: 134 → 122 evaluator-level findings (−12, −9.0%)
1929
- - Pipeline-level (after dedup + absence filtering): 56 → 24 findings (−32, −57.1%)
1930
- - Cumulative since v3.18.3: 170 → 122 evaluator-level (−48, −28.2%)
1931
-
1932
- ## [3.19.4] — 2026-03-04
1933
-
1934
- ### Changed
1935
- - **Absence gating via `projectMode` flag** — Absence-based findings (e.g., "no rate limiting detected", "no health check endpoint") are now suppressed in single-file evaluation and only surface during project-level analysis (`evaluateProject`). This eliminates ~78 per-file false positives that belong at the project level, not on individual source files. The `EvaluationOptions` type gains an optional `projectMode?: boolean` field; `evaluateProject()` sets it automatically.
1936
- - **Consolidated absence filtering** — Removed duplicate absence filters from `filterFalsePositiveHeuristics` (rules 12 and 13); absence gating is now handled in a single location upstream in `evaluateWithJudge`.
1937
-
1938
- ### Fixed
1939
- - **Go `interface{}`/`any` no longer flagged as weak type** — The WEAK_TYPE pattern for Go now only flags `unsafe.Pointer`, not idiomatic Go empty interfaces. Changed in `language-patterns.ts`, `tree-sitter-ast.ts`, and `structural-parser.ts`. Eliminates 4 FPs in the cross-language sweep.
1940
- - **Java wildcard imports no longer flagged** — `dependency-health.ts` skips wildcard import detection for Java, where `import java.util.*` is idiomatic. Eliminates 1 FP.
1941
- - **Go `os.ReadFile` no longer flagged as portability issue** — `portability.ts` skips file I/O detection for Go, where `os.ReadFile` is the standard stdlib API with no portability concern.
1942
- - **Error message prose no longer triggers DATA-001** — `looksLikeRealCredentialValue()` in `shared.ts` now checks word count; strings with 3+ words are recognized as prose/error messages rather than credential values.
1943
- - **C# async with middleware error handling no longer triggers ERR** — `error-handling.ts` detects `UseExceptionHandler`, `ExceptionFilter`, and similar ASP.NET middleware patterns and suppresses redundant async error-handling findings.
1944
- - **STRUCT-005 dead code no longer false-fires across scope boundaries** — `detectDeadCode()` in `structural-parser.ts` resets unreachable tracking at `else`/`elif`/`case`/`default`/`catch`/`finally`/`except` boundaries. Confidence reduced from 0.85 to 0.7.
1945
-
1946
- ### Tests
1947
- - 10 new negative regression tests covering all FP fixes above
1948
- - All 1,449 tests pass (963 judges + 217 negative + 209 subsystems + 70 extension)
1949
-
1950
- ### Metrics
1951
- - Cross-language FP sweep: 139 → 134 findings (−5, ~3.6% reduction at evaluator level)
1952
- - ~78 additional absence-based findings suppressed at pipeline level in single-file mode
1953
- - Cumulative since v3.18.3: 170 → 134 findings (−36, ~21.2% reduction)
1954
-
1955
- ## [3.19.3] — 2026-03-03
1956
-
1957
- ### Fixed
1958
- - **MCP tool description improvements to prevent LLM misrouting** — User prompts mentioning sovereignty, IaC, or deployment configuration were incorrectly routed to `analyze_dependencies` instead of `evaluate_code_single_judge`. Root cause: (1) `evaluate_code` and `evaluate_code_single_judge` descriptions didn't mention infrastructure-as-code file types; (2) `analyze_dependencies` description contained "supply-chain risks" which overlapped with sovereignty judge's supply chain pillar; (3) "deployment configuration" matched manifest file concepts. Fixed all three tool descriptions: evaluation tools now explicitly list Bicep/Terraform/ARM/CloudFormation support and key judge domains; `analyze_dependencies` now clarifies it only accepts package manager manifests (package.json, requirements.txt, etc.) and explicitly excludes IaC files.
1959
-
1960
- ### Added
1961
- - **Tool routing test suite** (`tests/tool-routing.test.ts`) — 43 automated tests using a TF-IDF scoring engine that simulates LLM tool selection against MCP tool descriptions. Includes 30 positive tests (prompt routes to correct tool across all 9 tools), 11 negative tests (IaC/sovereignty prompts must NOT route to `analyze_dependencies`, package manager prompts must NOT route to evaluation tools), and 2 regression tests reproducing the exact misrouting bug.
1962
-
1963
- ### Tests
1964
- - 43 new tool routing tests
1965
- - All 1,422 tests pass (963 judges + 43 routing + 207 negative + 209 subsystems)
1966
-
1967
- ## [3.19.2] — 2026-03-03
1968
-
1969
- ### Fixed
1970
- - **IaC security FP — resource-name parameters no longer flagged for `@secure()`** — Bicep parameters like `param keyVaultName string` were incorrectly flagged because the regex matched "key" inside compound names. Added post-match exclusion: if the parameter name ends with a resource-identifier suffix (`Name`, `Uri`, `Url`, `Endpoint`, `Id`, `ResourceGroup`, `Location`, `Sku`, `Region`, `Type`), it is recognized as a resource reference rather than a secret and skipped.
1971
- - **MCP server version now dynamically read from `package.json`** — The `McpServer` constructor was hardcoded to version `3.6.0` since initial creation. MCP clients may cache tool definitions keyed by server version; a stale version prevents clients from refreshing their cached tool lists. Now reads version from `package.json` at startup.
1972
-
1973
- ### CI
1974
- - **npm propagation wait in publish workflow** — Added a polling step (up to 10 × 15s = 150s) that verifies the npm package is visible before proceeding to MCP Registry publish, preventing the race condition that caused the v3.19.1 publish to fail on first attempt.
1975
-
1976
- ### Tests
1977
- - 3 new negative tests for IaC security resource-name exclusion
1978
- - All 1,379 tests pass (963 judges + 207 negative + 209 subsystems)
1979
-
1980
- ## [3.19.1] — 2026-03-03
1981
-
1982
- ### Fixed
1983
- - **CI/CD absence gating on application source files** — CI/CD absence rules (no test infrastructure, no linting, no build script) now skip files classified as server or utility code. These project-level concerns belong in config/manifest files, not individual application source files. Eliminates ~8 FPs across the 6-language sweep.
1984
- - **Framework-aware auth pattern expansion** — `hasAuthMiddleware` regex expanded from 14 to 24 alternatives, adding language-specific patterns: Python (`jwt.decode`, `OAuth2PasswordBearer`, `get_current_user`), Go (`jwt.Parse`, `jwt.ParseWithClaims`), Rust (`DecodingKey`, `auth_middleware`), C# (`[Authorize]`), and generic (`verify_token`, `check_auth`, `getCurrentUser`).
1985
- - **Magic number detection tuning** — Three new exclusions reduce false positives: (1) numbers inside string literals (e.g., `":8080"`), (2) named constant declarations (`const PORT = 8080`), (3) keyword arguments (`pool_recycle=3600`).
1986
-
1987
- ### Tests
1988
- - 11 new negative tests covering all three FP reduction changes
1989
- - All 1,376 tests pass (963 judges + 204 negative + 209 subsystems)
1990
-
1991
- ### Metrics
1992
- - Cross-language FP sweep: 152 → 139 findings (−13, ~8.6% reduction)
1993
- - Cumulative since v3.18.3: 170 → 139 findings (−31, ~18.2% reduction)
1994
-
1995
- ## [3.19.0] — 2026-03-04
1996
-
1997
- ### Added
1998
- - **Strategy 1 — Comment-stripping before pattern matching** — New `testCode(code, pattern)` utility replaces raw `pattern.test(code)` calls across 31 evaluators (184 conversions). Strips `//`, `/* */`, `#`, and Python `"""`/`'''` docstrings before testing, so patterns mentioned only in comments no longer trigger false positives. String literals are preserved so import paths, require() arguments, and route strings remain matchable.
1999
- - **Strategy 2 — Multi-line context windows** — New `getContextWindow(lines, lineNum, radius)` utility enables post-match filters to check adjacent lines. Applied to 5 high-value evaluators:
2000
- - **cloud-readiness** — Hardcoded host/port fallback (`??`, `||`, `getenv`) detected across ±2 lines
2001
- - **portability** — Same fallback pattern for localhost/IP addresses
2002
- - **data-security** — JWT `algorithms=` parameter detected on adjacent lines in multi-line Python calls
2003
- - **scalability** — `await` on blocking calls detected ±1 line
2004
- - **ai-code-safety** — Auth-check patterns detected ±2 lines from wildcard permissions
2005
- - **Strategy 3 — Project-mode absence resolution** — New `scanProjectWideSecurityPatterns()` scans all project files for security patterns regardless of import relationships. `applyProjectWideAbsenceResolution()` reduces confidence of absence-based findings when the security category exists anywhere in the project (halved reduction vs direct-import). 5 new security categories added: health-check, graceful-shutdown, CORS, secrets-management, environment-config (total: 12).
2006
-
2007
- ### Tests
2008
- - 22 new tests covering all three FP reduction strategies (15 subsystem unit tests + 7 negative integration tests)
2009
- - All 1,365 tests pass (963 judges + 193 negative + 209 subsystems)
2010
-
2011
- ## [3.18.3] — 2026-03-03
2012
-
2013
- ### Fixed
2014
- - **FP reduction round 5 — cross-language sweep** — Ran all 36 evaluators against clean idiomatic code in 6 languages (Python/FastAPI, Rust/Actix-web, C#/ASP.NET Core, Java/Spring Boot, Go/stdlib, C++/REST), eliminating 21 false positives across 10 source files:
2015
- - **CLOUD-001 / PORTA-001** — Configurable defaults (`unwrap_or_else`, `os.Getenv`, `??`, `||`, `environ.get`) no longer flagged as hardcoded hosts
2016
- - **AICS-013** — Auth-check post-filter excludes `hasRole`, `@PreAuthorize`, `[Authorize]`, `claims.role`, CORS headers
2017
- - **AICS-016** — `ActionResult` (C#) no longer matched as unsafe action usage; requires explicit `_` or `.` separator
2018
- - **A11Y** — `spring` no longer matched inside words (e.g. `springframework`); form-error rule uses specific HTML element list instead of broad regex
2019
- - **DATA-001** — Python `jwt.decode` with `algorithms=` parameter (verified decode) no longer flagged
2020
- - **SWDEV-002** — Go `if err != nil` no longer flagged as bare exception catch
2021
- - **CONC-001** — Go graceful-shutdown goroutines (`signal.Notify`, `Shutdown`, `SIGTERM`) recognized as managed workers
2022
- - **CFG-001** — Go multi-line `os.Getenv` + `== ""` validation detection
2023
- - **DOC-001** — Backward-walk now recognizes Go `//` comments, Rust `///` with `#[attr]` traversal, C# `///` with `[Attr]` traversal, Python body docstrings
2024
-
2025
- ### Bug Fixes
2026
- - **Undefined `lines` variable in 4 evaluators** — `cloud-readiness.ts`, `portability.ts`, `ai-code-safety.ts`, and `data-security.ts` referenced `lines[ln - 1]` where `lines` was either undefined, scoped inside an if-block, or was a line-number array instead of text lines. Post-filter logic silently failed, producing incorrect results. Each file now defines a properly scoped `code.split("\n")` variable.
2027
-
2028
- ### Tests
2029
- - 30+ new negative FP regression tests with true-positive preservation checks
2030
- - All 1,343 tests pass (963 judges + 186 negative + 194 subsystems)
2031
-
2032
- ## [3.18.2] — 2026-03-03
2033
-
2034
- ### Fixed
2035
- - **FP reduction round 4 — IaC gates + cross-language fixes** — 11 rules across 7 evaluators fixed to eliminate false positives on Infrastructure-as-Code files (Bicep, Terraform) and cross-language patterns:
2036
- - **SOV-001** catch-all and data-portability rules no longer fire on IaC templates
2037
- - **COST-001** caching and connection-pooling rules no longer fire on IaC templates
2038
- - **DOC-002** block-comment rule gated on IaC + expanded regex to recognize Bicep `@description`, `targetScope`, `metadata`, and non-JSDoc block comments
2039
- - **DOC-001** magic-numbers rule no longer flags Bicep numeric configuration values (SKU sizes, byte limits, retention days)
2040
- - **CACHE-002** no-cache-headers rule gated on IaC
2041
- - **SCALE-006** rate-limiting and **SCALE-010** circuit-breaker rules gated on IaC
2042
- - **CLOUD-001** resource-cleanup rule gated on IaC
2043
- - **AICS-010** input-validation rule now recognizes Java Bean Validation annotations (`@Valid`, `@NotNull`, `@NotBlank`, `@NotEmpty`, `javax.validation`, `jakarta.validation`)
2044
-
2045
- ### Tests
2046
- - 25 new negative tests with true-positive preservation checks covering all fixed rules
2047
- - Comprehensive empirical sweep against Bicep, Terraform, Python, Rust, Java, and Go templates
2048
- - All 1,320 tests pass (963 judges + 194 subsystems + 163 negative)
2049
-
2050
- ## [3.18.1] — 2026-03-03
2051
-
2052
- ### Fixed
2053
- - **Python nested-loop false positives** — Generator expressions (`all(x for x in items)`), list comprehensions, and `x in string` substring checks were incorrectly flagged as nested O(n²) loops by both the cost-effectiveness and performance evaluators. Two root causes fixed:
2054
- - Loop regex matched `for` mid-line inside comprehensions/generators — now requires `for`/`while` at line start
2055
- - Loop depth tracked via `}` brace counting, which never decrements in Python — now uses indentation-stack scoping so sequential non-nested loops are correctly recognized as siblings
2056
- - **CI lint warnings treated as errors** — Resolved 12 pre-existing ESLint warnings (`no-useless-escape`, `no-unused-vars`) across 5 files that caused CI to exit with code 1
2057
- - **Restored intentional `moment` import** — `lint-staged` had silently removed the deliberately-vulnerable `import moment from "moment"` in `sample-vulnerable-api.ts`, breaking DEPS evaluator tests. Restored with `eslint-disable-line` guard
2058
-
2059
- ### Removed
2060
- - Internal dev-only scripts (`cross-project-analysis.ts`, `analyze-report-findings.ts`) — not needed for production releases
2061
-
2062
- ### Tests
2063
- - 3 new tests: Python nested loops (TP), generator expressions (FP prevention), sequential non-nested loops (FP prevention)
2064
- - All 963 tests pass (960 judges + 3 new)
2065
-
2066
- ## [3.18.0] — 2025-07-09
2067
-
2068
- ### Improved
2069
- - **Third round false positive reduction** — Cross-project findings 11,011 → 7,898 (−28.3%, −3,113 findings) across 30 projects / 1,149 files through 7 complementary strategies:
2070
- - **Cross-judge semantic dedup** — 8 new topic patterns in `crossEvaluatorDedup()`: `deep-nesting`, `missing-tests`, `type-safety`, `missing-healthcheck`, `missing-linting`, `missing-build-script`, `missing-documentation`, `missing-error-tracking`. Eliminates duplicate findings from different judges flagging the same conceptual issue.
2071
- - **5 new `isAbsenceBased` flags** — Added explicit absence markers to internationalization (encoding detection), agent-instructions (AGENT-001), dependency-health (DEPS-001), cybersecurity (security headers), and rate-limiting (no 429 handling). Triggers severity cap to medium + confidence cap to 0.6.
2072
- - **Per-file finding cap** — New `applyPerFileFindingCap()` function with default limit of 20 findings per evaluation. Prioritizes by severity → confidence → actionability (suggestedFix presence) → description length. Configurable via `maxFindingsPerFile` option (0 to disable).
2073
- - **CI/CD project-level gating** (FP rule #12) — Suppresses all absence-based `CICD-*` findings, which are inherently project-level concerns that cannot be meaningfully assessed from individual file analysis.
2074
- - **SOV relevance gating** (FP rule #13) — Suppresses absence-based `SOV-*` findings on files that contain no data operation patterns (SQL, fetch, axios, database access, ORM methods, store operations).
2075
- - **DOC-001 severity adjustment** — Documentation findings handled by existing absence pipeline for appropriate severity/confidence calibration.
2076
- - **Confidence-based progressive disclosure** — New `confidenceTier` field on `Finding` type: `"essential"` (≥0.8), `"important"` (≥0.6), `"supplementary"` (<0.6). Enables UI consumers to implement progressive disclosure of findings by confidence level.
2077
- - **Cross-project breakdown**: { essential: 3,677, important: 4,010, supplementary: 211 } | { critical: 222, high: 1,342, medium: 4,195, low: 1,865, info: 274 } | absence-based: 1,722
2078
- - All 1,358 tests pass (960 judges + 134 negative + 194 subsystems + 70 extension-logic)
2079
-
2080
- ## [3.17.0] — 2025-07-08
2081
-
2082
- ### Improved
2083
- - **Second round false positive reduction** — Cross-project findings 11,158 → 11,011 (−1.3%) from deterministic rules; additional reductions in LLM-assisted paths via precision mandates:
2084
- - **35 `isAbsenceBased` flags** across 11 evaluators (authentication ×8, observability ×4, caching ×2, cloud-readiness ×4, configuration-management ×4, api-design ×3, reliability ×1, scalability ×2, agent-instructions ×4, accessibility ×1, data-sovereignty ×1) — triggers severity cap to medium + confidence cap to 0.6 for absence-patterned findings
2085
- - **Project-level absence dedup** in `evaluateProject()` — groups duplicate absence findings by title, keeps only the highest-confidence instance
2086
- - **Precision mandates injected** into LLM-facing assembly points (`prompts.ts` full-tribunal, `deep-review.ts` single-judge and tribunal paths) — overrides adversarial stance with "cite specific code evidence, do not flag absence speculatively, prefer fewer high-confidence findings"
2087
- - **35 judge systemPrompts softened** — removed "false positives are preferred over missed [X]" and "do not give the benefit of the doubt" language from all judge files; replaced with evidence-based framing
2088
- - **4 new FP heuristic rules** in `false-positive-review.ts`:
2089
- - Rule 8 strengthened: absence confidence threshold raised from 0.35 → 0.45
2090
- - Rule 9: Web-only rules (A11Y-, UX-) suppressed on non-web code (no HTML/JSX/DOM patterns)
2091
- - Rule 10: Findings targeting empty/whitespace-only lines removed
2092
- - Rule 11: Absence-based findings on trivially small files (<10 substantive lines) removed
2093
- - All 1,154 tests pass (960 judges + 194 subsystems)
2094
-
2095
- ## [3.16.0] — 2025-07-06
2096
-
2097
- ### Improved
2098
- - **20% false positive reduction** — Comprehensive cross-project analysis (13,981 findings across 30 projects / 1,149 files) identified and fixed 5 root cause gaps in the FP filtering pipeline, reducing findings to 11,158:
2099
- - **Config file gating** — YAML/JSON/TOML/INI/ENV files now classified as "config" by `classifyFile()`, suppressing 30 code-only rule prefixes. YAML file findings: 891 → 0 (100% elimination)
2100
- - **Test file suppression** — Extended `PROD_ONLY_RULE_PREFIXES` from 4 to 22 prefixes (added AGENT/AICS/PERF/PORTA/UX/I18N/A11Y/LOGPRIV/CACHE/DATA/API/SOV/DOC/MAINT/COMP/CICD/COST/SWDEV). Test file findings: 1,500 → 306 (80% reduction)
2101
- - **Absence-based gating** — Extended `ABSENCE_GATED_PREFIXES` with 7 new prefixes (SOV/DOC/MAINT/SWDEV/COST/COMP/TEST); removed counterproductive `projectLevelKeywords` exclusion that prevented CI/CD, pipeline, and infrastructure findings from being gated on non-server files
2102
- - **Evaluator `isAbsenceBased` flags** — Added explicit flags to 12 findings across 5 evaluators (ci-cd ×6, data-sovereignty ×1, documentation ×1, software-practices ×1, cost-effectiveness ×3)
2103
- - **PII geo-partitioning precision** — Added line-number collection to PII storage finding in data-sovereignty evaluator, making it presence-based (specific DB operation lines) rather than falsely gated as absence-based
2104
- - **11 new subsystem tests** covering all FP improvements (194 total, was 183)
2105
- - All 1,154 tests pass (960 judges + 194 subsystems)
2106
-
2107
- ## [3.15.1] — 2025-07-06
2108
-
2109
- ### Fixed
2110
- - **ReDoS (catastrophic backtracking) in 8 evaluator/AST files** — Comprehensive audit and fix of regex patterns that could cause exponential or polynomial backtracking on adversarial or large inputs:
2111
- - `observability.ts` — String-stripping regex `(["'\`])(?:\\.|(?!\1).)*\1` replaced with safe per-quote-type pattern
2112
- - `ethics-bias.ts` — Same string-stripping regex fix
2113
- - `portability.ts` — `pathSepPattern` restructured: trailing `[^...]*` moved outside the repeated `{2,}`/`{3,}` groups to eliminate NFA ambiguity between iterations
2114
- - `cross-file-taint.ts` — `.*SOURCE.*` dynamic regex replaced with `[^\n]*SOURCE[^\n]*` to avoid O(n²) between adjacent wildcards (2 instances)
2115
- - `software-practices.ts` — `(?:.*,\s*)?` in boolean-param detection replaced with `(?:[^,)]*,\s*)*` to eliminate `.*`/`,` overlap
2116
- - `cybersecurity.ts` — Same `(?:.*,\s*)?` fix in mass-assignment detection
2117
- - `scalability.ts` — `\(.*(?:length|size|count).*\)` replaced with `\([^)]*...[^)]*\)` to prevent O(n²) between adjacent wildcards
2118
- - `ai-code-safety.ts` — Triple `.*` in f-string prompt injection pattern replaced with `[^{]*` and `[^}]*` to prevent O(n³) backtracking
2119
- - All 1143 tests pass (960 judges + 183 subsystems)
2120
-
2121
- ## [3.15.0] — 2026-03-02
2122
-
2123
- ### Reverted
2124
- - **Removed LLM-based false positive filter (v3.14.0)** — The external-API approach was architecturally wrong. Judges are agent prompts meant to leverage the calling model (Copilot, ChatGPT, etc.) via their `systemPrompt` fields — they should not call a separate LLM API with a separate API key. All v3.14.0 changes have been fully reverted:
2125
- - Deleted `src/llm-fp-filter.ts`
2126
- - Reverted `register-evaluation.ts`, `register-workflow.ts`, `deep-review.ts`, `api.ts`
2127
- - Removed 15 LLM filter tests from `subsystems.test.ts`
2128
-
2129
- ### Added
2130
- - **False-Positive Review meta-judge** (`false-positive-review`) — A new 37th judge dedicated to FP detection, following the correct hybrid architecture:
2131
- - **Agentic side** (`systemPrompt`): Comprehensive FP-expert persona covering a 10-category taxonomy — string literal context, comment context, test context, identifier-keyword collision, IaC gating, stdlib idiom, adjacent mitigation, import/type-only, serialization vs export, absence-based in partial code. The calling model uses this prompt in the deep review section to contextually review findings for false positives.
2132
- - **Deterministic side** (`src/evaluators/false-positive-review.ts`): Pipeline post-processing step in `evaluateWithTribunal` that removes findings matching known FP patterns:
2133
- - App-only rules (CYBER, AUTH, PERF, etc.) suppressed on IaC templates
2134
- - Prod-only rules (RATE, SCALE, OBS, CLOUD) suppressed on test files
2135
- - Findings where all target lines are comments or string literals
2136
- - Findings targeting import/type declarations only
2137
- - Keyword-in-identifier collisions (e.g. "age" in `maxAge`, "password" in `passwordField`)
2138
- - Safe stdlib idioms (dict.get, JSON.stringify, path.join with literals)
2139
- - Absence-based findings with very low confidence (<35%)
2140
- - **15 new tests** covering all heuristic categories
2141
-
2142
- ## [3.14.0] — 2026-03-02 [REVERTED]
2143
-
2144
- _This release has been fully reverted in v3.15.0. See above for details._
2145
-
2146
- ## [3.13.10] — 2026-03-02
2147
-
2148
- ### Fixed
2149
- - **5 evaluator false-positive fixes** from ninth round of real-world Copilot feedback (`data_loader.py` Python GDPR text loader/indexer, persisted across 3 remediation iterations):
2150
- - **COMP-001** (compliance) — Age-verification rule now checks ±3 line context window for cache/TTL keywords (`cache`, `ttl`, `max_age`, `stale`, `freshness`, `expir`). The word "age" in cache-age/TTL logging contexts is no longer flagged as age-related user data.
2151
- - **SOV-001** (data-sovereignty) — Region-policy rule now suppresses Python `global` scope declarations (`global my_var`), `GLOBAL_CONFIG`-style variable names, and `global_cache`/`_global` identifiers. Suppression is bypassed when the line also contains real geographic patterns (`us-`, `asia-`, `ap-`, etc.).
2152
- - **SOV-002** (data-sovereignty) — Cross-border egress rule now requires personal/sensitive data context (`user`, `customer`, `email`, `payment`, `pii`, etc.) before flagging HTTP calls. Modules that only fetch read-only reference content (regulation text, documentation) are no longer flagged.
2153
- - **SOV-003** (data-sovereignty) — Export-path rule now suppresses standard serialization library calls (`json.dumps`, `json.dump`, `pickle.dump`, `yaml.dump`, `csv.dump`, `msgpack`, `marshal`, `toml.dump`, `pprint`). In-memory or local-file serialization is not cross-border data export.
2154
- - **PERF-001** (performance) — Duplicate-fetch rule now validates that `get()` calls are actual HTTP client methods (`requests.get`, `axios.get`, `http.get`, `fetch`) or use URL-like arguments (`http://`/`https://`). Python `dict.get("key")`, `config.get("name")`, and `os.environ.get("VAR")` are no longer counted as network fetches.
2155
-
2156
- ### Added
2157
- - **13 new regression tests** (1326 total) covering all 5 FP fixes: cache-age suppression (positive + negative), Python global keyword suppression (scope declaration, variable names, geographic passthrough), read-only content fetch (reference loader vs personal data exporter), serialization dump (json/yaml/pickle + real export passthrough), dict.get vs HTTP get (dict.get, fetch, requests.get).
2158
-
2159
- ## [3.13.9] — 2026-03-02
2160
-
2161
- ### Fixed
2162
- - **Broad IaC awareness sweep** — 11 additional rules across 7 evaluators now suppress false positives on Bicep, Terraform, and ARM templates:
2163
- - **SOV-001** (data-sovereignty) — Region-without-policy rule gated with `!isIaCTemplate`. Bicep `@allowed` location params are policy-compliant by design.
2164
- - **SOV-003** (data-sovereignty) — Replication/backup localization rule gated. IaC GRS/geo-redundant config is declarative infrastructure.
2165
- - **SOV-007** (data-sovereignty) — Telemetry sovereignty rule gated. App Insights resource declarations are not telemetry data flows.
2166
- - **SOV-009** (data-sovereignty) — Region-without-enforcement rule gated. Bicep location parameters enforce region declaratively.
2167
- - **SOV-011** (data-sovereignty) — KMS/key sovereignty rule gated. KeyVault resource definitions are infrastructure.
2168
- - **COMP-002** (compliance) — Tracking/analytics without consent rule gated. IaC monitoring resources are not user-tracking code.
2169
- - **CYBER** (cybersecurity) — Auth rate-limiting rule gated. `@secure()` password/token params are not auth endpoints.
2170
- - **AICS-008** (ai-code-safety) — Hardcoded URL rule gated. Container image references and endpoint configs in IaC are declarative.
2171
- - **CFG-**** (configuration-management) — Full evaluator early-return for IaC templates. All CFG rules are designed for imperative code.
2172
- - **CLOUD** (cloud-readiness) — Connection string detection gated. ARM/Bicep `connectionStrings` blocks are infrastructure wiring.
2173
- - **CLOUD** (cloud-readiness) — Config-without-env-vars rule gated. IaC `appSettings` are declarative configuration.
2174
-
2175
- ### Improved
2176
- - **Extracted `isIaCTemplate` to `shared.ts`** — Centralized IaC content-detection regex (previously duplicated in 3 evaluators) into a single shared function. Detects Bicep, Terraform, and ARM template patterns.
2177
-
2178
- ### Added
2179
- - **11 new regression tests** (1313 total) covering all newly guarded IaC FP rules with targeted Bicep, Terraform, and ARM template fixtures, plus positive tests validating imperative app code is still flagged.
2180
-
2181
- ## [3.13.8] — 2026-03-02
2182
-
2183
- ### Fixed
2184
- - **4 evaluator false-positive fixes** from eighth round of real-world Copilot feedback (`gdpr_aks.bicep` IaC template, persisted across 3 remediation iterations):
2185
- - **SOV-001** (data-sovereignty) — Export-path rule now gated on `!isIaCTemplate`. Bicep/Terraform/ARM templates are declarative infrastructure definitions with no data-export code paths.
2186
- - **SOV-002** (data-sovereignty) — Jurisdiction enforcement rule now gated on `!isIaCTemplate`. Bicep enforces jurisdiction via declarative `@allowed` parameter constraints, not imperative `deny`/`throw` branches.
2187
- - **COMP-001** (compliance) — Age-verification rule now gated on `!isIaCTemplate`. Infrastructure templates contain no age-related user data or input fields (e.g., AKS `maxAge` is a node pool setting).
2188
- - **COST-001** (cost-effectiveness) — Nested-loop detection now gated on `!isIaCTemplate`. Declarative IaC has no imperative loop constructs.
2189
-
2190
- ### Added
2191
- - **8 new regression tests** (1302 total) covering all 4 IaC FP fixes with both negative (Bicep template suppressed) and positive (imperative application code still detected) cases.
2192
- - `isIaCTemplate` detection regex for Bicep (`param`, `resource`, `@allowed`, `targetScope`), Terraform (`resource`, `variable`, `provider`, `terraform {`), and ARM (`$schema...deploymentTemplate`) across 3 evaluators.
2193
-
2194
- ## [3.13.7] — 2026-03-02
2195
-
2196
- ### Fixed
2197
- - **4 evaluator false-positive fixes** from seventh round of real-world Copilot feedback (`public/app.js` browser-side JavaScript, score 91→94):
2198
- - **DB-001** (database) — N+1 query rule now gated on `hasDatabaseContext` (DB imports, SQL statements, connection patterns). Browser-side `fetch()`, `Array.find()`, DOM `.select()` in loops are not N+1 database access.
2199
- - **COMP-001** (compliance) — Age-related regex now uses `\bage(?![a-z])` word boundary to prevent matching `age` embedded in common words (`package`, `page`, `image`, `storage`, `manage`, `voltage`, etc.). Also word-bounded `child`, `minor`, `dob`, `coppa`.
2200
- - **SOV-002** (data-sovereignty) — Export path rule now gated on `!isFrontendCode`. Browser code with `document.`, `window.`, `addEventListener`, `querySelector`, React/Vue/Angular/jQuery signals is UI rendering, not data export.
2201
- - **TEST-001** (testing) — `hasTestStructure` now requires ≥2 of (`describe`, `it`, `test`) for JS/TS instead of any single match. A lone `it(` in browser code (common iterator variable) no longer triggers test evaluator.
2202
-
2203
- ### Added
2204
- - **8 new regression tests** (1294 total) covering all 4 FP fixes with both negative (browser code suppressed) and positive (real server/test code still detected) cases.
2205
-
2206
- ## [3.13.6] — 2026-03-02
2207
-
2208
- ### Fixed
2209
- - **5 evaluator false-positive fixes** from sixth round of real-world Copilot feedback (`public/index.html` static HTML page, score 98→99):
2210
- - **COMP-001** (compliance) — Age-verification rule now skipped for HTML/markup files. Privacy policy text mentioning “COPPA”, “children”, “under 13” is legal disclosure, not an age-input data flow.
2211
- - **SOV-001** (data-sovereignty) — Jurisdiction enforcement rule now gated on `!isMarkupFile`. Legal/privacy text mentioning “jurisdiction” in static HTML is not code that needs enforcement branches.
2212
- - **PORTA-001** (portability) — Path separator rule short-circuits for markup files. Forward slashes in HTML `href`/`src` attributes are valid URL paths, not OS file-path separator misuse.
2213
- - **CICD-001** (ci-cd) — “No test infrastructure” rule now checks `!isMarkupFile`. HTML `class=` attributes matching the `class` keyword no longer trigger source-code detection.
2214
- - **COST-001** (cost-effectiveness) — `hasDataFetchOrServe` gated on `!isMarkupFile`. Text content mentioning “fetch” in static HTML does not need in-code caching.
2215
-
2216
- ### Added
2217
- - **10 new regression tests** (1286 total) covering all 5 FP fixes with both negative (HTML suppressed) and positive (real source code still detected) cases.
2218
-
2219
- ## [3.13.5] — 2026-03-02
2220
-
2221
- ### Fixed
2222
- - **7 evaluator false-positive fixes** from fifth round of real-world Copilot feedback (`src/utils.js` post-split barrel module, score 99):
2223
- - **SOV-001** (data-sovereignty) — "Data export path without sovereignty-aware controls" now skips ES module re-export barrels (`export { ... } from '...'`). Re-export aggregation files do not perform actual data export.
2224
- - **TEST-001** (testing) — `hasTestStructure` regex now uses `\b` word boundaries for `describe`, `it`, `test` to prevent false matches inside `emit()`, `submit()`, `split()`, `transmit()`, `exit()`. Also expanded `isConfigOrUtility` with `util|utils|helper|helpers|lib|shared|common` patterns, and restricted to file header (first 5 lines) to avoid matching incidental code-body mentions.
2225
- - **CLOUD-001/002/003** (cloud-readiness) — Health check, graceful shutdown, and feature flag rules now gated on `hasServerCode` (requires `app.listen`, `createServer`, `express()`, Flask, Django, etc.). Utility/helper modules above the line threshold are no longer flagged.
2226
- - **I18N-001** (internationalization) — `isDirOrModuleLoader` extended with ESM re-export barrel pattern (`export { ... } from`) to suppress "No text encoding specification" on barrel modules.
2227
- - **COST-001** (cost-effectiveness) — "No caching strategy detected" now gated on `hasDataFetchOrServe` requiring evidence of I/O, data-fetching, or server operations (`fetch()`, `axios`, `.query()`, `db.`, `app.listen`, etc.). Pure utility modules no longer flagged.
2228
-
2229
- ### Added
2230
- - **10 new regression tests** (1276 total) covering all 7 FP fixes with both negative (FP suppressed) and positive (real issues still detected) cases.
2231
-
2232
- ## [3.13.4] — 2026-03-02
2233
-
2234
- ### Fixed
2235
- - **2 evaluator false-positive fixes** from fourth round of real-world Copilot feedback:
2236
- - **I18N-001** (internationalization) — "No text encoding specification" rule now suppressed for directory/module-loader files that use `readdir`, `readdirSync`, `opendir`, `scandir`, `glob`, `import()`, `require()`, `require.resolve`, `__dirname`, or `path.join`/`path.resolve`. These files perform filesystem navigation, not text-content I/O.
2237
- - **UX-001** (ux) — "List rendering without empty state" rule now requires UI rendering context (JSX/HTML tags, DOM manipulation, React/Vue/Angular/Svelte imports) before firing. Backend modules using `.map()`/`.forEach()` for data processing are no longer flagged.
2238
-
2239
- ### Added
2240
- - **4 new regression tests** (1267 total) covering both FP fixes with negative (FP suppressed) and positive (real issues still detected) cases.
2241
-
2242
- ## [3.13.3] — 2026-03-02
2243
-
2244
- ### Fixed
2245
- - **12 evaluator false-positive fixes** from third round of real-world Copilot delta feedback (score improved 97→99, high findings 7→1):
2246
- - **SOV-001** (data-sovereignty) — region patterns inside regex `.test()` / `.match()` calls are now excluded (analysis code referencing region patterns, not actual region usage). Broadened `hasRegionPolicy` with `regionConfig`, `deploymentRegion`, `regionConstraint`, `regionAllowlist`, `regionDenylist`, `dataLocality`, `geoFence`, `geoRestrict`.
2247
- - **AUTH-001** (authentication) — credential keywords inside regex pattern lines are now skipped (code analysis tools defining credential-detection patterns).
2248
- - **AUTH-002** (authentication) — route detection now filters out regex `.test()` pattern references and regex-escaped route strings. Files with ≥8 `.test()` calls (code-analysis modules) are excluded as they are evaluator/analysis code, not actual unprotected endpoints.
2249
- - **DB-001** (database) — SQL injection patterns inside regex `.test()` / `.match()` calls are now excluded (analysis code, not real SQL queries).
2250
- - **TEST-001** (testing) — "No tests detected" rule now suppresses for code-analysis modules (≥8 regex `.test()` calls), which are analysis/evaluator modules, not undertested production code.
2251
- - **A11Y-001** (accessibility) — files constructing ARIA helpers or accessibility utilities (`createAccessible`, `ariaHelper`, `buildAria`, `a11yProps`, `makeAccessible`, etc.) are now recognized as building accessible infrastructure and excluded from the "image missing alt" rule. Regex pattern lines also excluded.
2252
- - **PORTA-002** (portability) — path separator detection now excludes route/API path definitions (`app.get('/api/v1/...')`, `@Get()` annotations), path/route/endpoint variable assignments, and URL-like path strings (`/api/`, `/v1/`, `/auth/`, etc.).
2253
- - **SWDEV-003** (software-practices) — magic number detection now excludes `.length` threshold comparisons (`.length > 50`, `.length < 3`) and named constant declarations with uppercase identifiers (`const MAX_RETRIES = 5`).
2254
- - **COMP-001** (compliance) — age-verification finding now downgrades to `low` severity (from `medium`) when age-consent middleware patterns are detected (`ageConsentMiddleware`, `parentalConsentMiddleware`, `coppaMiddleware`, `minorDataRestrict`, `childProtectionGuard`, etc.).
2255
- - **UX-001** (ux) — inline event handler detection now suppresses entirely for React/JSX files (imports React, uses hooks, JSX/TSX). React's synthetic event props like `onClick` are standard, not inline handlers.
2256
- - **UX-002** (ux) — form detection tightened to require actual HTML form elements (`<form>`, `<button>`, `onSubmit=`, `handleSubmit`, `formik`, `useForm`) rather than generic keyword mentions of "form" or "submit".
2257
- - **TEST-002** (testing) — no-test-detection for production code now excluded for analysis modules with heavy regex usage.
2258
-
2259
- ### Added
2260
- - **17 new regression tests** (1263 total) covering all 12 false-positive fixes, including both negative cases (FP suppressed) and positive cases (real issues still detected).
2261
-
2262
- ## [3.14.0] — 2026-03-02
2263
-
2264
- ### Added
2265
- - **Combined Layer 1 + Layer 2 deep review** — new `@judges /deepreview` chat sub-command and `Judges: Deep Review (Layer 1 + Layer 2)` VS Code command. Runs all 35 deterministic evaluators (L1), then sends findings + source code to GPT-4o with the full tribunal deep-review prompt (L2) for contextual AI analysis — all in a single user action.
2266
- - **`/deepreview` chat sub-command** — streams L1 findings grouped by severity with fix buttons, then streams the L2 LLM deep-review response directly in Copilot Chat. Gracefully degrades to L1-only when no LLM is available.
2267
- - **`judges.deepReview` command** — accessible from command palette and editor context menu (🚀 icon). Runs L1 + L2 and opens the full report as a new markdown tab.
2268
- - **Deep-review prompt builders exported from public API** — `buildSingleJudgeDeepReviewSection` and `buildTribunalDeepReviewSection` are now available via `@kevinrabun/judges/api`.
2269
- - **10 new tests** (1220 total): deep-review intent detection (3), L1→L2 prompt construction (3), tribunal section validation (2), JUDGES array contract (1), API export accessibility (1).
2270
-
2271
- ## [3.13.2] — 2026-03-02
2272
-
2273
- ### Fixed
2274
- - **5 evaluator false-positive fixes** from second round of real-world Copilot review feedback:
2275
- - **REL-001** (reliability) — empty catch blocks now suppressed when the file contains resilience infrastructure (circuit-breaker, retry wrappers, abort-signal helpers) indicating errors are intentionally handled at a higher abstraction layer.
2276
- - **SOV-001** (data-sovereignty) — broadened `hasRegionPolicy` detection to recognize `approvedJurisdictions`, `allowedJurisdictions`, `jurisdictionPolicy`, `exportPolicy`, `egressPolicy`, and `jurisdictionGuard` patterns.
2277
- - **SOV-003/telemetry** (data-sovereignty) — relaxed telemetry kill-switch regex: `ALLOW_EXTERNAL_TELEMETRY` is now a standalone match (no longer requires `throw|false|disabled` on the same line). Added `SovereigntyError.*telemetry` and `policy.?gate.*telemetry` patterns.
2278
- - **SCALE-003** (scalability) — removed generic `.sleep()` from blocking-call detection (matched async sleep helpers in retry/backoff code). Now only matches language-specific blocking sleeps (`Thread.sleep`, `time.sleep`). Lines containing `await` are also excluded.
2279
- - **COMP-001** (compliance) — PII-without-encryption rule now suppressed when the file has compliance infrastructure (`verifyAgeCompliance`, `requireParentalConsent`, `restrictDataCollection`, etc.). Age-verification regex also expanded to recognize `verifyAge`, `ageCompliance`, `requireParentalConsent`, `restrictDataCollection`.
2280
-
2281
- ### Added
2282
- - **11 new regression tests** (1246 total) covering all 5 false-positive fixes, including both negative cases (FP suppressed) and positive cases (real issues still detected).
2283
-
2284
- ## [3.13.1] — 2026-03-02
2285
-
2286
- ### Fixed
2287
- - **10 evaluator false-positive fixes** from real-world Copilot review feedback:
2288
- - **REL-002** (reliability) — expanded timeout context window from 5 lines to ±15 lines; added file-level `AbortController`/`AbortSignal`/`signal` scan so files with centralized timeout handling are not flagged.
2289
- - **SOV-002** (data-sovereignty) — added egress gate detection (`assertAllowedEgress`, `egressPolicy`, `jurisdictionCheck`, etc.) to suppress cross-border findings when a guard function exists.
2290
- - **SOV-004** (data-sovereignty) — added centralized sovereignty response handler detection (`finalizeSovereignResponse`, `sovereigntyMiddleware`, etc.) to suppress export-path findings.
2291
- - **SOV-007** (data-sovereignty) — added telemetry kill-switch detection; files that throw on external telemetry enable are no longer flagged.
2292
- - **SOV-008** (data-sovereignty) — tightened PII partition rule to require concrete DB mutation evidence (SQL DML in query context or ORM method calls) instead of matching generic verbs like `create`/`save`.
2293
- - **DOC-001** (documentation) — undocumented-function rule now only flags exported/public functions. Internal helpers, private utilities, and language-specific private patterns (`_`-prefixed in Python, non-`pub` in Rust) are skipped.
2294
- - **A11Y form error** (accessibility) — form error ARIA rule now gated on HTML/JSX rendering evidence; pure backend files generating validation schemas are no longer flagged.
2295
- - **SCALE-003** (scalability) — replaced generic `*Sync(` regex with an explicit list of 30+ known Node.js synchronous blocking APIs. Custom functions like `ensureModelSync()` or `performDataSync()` are no longer flagged.
2296
- - **AUTH-002** (authentication) — added public endpoint marker detection (`isPublic`, `@PermitAll`, `noAuth`, `AllowAnonymous`, etc.) and health-check-only route file suppression.
2297
- - **DB-006** (database) — tightened mutation detection to require SQL DML in `query()`/`execute()` context or ORM method calls; function names containing `create`/`update`/`delete` no longer trigger false positives.
2298
-
2299
- ### Added
2300
- - **15 new regression tests** (1235 total) covering all 10 false-positive fixes, including both negative cases (FP suppressed) and positive cases (real issues still detected) for DOC-001, A11Y, SCALE-003, AUTH-002, and DB-006.
2301
-
2302
- ## [3.13.0] — 2026-03-02
2303
-
2304
- ### Added
2305
- - **AI-assisted false-positive refinement** — new `Judges: Refine Findings with AI` VS Code command (context menu + command palette). Uses GPT-4o to review pattern-matched findings against source code and filter out false positives. Reports how many findings were dismissed vs confirmed.
2306
- - **Deep-review false-positive instructions** — both single-judge and tribunal deep-review prompt builders now include a "False Positive Review" section instructing the LLM to identify and dismiss pattern findings that match string literals, function-scoped variables, nearby mitigation code, or test/example code. Dismissed findings are listed in a dedicated section and excluded from the verdict.
2307
- - **`isStringLiteralLine()` helper** — new helper in `shared.ts` that detects lines whose content is purely a string literal value (object properties, descriptions, examples). Used by `getLineNumbers` / `getLangLineNumbers` to auto-skip string-literal lines by default, preventing false positives from example text in strings.
2308
- - **String literal skipping in `getLineNumbers` / `getLangLineNumbers`** — both functions now skip string-literal-only lines by default (opt out with `{ skipStringLiterals: false }`). IaC languages (ARM/Terraform/Bicep) automatically opt out since their content is structured data where quoted values are meaningful.
2309
- - **34 new tests** (1210 total across 4 test files):
2310
- - Deep-review single-judge prompt (8 tests) and tribunal prompt (7 tests).
2311
- - `isStringLiteralLine` helper (7 tests).
2312
- - `getLineNumbers` / `getLangLineNumbers` string literal skipping (4 tests).
2313
- - String literal false-positive regressions for logging-privacy and performance evaluators (2 tests).
2314
- - `refineWithAI` contract verification (6 tests): prompt building, index filtering, JSON array parsing.
2315
-
2316
- ### Fixed
2317
- - **7 evaluator false-positive fixes**:
2318
- - **logging-privacy** — SQL regex no longer matches `SELECT` inside string literal values.
2319
- - **data-sovereignty** — audit trail window scoped to function bodies instead of matching globally.
2320
- - **performance** — unbounded collection scope limited to actual code context; event handler and pagination checks now skip string literal lines.
2321
- - **internationalization** — currency regex anchored to avoid matching partial identifiers.
2322
- - **scalability** — global mutable state scoping improved (function-local `let`/`var` no longer flagged).
2323
- - **IaC evaluator preserves detection in ARM templates** — `getLangLineNumbers` auto-disables string literal skipping for IaC languages so JSON key-value pairs aren't incorrectly filtered.
2324
-
2325
- ### Changed
2326
- - **README** — test badge updated from 925 to 1210; documented AI refinement capability.
2327
- - **VS Code extension README** — added `Judges: Refine Findings with AI` to commands table and features list.
2328
-
2329
- ## [3.12.0] — 2026-03-01
2330
-
2331
- ### Added
2332
- - **Technological sovereignty rules** — 3 new evaluator rules:
2333
- - **SOV-011**: Vendor-managed encryption without key sovereignty (BYOK/CMK/HSM).
2334
- - **SOV-012**: Proprietary AI/ML model dependency without abstraction layer.
2335
- - **SOV-013**: Single identity provider coupling without OIDC/SAML federation.
2336
- - **Operational sovereignty rules** — 3 new evaluator rules:
2337
- - **SOV-014**: External API calls without circuit breaker / resilience patterns.
2338
- - **SOV-015**: Administrative operations without structured audit trail.
2339
- - **SOV-016**: Data storage without export / portability mechanism.
2340
- - **3-pillar sovereignty systemPrompt** — judge definition expanded with 20 evaluation criteria across Data, Technological & Operational sovereignty pillars.
2341
- - **13 new tests** for technological and operational sovereignty rules including comment-skipping regression (925 total tests, 190 suites).
2342
-
2343
- ### Changed
2344
- - **Judge name** — "Judge Data Sovereignty" → "Judge Sovereignty".
2345
- - **Judge domain** — "Data Sovereignty & Jurisdictional Controls" → "Data, Technological & Operational Sovereignty".
2346
- - **README** — test badge 912 → 925; Data Sovereignty row and MCP prompt expanded.
2347
-
2348
- ## [3.11.4] — 2026-03-01
2349
-
2350
- ### Fixed
2351
- - **Zero lint errors** — resolved all remaining PROBLEMS across `daily-popular-repo-autofix.ts` (unused `RepoTimeoutError` class), `judges.test.ts` (9 unused imports), and `iac-security.ts` (unused post-increment value).
2352
- - **9 new comment-skipping regression tests** — authentication, API design, dependency health, compliance, observability, testing, internationalization, documentation, and ethics-bias evaluators now have dedicated false-positive regression tests (912 total tests, 188 suites).
2353
-
2354
- ### Changed
2355
- - **CHANGELOG** — added missing entries for v3.8.5 through v3.11.3 with link references.
2356
- - **README** — test badge updated from 842 to 912.
2357
- - **CONTRIBUTING** — test count updated from 700+ to 900+.
2358
- - **SECURITY** — supported versions table updated to reflect 3.11.x as current.
2359
-
2360
- ## [3.11.3] — 2026-03-01
2361
-
2362
- ### Fixed
2363
- - **Systemic comment-skipping across all evaluators** — added `isCommentLine()` helper to `shared.ts` with `COMMENT_LINE_RE` regex. `getLineNumbers()` and `getLangLineNumbers()` now skip comment lines by default. Added 123 individual `isCommentLine` guards to `forEach`/`for` loops across 20 evaluators. 9 intentional comment checks (TODO/FIXME, linter-disable, etc.) opted out with `{ skipComments: false }`.
2364
- - Added 10 regression tests for comment-skipping false positives (903 total tests, 188 suites).
2365
-
2366
- ## [3.11.2] — 2026-03-01
2367
-
2368
- ### Fixed
2369
- - **Recursion detector** limited body scan to actual function boundaries — previously could false-positive on identically named functions elsewhere in the file.
2370
- - **`var` in comments** no longer triggers maintainability or software-practices findings (`var oldConfig = {}` in a comment is not a code issue).
2371
-
2372
- ## [3.11.1] — 2026-03-01
2373
-
2374
- ### Fixed
2375
- - **Testing evaluator** — `describe`/`it` labels and word boundaries for `HttpClient` no longer produce false positives.
2376
- - **Data-sovereignty evaluator** — `export` embedded in identifiers and env vars no longer triggers; added word boundaries to `dr` and `replica` checks.
2377
- - **Documentation evaluator** — walks backwards through comment body for long JSDoc blocks to avoid false-positive "missing documentation" findings.
2378
-
2379
- ## [3.11.0] — 2026-03-01
2380
-
2381
- ### Fixed
2382
- - **N+1 query check** now scans actual loop bodies instead of the entire file — eliminates false positives when queries exist outside loops.
2383
- - **Retry detection** recognizes `p-retry` and `backoff` libraries.
2384
- - **Cost-effectiveness** skips comment lines in loop detection.
2385
- - **Accessibility** skips comment and declaration lines.
2386
- - **Data-sovereignty** skips comment lines.
2387
- - **External dependency** detection skips comment lines.
2388
- - **API doc check** no longer false-positives on large JSDoc blocks.
2389
-
2390
- ## [3.10.1] — 2026-03-01
2391
-
2392
- ### Fixed
2393
- - **Auto-fix button** no longer falsely reports code changed when no patches were applied.
2394
-
2395
- ## [3.10.0] — 2026-03-01
2396
-
2397
- ### Added
2398
- - **IaC Security judge** (`IAC-*` rules) — Infrastructure-as-Code analysis for Terraform (`.tf`), Bicep (`.bicep`), and ARM templates (`.json`). Checks for overly permissive network rules, missing encryption, public access, hardcoded secrets in IaC definitions, and 15 other IaC-specific anti-patterns.
2399
-
2400
- ## [3.9.3] — 2026-03-01
2401
-
2402
- ### Improved
2403
- - **VS Code extension** — "Re-Evaluate" is now a chat followup that streams updated findings into chat (previously showed only a toast). Context-aware followups for `/security` and workspace reviews. Post-fix followup after `/fix`.
2404
- - **Auto-fix clarity** — each finding tagged with 🔧 (auto-fixable) or 📝 (manual review). Fixability summary in header. Dynamic button label ("Auto-Fix N of M Findings"). Button hidden when no findings are auto-fixable.
2405
-
2406
- ## [3.9.2] — 2026-03-01
2407
-
2408
- ### Fixed
2409
- - **VS Code extension** — populated findings cache directly from chat review results; fixed Auto-Fix All and Re-Evaluate buttons not working after chat review.
2410
-
2411
- ## [3.9.1] — 2026-03-01
2412
-
2413
- ### Added
2414
- - **Workspace-wide review** — `@judges /review` in Copilot Chat can now evaluate all supported files in the workspace with progress reporting.
2415
-
2416
- ### Fixed
2417
- - **Tree-sitter AST** — made `tree-sitter-ast.ts` work in both ESM and CJS bundles.
2418
- - Added missing `toolReferenceName` to `languageModelTools` manifest.
2419
-
2420
- ## [3.9.0] — 2026-03-01
2421
-
2422
- ### Added
2423
- - **`@judges` chat participant** — type `@judges` in Copilot Chat to review, security-check, or auto-fix files. Slash commands: `/review`, `/security`, `/fix`, `/help`.
2424
- - **`judges_evaluate` Language Model tool** — registered via `vscode.lm.registerTool` so Copilot auto-discovers and invokes Judges evaluation.
2425
- - Disambiguation routing: Copilot auto-routes "judges panel review", "judges evaluation" queries.
2426
- - Domain-focused reviews and action buttons in chat responses.
2427
-
2428
- ## [3.8.7] — 2026-03-01
2429
-
2430
- ### Fixed
2431
- - Daily popular-repo autofix timeout and performance improvements.
2432
-
2433
- ## [3.8.6] — 2026-03-01
2434
-
2435
- ### Fixed
2436
- - Added `onChatParticipant` activation event for `@judges` in VS Code extension.
2437
-
2438
- ## [3.8.5] — 2026-03-01
2439
-
2440
- ### Security
2441
- - Replaced ReDoS-prone regex with `indexOf` in `project.ts` (CodeQL alert 35).
2442
-
2443
- ## [3.8.4] — 2026-03-01
2444
-
2445
- ### Security
2446
- - Fixed 8 polynomial-ReDoS vulnerabilities flagged by CodeQL code scanning:
2447
- - `structural-parser.ts`: PYTHON_CLASS regex — merged competing `\s*` quantifiers around optional base-list group.
2448
- - `taint-tracker.ts`: GUARD_PATTERNS — eliminated `[ \t]*!?[ \t]*` overlap that caused polynomial backtracking.
2449
- - `shared.ts`: health-check pattern — bounded `[^\n]*` to `{0,200}`; catch-block signal — replaced whole-file regex with line-by-line scan.
2450
- - `dependencies.ts`: requirements.txt parser — replaced `[>=<~!]+` character class with explicit pip-operator alternation.
2451
- - `project.ts`: import-path extractor — bounded `[^'"]` quantifier to `{1,500}`; normalise helper — replaced chained regex with `lastIndexOf` calls.
2452
- - Dismissed 6 false-positive / intentional alerts:
2453
- - 2 intentional vulnerabilities in `examples/sample-vulnerable-api.ts` (demo file).
2454
- - 4 URL-substring-sanitization false positives in test assertions.
2455
-
2456
- ## [3.8.3] — 2026-03-01
2457
-
2458
- ### Changed
2459
- - Extension README: rewrote to lead with auto-configured MCP, added Marketplace install instructions, added missing commands to table, updated Layer 2 section to emphasize it is enabled automatically.
2460
- - Extension `package.json` description updated to mention auto-configured MCP.
2461
- - Root README: rewrote “Connect to Your Editor” section — VS Code extension is now the recommended zero-config path; manual MCP configs updated to use `npx` instead of absolute paths; added Cursor and generic MCP client examples.
2462
-
2463
- ## [3.8.2] — 2026-03-01
2464
-
2465
- ### Fixed
2466
- - Added `workflow_dispatch` trigger to publish workflow for manual re-runs.
2467
- - Fixed tag-push not triggering CI when pushed alongside branch updates.
2468
-
2469
- ## [3.8.1] — 2026-03-01
2470
-
2471
- ### Fixed
2472
- - Aligned VS Code engine constraint (`^1.109.0`) with `@types/vscode` to fix vsce publish validation.
2473
-
2474
- ## [3.8.0] — 2026-03-01
2475
-
2476
- ### Added
2477
- - **MCP server auto-configuration** — VS Code extension now registers the Judges MCP server automatically via `McpServerDefinitionProvider`. Users install the extension and Layer 2 (35 expert-persona LLM prompts) is immediately available to Copilot — zero manual setup.
2478
- - **`Judges: Configure MCP Server` command** — writes the MCP server definition to `.vscode/mcp.json` for users who prefer explicit workspace config.
2479
- - Extension engine bumped to VS Code `^1.99.0` for MCP API support.
2480
-
2481
- ## [3.7.3] — 2026-03-01
2482
-
2483
- ### Fixed
2484
- - Fixed CI workflow race condition: extension install failed because `@kevinrabun/judges@^3.7.2` wasn't propagated on npm yet.
2485
- - Workflow now uses local tarball (`npm pack`) for the extension build instead of relying on npm registry propagation.
2486
- - Removed dependency version sync from the extension publish step; `^3.7.1` semver range covers all 3.x patches.
2487
-
2488
- ## [3.7.2] — 2026-03-01
2489
-
2490
- ### Fixed
2491
- - Resolved all 168 lint warnings across 45 source files (0 errors, 0 warnings).
2492
- - Fixed unused `lang` parameter in 25 evaluators (`lang` → `_lang`).
2493
- - Fixed last `ruleNum++` assignment (value never read) in 34 evaluators.
2494
- - Removed unused imports from `data-security.ts`, `evaluators/index.ts`, `negative.test.ts`, `subsystems.test.ts`.
2495
- - Prefixed unused variables with `_` in `ai-code-safety.ts`, `v2.ts`, `patches/index.ts`, `cross-file-taint.ts`, `structural-parser.ts`, `taint-tracker.ts`.
2496
- - Fixed unnecessary escape characters in `structural-parser.ts`, `ai-code-safety.ts`, `documentation.ts`, `shared.ts`, `software-practices.ts`.
2497
- - Removed dead `else { ruleNum++; }` branch in `ai-code-safety.ts`.
2498
- - All 1039 tests passing (842 + 28 + 169).
2499
-
2500
- ---
2501
-
2502
- ## [3.7.1] — 2026-03-01
2503
-
2504
- ### Fixed
2505
- - Added root `LICENSE` file (MIT) — was referenced in `package.json` `files` but missing from tarball.
2506
- - Added `CHANGELOG.md` to npm `files` array so it ships in the published package.
2507
- - Fixed CHANGELOG date and test count accuracy.
2508
- - VS Code extension: switched to `bundler` module resolution, fixed ESM/CJS import errors.
2509
- - VS Code extension: added `.vscodeignore` tuning, `galleryBanner` metadata, esbuild bundling.
2510
-
2511
- ---
2512
-
2513
- ## [3.7.0] — 2026-03-01
2514
-
2515
- ### Added
2516
- - **`judges --version` command** — display installed version with update check.
2517
- - **`--fix` flag on eval** — evaluate and auto-fix in one step: `judges eval --fix src/app.ts`.
2518
- - **Glob / multi-file eval** — evaluate directories and patterns: `judges eval src/**/*.ts`.
2519
- - **Progress indicators** — `[1/12] src/app.ts…` progress during multi-file evaluation.
2520
- - **VS Code extension** — diagnostics, code actions, and quick-fix integration (`vscode-extension/`).
2521
- - **README terminal mockup** — SVG-based visual showing evaluation output.
2522
- - **`.judgesrc.example.json`** — annotated example configuration file.
2523
- - **GitHub Marketplace metadata** — enhanced `action.yml` for Marketplace discovery.
2524
-
2525
- ### Changed
2526
- - `server.json` version synced to `3.7.0`.
2527
- - README test badge updated to **842**.
2528
- - Total test count: **842**.
2529
-
2530
- ---
2531
-
2532
- ## [3.6.0] — 2026-03-07
2533
-
2534
- ### Added
2535
- - **Plugin system** (`--plugin`) — load custom evaluator plugins from npm packages or local files.
2536
- - **Finding fingerprints** — stable content-hash IDs for tracking findings across runs.
2537
- - **Calibration mode** (`judges calibrate`) — tune judge thresholds against known-good codebases.
2538
- - **Diagnostics format** (`--format diagnostics`) — LSP-compatible diagnostic output for editor integration.
2539
- - **Comparison command** (`judges compare`) — side-by-side feature matrix vs ESLint, SonarQube, Semgrep, CodeQL.
2540
- - **Language packs** (`judges pack`) — manage language-specific rule extensions.
2541
- - **Config sharing** (`judges config export/import`) — export and import team configurations.
2542
- - **Custom rules** (`judges rule create`) — define and manage custom evaluation rules.
2543
- - **Fix history** — track applied patches with undo support.
2544
- - **Smart output** — auto-detect terminal width and format output accordingly.
2545
- - **Feedback command** (`judges feedback`) — submit false-positive feedback for rule tuning.
2546
- - **Benchmark command** (`judges benchmark`) — run detection accuracy benchmarks against test suites.
2547
- - **14 new subsystem tests** for plugins, fingerprinting, calibration, and diagnostics.
2548
-
2549
- ### Changed
2550
- - CLI expanded from 14 to 22 commands.
2551
- - Output formats expanded from 7 to 8 (added `diagnostics`).
2552
- - Total test count: **819** (up from 754).
2553
-
2554
- ---
2555
-
2556
- ### Added
2557
- - **`judges diff` command** — evaluate only changed lines from unified diff / git diff output. Pipe `git diff` directly or pass a patch file.
2558
- - **`judges deps` command** — analyze project dependencies for supply-chain risks across 11 manifest types (package.json, requirements.txt, Cargo.toml, go.mod, pom.xml, etc.).
2559
- - **`judges baseline create` command** — create a baseline JSON file from current findings for future suppression.
2560
- - **`judges completions` command** — generate shell completion scripts for bash, zsh, fish, and PowerShell.
2561
- - **`judges docs` command** — generate per-judge rule documentation in Markdown format, with `--output` for file output.
2562
- - **JUnit XML formatter** (`--format junit`) — CI/CD compatible output for Jenkins, Azure DevOps, GitHub Actions, GitLab CI.
2563
- - **CodeClimate JSON formatter** (`--format codeclimate`) — GitLab Code Quality widget compatible output with MD5 fingerprints.
2564
- - **Named presets** (`--preset`) — 6 built-in profiles: `strict`, `lenient`, `security-only`, `startup`, `compliance`, `performance`.
2565
- - **Config file support** (`--config`) — auto-discovers `.judgesrc` / `.judgesrc.json` in project root with full JSON Schema validation support.
2566
- - **`judgesrc.schema.json`** — JSON Schema for `.judgesrc` files with IDE autocomplete and validation.
2567
- - **`--min-score` flag** — exit non-zero when overall score falls below threshold (e.g. `--min-score 80`).
2568
- - **`--verbose` flag** — timing statistics and file-level detail in output.
2569
- - **`--quiet` flag** — suppress informational output, only show findings.
2570
- - **`--no-color` flag** — disable ANSI color codes for piped output.
2571
- - **CI Templates** — `judges ci-templates github` generates GitHub Actions workflow YAML.
2572
- - **24 new tests** covering all new formatters, commands, presets, and JSON Schema validation.
2573
-
2574
- ### Changed
2575
- - CLI expanded from 8 to 14 commands.
2576
- - Output formats expanded from 5 to 7 (added `junit`, `codeclimate`).
2577
- - Total test count: **754** (up from 730).
2578
-
2579
- ---
2580
-
2581
- ## [3.4.0] — 2026-03-04
2582
-
2583
- ### Added
2584
- - **Init wizard** (`judges init`) — interactive project setup generating `.judgesrc` config.
2585
- - **Fix command** (`judges fix`) — auto-apply suggested patches from findings with `--apply` flag.
2586
- - **Watch mode** (`judges watch`) — file-system watcher for continuous evaluation during development.
2587
- - **Report command** (`judges report`) — full project analysis with HTML/JSON/Markdown output.
2588
- - **Hook command** (`judges hook`) — git pre-commit hook installation.
2589
- - **HTML formatter** — interactive browser-based report with severity filters and per-judge sections.
2590
- - **Baseline suppression** — suppress known findings from previous runs.
2591
- - **CI template generator** — `judges ci-templates` for GitLab CI, Azure Pipelines, Bitbucket Pipelines.
2592
-
2593
- ### Changed
2594
- - Total test count: **730**.
2595
-
2596
- ---
2597
-
2598
- ## [3.3.0] — 2026-03-02
2599
-
2600
- ### Changed
2601
- - **Unified tree-sitter AST** — consolidated `typescript-ast.ts` into `tree-sitter-ast.ts`, single parser for all 8 languages.
2602
- - Removed legacy TypeScript Compiler API dependency.
2603
-
2604
- ---
2605
-
2606
- ## [3.2.0] — 2026-02-29
2607
-
2608
- ### Added
2609
- - **Tree-sitter WASM integration** — structural AST analysis for 8 languages (TypeScript, JavaScript, Python, Go, Rust, Java, C#, C++).
2610
- - Language-specific structural patterns for each grammar.
2611
-
2612
- ---
2613
-
2614
- ## [3.1.1] — 2026-02-28
2615
-
2616
- ### Added
2617
- - **GitHub Action** (`action.yml`) — composite action for CI/CD with SARIF upload, fail-on-findings, and job summary.
2618
- - **Dockerfile** — multi-stage Node 20 Alpine build with non-root user for containerized usage.
2619
- - **GitHub Pages dashboard** (`docs/index.html`) — dark-themed dashboard showing project analysis results and judge directory.
2620
- - **Real-world evidence document** (`docs/real-world-evidence.md`) — Express.js, Flask, FastAPI analysis + before/after showcase.
2621
- - **Pages deployment workflow** (`.github/workflows/pages.yml`).
2622
-
2623
- ---
2624
-
2625
- ## [3.1.0] — 2026-02-28
2626
-
2627
- ### Added
2628
- - **CLI evaluation mode** — `npx @kevinrabun/judges eval --file app.ts` runs the full tribunal from the command line, no MCP setup required. Supports `--language`, `--format`, `--judge`, and stdin piping.
2629
- - **Enhanced Python AST** — class-aware method extraction (`ClassName.method_name`), decorator detection, async function detection, self/cls parameter filtering, multi-line import handling.
2630
- - **Framework-aware analysis** — detects 14 frameworks (Express, React, Django, Flask, Spring, FastAPI, etc.) and reduces confidence on framework-idiomatic findings to cut false positives.
2631
- - **Content-hash LRU caching** — caches AST structure, taint flow, and tribunal results by content hash for faster re-evaluation of unchanged files.
2632
- - **SARIF 2.1.0 structural validator** — `validateSarifLog()` checks all mandatory SARIF properties before output.
2633
- - **Multi-line auto-fix patches** — 5 structural patch rules for Express helmet, CORS, rate limiting, error handlers, and health endpoints.
2634
- - **Confidence-weighted scoring** — findings now carry estimated confidence; low-confidence findings have reduced score impact.
2635
- - **Finding provenance** — every finding includes `provenance` field with rule ID and evidence trail for auditability.
2636
- - **Absence-based finding demotion** — findings flagging *missing* patterns are demoted from critical/high to medium to reduce false positives.
2637
- - **28 negative tests** for false positive prevention.
2638
- - **169 subsystem unit tests** (scoring, dedup, config, patches, suppression, SARIF, Python parser).
2639
- - **Quickstart example** (`examples/quickstart.ts`) using the package API.
2640
- - **CHANGELOG.md** with full version history.
2641
-
2642
- ### Fixed
2643
- - `server.json` version now stays in sync with `package.json`.
2644
- - MCP server version string updated from `2.0.0` to `3.1.0`.
2645
- - Demo example includes guidance for both in-repo and package-installed usage.
2646
-
2647
- ### Changed
2648
- - Total test count: **899** (702 integration + 28 negative + 169 subsystem).
2649
- - Python structural parser fully rewritten with two-pass class boundary detection.
2650
- - Class name extraction added for all supported languages (Python, Java, C#, Rust, Go).
2651
-
2652
- ---
2653
-
2654
- ## [3.0.3] — 2026-02-27
2655
-
2656
- ### Fixed
2657
- - Resolved all 14 CodeQL ReDoS alerts via atomic character classes and possessive-style patterns.
2658
- - Suppressed 4 intentional vulnerability alerts in `examples/sample-vulnerable-api.ts` (test fixture).
2659
- - Resolved Dependabot `hono` IP spoofing alert via `overrides`.
2660
- - GitHub Releases now auto-created on tag push (`publish-mcp.yml`).
2661
-
2662
- ---
2663
-
2664
- ## [3.0.2] — 2026-02-26
2665
-
2666
- ### Fixed
2667
- - Publish workflow repaired (npm provenance, correct trigger).
2668
- - Removed dead code from build artifacts.
2669
-
2670
- ---
2671
-
2672
- ## [3.0.1] — 2026-02-26
2673
-
2674
- ### Fixed
2675
- - Dropped Node 18 from CI matrix (ESLint 10 requires Node >= 20).
2676
- - Added adversarial mandate to code-structure and framework-safety judges.
2677
- - Fixed `FW-` rule prefix in README documentation.
2678
-
2679
- ---
2680
-
2681
- ## [3.0.0] — 2026-02-25
2682
-
2683
- ### Added
2684
- - **Monolith decomposition**: 35 specialized judges split from single evaluator file.
2685
- - **Built-in AST analysis** via TypeScript Compiler API — no separate parser needed.
2686
- - **App Builder Workflow** (3-step): release decision, plain-language risk summaries, prioritized remediation tasks.
2687
- - **V2 context-aware evaluation** with policy profiles, evidence calibration, specialty feedback, confidence scoring.
2688
- - **Public repository URL reporting** — clone any public repo and generate a full tribunal report.
2689
- - **Project-level analysis** with cross-file architectural detection (duplication, dependency cycles, god modules).
2690
- - **Diff evaluation** — analyze only changed lines for PR reviews.
2691
- - **Dependency analysis** — supply-chain manifest scanning.
2692
- - **SARIF output** for GitHub Code Scanning integration.
2693
- - **Inline suppression** via `judges-disable` comments.
2694
- - CI/CD infrastructure with GitHub Actions (CI, publish, PR review, daily automation).
2695
-
2696
- ---
2697
-
2698
- ## [2.3.0] — 2026-02-24
2699
-
2700
- ### Added
2701
- - AI Code Safety judge with 12 AICS rules.
2702
- - Full `suggestedFix` and `confidence` coverage across all 427 findings.
2703
- - Multi-language detection via language pattern system.
2704
-
2705
- ---
2706
-
2707
- [3.11.4]: https://github.com/KevinRabun/judges/compare/v3.11.3...v3.11.4
2708
- [3.11.3]: https://github.com/KevinRabun/judges/compare/v3.11.2...v3.11.3
2709
- [3.11.2]: https://github.com/KevinRabun/judges/compare/v3.11.1...v3.11.2
2710
- [3.11.1]: https://github.com/KevinRabun/judges/compare/v3.11.0...v3.11.1
2711
- [3.11.0]: https://github.com/KevinRabun/judges/compare/v3.10.1...v3.11.0
2712
- [3.10.1]: https://github.com/KevinRabun/judges/compare/v3.10.0...v3.10.1
2713
- [3.10.0]: https://github.com/KevinRabun/judges/compare/v3.9.3...v3.10.0
2714
- [3.9.3]: https://github.com/KevinRabun/judges/compare/v3.9.2...v3.9.3
2715
- [3.9.2]: https://github.com/KevinRabun/judges/compare/v3.9.1...v3.9.2
2716
- [3.9.1]: https://github.com/KevinRabun/judges/compare/v3.9.0...v3.9.1
2717
- [3.9.0]: https://github.com/KevinRabun/judges/compare/v3.8.7...v3.9.0
2718
- [3.8.7]: https://github.com/KevinRabun/judges/compare/v3.8.6...v3.8.7
2719
- [3.8.6]: https://github.com/KevinRabun/judges/compare/v3.8.5...v3.8.6
2720
- [3.8.5]: https://github.com/KevinRabun/judges/compare/v3.8.4...v3.8.5
2721
- [3.8.4]: https://github.com/KevinRabun/judges/compare/v3.8.3...v3.8.4
2722
- [3.8.3]: https://github.com/KevinRabun/judges/compare/v3.8.2...v3.8.3
2723
- [3.8.2]: https://github.com/KevinRabun/judges/compare/v3.8.1...v3.8.2
2724
- [3.8.1]: https://github.com/KevinRabun/judges/compare/v3.8.0...v3.8.1
2725
- [3.8.0]: https://github.com/KevinRabun/judges/compare/v3.7.3...v3.8.0
2726
- [3.7.3]: https://github.com/KevinRabun/judges/compare/v3.7.2...v3.7.3
2727
- [3.7.2]: https://github.com/KevinRabun/judges/compare/v3.7.1...v3.7.2
2728
- [3.7.1]: https://github.com/KevinRabun/judges/compare/v3.7.0...v3.7.1
2729
- [3.7.0]: https://github.com/KevinRabun/judges/compare/v3.6.0...v3.7.0
2730
- [3.6.0]: https://github.com/KevinRabun/judges/compare/v3.5.0...v3.6.0
2731
- [3.5.0]: https://github.com/KevinRabun/judges/compare/v3.4.0...v3.5.0
2732
- [3.4.0]: https://github.com/KevinRabun/judges/compare/v3.3.0...v3.4.0
2733
- [3.3.0]: https://github.com/KevinRabun/judges/compare/v3.2.0...v3.3.0
2734
- [3.2.0]: https://github.com/KevinRabun/judges/compare/v3.1.1...v3.2.0
2735
- [3.1.1]: https://github.com/KevinRabun/judges/compare/v3.1.0...v3.1.1
2736
- [3.1.0]: https://github.com/KevinRabun/judges/compare/v3.0.3...v3.1.0
2737
- [3.0.3]: https://github.com/KevinRabun/judges/compare/v3.0.2...v3.0.3
2738
- [3.0.2]: https://github.com/KevinRabun/judges/compare/v3.0.1...v3.0.2
2739
- [3.0.1]: https://github.com/KevinRabun/judges/compare/v3.0.0...v3.0.1
2740
- [3.0.0]: https://github.com/KevinRabun/judges/compare/v2.3.0...v3.0.0
2741
- [2.3.0]: https://github.com/KevinRabun/judges/releases/tag/v2.3.0