@wrongstack/plugins 0.285.0 → 0.287.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 (67) hide show
  1. package/README.md +20 -11
  2. package/dist/accessibility-auditor/index.d.ts.map +1 -1
  3. package/dist/accessibility-auditor.js +30 -26
  4. package/dist/api-compatibility-gate.js +1 -1
  5. package/dist/auto-doc.js +1 -1
  6. package/dist/auto-i18n-extractor/index.d.ts.map +1 -1
  7. package/dist/auto-i18n-extractor.js +21 -14
  8. package/dist/changelog-writer.js +1 -1
  9. package/dist/code-metrics/index.d.ts.map +1 -1
  10. package/dist/code-metrics.js +34 -27
  11. package/dist/commit-validator.js +1 -1
  12. package/dist/config-validator.js +1 -1
  13. package/dist/cron/index.d.ts.map +1 -1
  14. package/dist/cron.js +29 -0
  15. package/dist/dead-code-detector/index.d.ts.map +1 -1
  16. package/dist/dead-code-detector.js +30 -22
  17. package/dist/dep-guard.js +1 -1
  18. package/dist/diff-summary/index.d.ts.map +1 -1
  19. package/dist/diff-summary.js +19 -11
  20. package/dist/doc-sync-guard/index.d.ts.map +1 -1
  21. package/dist/doc-sync-guard.js +24 -15
  22. package/dist/duplicate-code-detector/index.d.ts.map +1 -1
  23. package/dist/duplicate-code-detector.js +27 -18
  24. package/dist/error-lens.js +1 -1
  25. package/dist/feature-flag-tracker/index.d.ts.map +1 -1
  26. package/dist/feature-flag-tracker.js +27 -19
  27. package/dist/file-watcher/index.d.ts.map +1 -1
  28. package/dist/file-watcher.js +15 -2
  29. package/dist/format-on-save/index.d.ts.map +1 -1
  30. package/dist/format-on-save.js +19 -11
  31. package/dist/git-autocommit.js +1 -1
  32. package/dist/import-organizer/index.d.ts.map +1 -1
  33. package/dist/import-organizer.js +22 -13
  34. package/dist/index.d.ts +4 -4
  35. package/dist/index.js +1007 -759
  36. package/dist/interface-contract-guard/index.d.ts.map +1 -1
  37. package/dist/interface-contract-guard.js +27 -19
  38. package/dist/license-audit-gate/index.d.ts.map +1 -1
  39. package/dist/license-audit-gate.js +1 -2
  40. package/dist/migration-planner/index.d.ts +12 -2
  41. package/dist/migration-planner/index.d.ts.map +1 -1
  42. package/dist/migration-planner.js +210 -28
  43. package/dist/pr-drafter.js +1 -1
  44. package/dist/refactor-suggester/index.d.ts.map +1 -1
  45. package/dist/refactor-suggester.js +37 -29
  46. package/dist/release-notes-generator/index.d.ts +3 -1
  47. package/dist/release-notes-generator/index.d.ts.map +1 -1
  48. package/dist/release-notes-generator.js +152 -12
  49. package/dist/runtime/index.d.ts +12 -0
  50. package/dist/runtime/index.d.ts.map +1 -1
  51. package/dist/runtime/llm.d.ts +33 -0
  52. package/dist/runtime/llm.d.ts.map +1 -0
  53. package/dist/runtime.js +57 -2
  54. package/dist/schema-evolution-guard/index.d.ts.map +1 -1
  55. package/dist/schema-evolution-guard.js +21 -12
  56. package/dist/security-hotspot-scanner/index.d.ts.map +1 -1
  57. package/dist/security-hotspot-scanner.js +25 -16
  58. package/dist/session-recap.js +1 -1
  59. package/dist/spec-linker.js +1007 -759
  60. package/dist/test-generator/index.d.ts +5 -3
  61. package/dist/test-generator/index.d.ts.map +1 -1
  62. package/dist/test-generator.js +183 -41
  63. package/dist/test-runner-gate/index.d.ts.map +1 -1
  64. package/dist/test-runner-gate.js +65 -43
  65. package/dist/type-gate/index.d.ts.map +1 -1
  66. package/dist/type-gate.js +5 -13
  67. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -90,10 +90,10 @@
90
90
  * count, and approximate cyclomatic complexity
91
91
  * 39. refactor-suggester — Flags long functions, deep nesting, many
92
92
  * parameters, magic numbers, and console.log usage
93
- * 40. test-generator — Generates a unit-test skeleton from exported
94
- * functions/classes in a source file
95
- * 41. release-notes-generator — Groups conventional commits into a release
96
- * notes markdown draft
93
+ * 40. test-generator — Generates framework-correct test files with an
94
+ * optional behavior-focused api.llm pass
95
+ * 41. release-notes-generator — Produces traceable notes with optional,
96
+ * hash-preserving api.llm polish
97
97
  * 42. smart-rename — Whole-word symbol rename with preview and
98
98
  * optional apply
99
99
  * 43. feature-flag-tracker — Scans source files for feature-flag usage and