driftdetect-core 0.5.0 → 0.6.1

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 (350) hide show
  1. package/dist/boundaries/types.d.ts +1 -1
  2. package/dist/boundaries/types.d.ts.map +1 -1
  3. package/dist/call-graph/analysis/graph-builder.d.ts.map +1 -1
  4. package/dist/call-graph/analysis/graph-builder.js +1 -0
  5. package/dist/call-graph/analysis/graph-builder.js.map +1 -1
  6. package/dist/call-graph/extractors/go-data-access-extractor.d.ts +80 -0
  7. package/dist/call-graph/extractors/go-data-access-extractor.d.ts.map +1 -0
  8. package/dist/call-graph/extractors/go-data-access-extractor.js +457 -0
  9. package/dist/call-graph/extractors/go-data-access-extractor.js.map +1 -0
  10. package/dist/call-graph/extractors/go-extractor.d.ts +103 -0
  11. package/dist/call-graph/extractors/go-extractor.d.ts.map +1 -0
  12. package/dist/call-graph/extractors/go-extractor.js +509 -0
  13. package/dist/call-graph/extractors/go-extractor.js.map +1 -0
  14. package/dist/call-graph/extractors/go-hybrid-extractor.d.ts +97 -0
  15. package/dist/call-graph/extractors/go-hybrid-extractor.d.ts.map +1 -0
  16. package/dist/call-graph/extractors/go-hybrid-extractor.js +496 -0
  17. package/dist/call-graph/extractors/go-hybrid-extractor.js.map +1 -0
  18. package/dist/call-graph/extractors/regex/go-regex.d.ts +51 -0
  19. package/dist/call-graph/extractors/regex/go-regex.d.ts.map +1 -0
  20. package/dist/call-graph/extractors/regex/go-regex.js +435 -0
  21. package/dist/call-graph/extractors/regex/go-regex.js.map +1 -0
  22. package/dist/call-graph/extractors/regex/index.d.ts +1 -0
  23. package/dist/call-graph/extractors/regex/index.d.ts.map +1 -1
  24. package/dist/call-graph/extractors/regex/index.js +8 -0
  25. package/dist/call-graph/extractors/regex/index.js.map +1 -1
  26. package/dist/call-graph/index.d.ts +3 -0
  27. package/dist/call-graph/index.d.ts.map +1 -1
  28. package/dist/call-graph/index.js +5 -0
  29. package/dist/call-graph/index.js.map +1 -1
  30. package/dist/call-graph/types.d.ts +1 -1
  31. package/dist/call-graph/types.d.ts.map +1 -1
  32. package/dist/constraints/extraction/constraint-synthesizer.d.ts +72 -0
  33. package/dist/constraints/extraction/constraint-synthesizer.d.ts.map +1 -0
  34. package/dist/constraints/extraction/constraint-synthesizer.js +336 -0
  35. package/dist/constraints/extraction/constraint-synthesizer.js.map +1 -0
  36. package/dist/constraints/extraction/index.d.ts +10 -0
  37. package/dist/constraints/extraction/index.d.ts.map +1 -0
  38. package/dist/constraints/extraction/index.js +10 -0
  39. package/dist/constraints/extraction/index.js.map +1 -0
  40. package/dist/constraints/extraction/invariant-detector.d.ts +109 -0
  41. package/dist/constraints/extraction/invariant-detector.d.ts.map +1 -0
  42. package/dist/constraints/extraction/invariant-detector.js +979 -0
  43. package/dist/constraints/extraction/invariant-detector.js.map +1 -0
  44. package/dist/constraints/index.d.ts +15 -0
  45. package/dist/constraints/index.d.ts.map +1 -0
  46. package/dist/constraints/index.js +16 -0
  47. package/dist/constraints/index.js.map +1 -0
  48. package/dist/constraints/store/constraint-store.d.ts +110 -0
  49. package/dist/constraints/store/constraint-store.d.ts.map +1 -0
  50. package/dist/constraints/store/constraint-store.js +584 -0
  51. package/dist/constraints/store/constraint-store.js.map +1 -0
  52. package/dist/constraints/types.d.ts +605 -0
  53. package/dist/constraints/types.d.ts.map +1 -0
  54. package/dist/constraints/types.js +57 -0
  55. package/dist/constraints/types.js.map +1 -0
  56. package/dist/constraints/verification/constraint-verifier.d.ts +100 -0
  57. package/dist/constraints/verification/constraint-verifier.d.ts.map +1 -0
  58. package/dist/constraints/verification/constraint-verifier.js +638 -0
  59. package/dist/constraints/verification/constraint-verifier.js.map +1 -0
  60. package/dist/constraints/verification/index.d.ts +8 -0
  61. package/dist/constraints/verification/index.d.ts.map +1 -0
  62. package/dist/constraints/verification/index.js +8 -0
  63. package/dist/constraints/verification/index.js.map +1 -0
  64. package/dist/decisions/analyzer/decision-mining-analyzer.d.ts +121 -0
  65. package/dist/decisions/analyzer/decision-mining-analyzer.d.ts.map +1 -0
  66. package/dist/decisions/analyzer/decision-mining-analyzer.js +904 -0
  67. package/dist/decisions/analyzer/decision-mining-analyzer.js.map +1 -0
  68. package/dist/decisions/analyzer/index.d.ts +5 -0
  69. package/dist/decisions/analyzer/index.d.ts.map +1 -0
  70. package/dist/decisions/analyzer/index.js +5 -0
  71. package/dist/decisions/analyzer/index.js.map +1 -0
  72. package/dist/decisions/extractors/base-commit-extractor.d.ts +104 -0
  73. package/dist/decisions/extractors/base-commit-extractor.d.ts.map +1 -0
  74. package/dist/decisions/extractors/base-commit-extractor.js +305 -0
  75. package/dist/decisions/extractors/base-commit-extractor.js.map +1 -0
  76. package/dist/decisions/extractors/csharp-commit-extractor.d.ts +18 -0
  77. package/dist/decisions/extractors/csharp-commit-extractor.d.ts.map +1 -0
  78. package/dist/decisions/extractors/csharp-commit-extractor.js +281 -0
  79. package/dist/decisions/extractors/csharp-commit-extractor.js.map +1 -0
  80. package/dist/decisions/extractors/index.d.ts +31 -0
  81. package/dist/decisions/extractors/index.d.ts.map +1 -0
  82. package/dist/decisions/extractors/index.js +63 -0
  83. package/dist/decisions/extractors/index.js.map +1 -0
  84. package/dist/decisions/extractors/java-commit-extractor.d.ts +18 -0
  85. package/dist/decisions/extractors/java-commit-extractor.d.ts.map +1 -0
  86. package/dist/decisions/extractors/java-commit-extractor.js +248 -0
  87. package/dist/decisions/extractors/java-commit-extractor.js.map +1 -0
  88. package/dist/decisions/extractors/php-commit-extractor.d.ts +18 -0
  89. package/dist/decisions/extractors/php-commit-extractor.d.ts.map +1 -0
  90. package/dist/decisions/extractors/php-commit-extractor.js +280 -0
  91. package/dist/decisions/extractors/php-commit-extractor.js.map +1 -0
  92. package/dist/decisions/extractors/python-commit-extractor.d.ts +18 -0
  93. package/dist/decisions/extractors/python-commit-extractor.d.ts.map +1 -0
  94. package/dist/decisions/extractors/python-commit-extractor.js +248 -0
  95. package/dist/decisions/extractors/python-commit-extractor.js.map +1 -0
  96. package/dist/decisions/extractors/typescript-commit-extractor.d.ts +37 -0
  97. package/dist/decisions/extractors/typescript-commit-extractor.d.ts.map +1 -0
  98. package/dist/decisions/extractors/typescript-commit-extractor.js +229 -0
  99. package/dist/decisions/extractors/typescript-commit-extractor.js.map +1 -0
  100. package/dist/decisions/git/commit-parser.d.ts +58 -0
  101. package/dist/decisions/git/commit-parser.d.ts.map +1 -0
  102. package/dist/decisions/git/commit-parser.js +344 -0
  103. package/dist/decisions/git/commit-parser.js.map +1 -0
  104. package/dist/decisions/git/diff-analyzer.d.ts +30 -0
  105. package/dist/decisions/git/diff-analyzer.d.ts.map +1 -0
  106. package/dist/decisions/git/diff-analyzer.js +492 -0
  107. package/dist/decisions/git/diff-analyzer.js.map +1 -0
  108. package/dist/decisions/git/git-walker.d.ts +64 -0
  109. package/dist/decisions/git/git-walker.d.ts.map +1 -0
  110. package/dist/decisions/git/git-walker.js +441 -0
  111. package/dist/decisions/git/git-walker.js.map +1 -0
  112. package/dist/decisions/git/index.d.ts +11 -0
  113. package/dist/decisions/git/index.d.ts.map +1 -0
  114. package/dist/decisions/git/index.js +13 -0
  115. package/dist/decisions/git/index.js.map +1 -0
  116. package/dist/decisions/git/types.d.ts +223 -0
  117. package/dist/decisions/git/types.d.ts.map +1 -0
  118. package/dist/decisions/git/types.js +7 -0
  119. package/dist/decisions/git/types.js.map +1 -0
  120. package/dist/decisions/index.d.ts +27 -0
  121. package/dist/decisions/index.d.ts.map +1 -0
  122. package/dist/decisions/index.js +45 -0
  123. package/dist/decisions/index.js.map +1 -0
  124. package/dist/decisions/types.d.ts +530 -0
  125. package/dist/decisions/types.d.ts.map +1 -0
  126. package/dist/decisions/types.js +8 -0
  127. package/dist/decisions/types.js.map +1 -0
  128. package/dist/go/go-analyzer.d.ts +203 -0
  129. package/dist/go/go-analyzer.d.ts.map +1 -0
  130. package/dist/go/go-analyzer.js +509 -0
  131. package/dist/go/go-analyzer.js.map +1 -0
  132. package/dist/go/index.d.ts +7 -0
  133. package/dist/go/index.d.ts.map +1 -0
  134. package/dist/go/index.js +8 -0
  135. package/dist/go/index.js.map +1 -0
  136. package/dist/index.d.ts +11 -0
  137. package/dist/index.d.ts.map +1 -1
  138. package/dist/index.js +56 -0
  139. package/dist/index.js.map +1 -1
  140. package/dist/parsers/tree-sitter/go-loader.d.ts +50 -0
  141. package/dist/parsers/tree-sitter/go-loader.d.ts.map +1 -0
  142. package/dist/parsers/tree-sitter/go-loader.js +161 -0
  143. package/dist/parsers/tree-sitter/go-loader.js.map +1 -0
  144. package/dist/parsers/tree-sitter/tree-sitter-go-parser.d.ts +250 -0
  145. package/dist/parsers/tree-sitter/tree-sitter-go-parser.d.ts.map +1 -0
  146. package/dist/parsers/tree-sitter/tree-sitter-go-parser.js +707 -0
  147. package/dist/parsers/tree-sitter/tree-sitter-go-parser.js.map +1 -0
  148. package/dist/parsers/types.d.ts +1 -1
  149. package/dist/parsers/types.d.ts.map +1 -1
  150. package/dist/simulation/approach-generator.d.ts +73 -0
  151. package/dist/simulation/approach-generator.d.ts.map +1 -0
  152. package/dist/simulation/approach-generator.js +371 -0
  153. package/dist/simulation/approach-generator.js.map +1 -0
  154. package/dist/simulation/index.d.ts +14 -0
  155. package/dist/simulation/index.d.ts.map +1 -0
  156. package/dist/simulation/index.js +19 -0
  157. package/dist/simulation/index.js.map +1 -0
  158. package/dist/simulation/language-strategies/csharp-strategies.d.ts +17 -0
  159. package/dist/simulation/language-strategies/csharp-strategies.d.ts.map +1 -0
  160. package/dist/simulation/language-strategies/csharp-strategies.js +118 -0
  161. package/dist/simulation/language-strategies/csharp-strategies.js.map +1 -0
  162. package/dist/simulation/language-strategies/index.d.ts +41 -0
  163. package/dist/simulation/language-strategies/index.d.ts.map +1 -0
  164. package/dist/simulation/language-strategies/index.js +92 -0
  165. package/dist/simulation/language-strategies/index.js.map +1 -0
  166. package/dist/simulation/language-strategies/java-strategies.d.ts +17 -0
  167. package/dist/simulation/language-strategies/java-strategies.d.ts.map +1 -0
  168. package/dist/simulation/language-strategies/java-strategies.js +119 -0
  169. package/dist/simulation/language-strategies/java-strategies.js.map +1 -0
  170. package/dist/simulation/language-strategies/php-strategies.d.ts +17 -0
  171. package/dist/simulation/language-strategies/php-strategies.d.ts.map +1 -0
  172. package/dist/simulation/language-strategies/php-strategies.js +129 -0
  173. package/dist/simulation/language-strategies/php-strategies.js.map +1 -0
  174. package/dist/simulation/language-strategies/python-strategies.d.ts +17 -0
  175. package/dist/simulation/language-strategies/python-strategies.d.ts.map +1 -0
  176. package/dist/simulation/language-strategies/python-strategies.js +208 -0
  177. package/dist/simulation/language-strategies/python-strategies.js.map +1 -0
  178. package/dist/simulation/language-strategies/types.d.ts +67 -0
  179. package/dist/simulation/language-strategies/types.d.ts.map +1 -0
  180. package/dist/simulation/language-strategies/types.js +23 -0
  181. package/dist/simulation/language-strategies/types.js.map +1 -0
  182. package/dist/simulation/language-strategies/typescript-strategies.d.ts +17 -0
  183. package/dist/simulation/language-strategies/typescript-strategies.d.ts.map +1 -0
  184. package/dist/simulation/language-strategies/typescript-strategies.js +251 -0
  185. package/dist/simulation/language-strategies/typescript-strategies.js.map +1 -0
  186. package/dist/simulation/scorers/friction-scorer.d.ts +45 -0
  187. package/dist/simulation/scorers/friction-scorer.d.ts.map +1 -0
  188. package/dist/simulation/scorers/friction-scorer.js +336 -0
  189. package/dist/simulation/scorers/friction-scorer.js.map +1 -0
  190. package/dist/simulation/scorers/impact-scorer.d.ts +56 -0
  191. package/dist/simulation/scorers/impact-scorer.d.ts.map +1 -0
  192. package/dist/simulation/scorers/impact-scorer.js +273 -0
  193. package/dist/simulation/scorers/impact-scorer.js.map +1 -0
  194. package/dist/simulation/scorers/index.d.ts +12 -0
  195. package/dist/simulation/scorers/index.d.ts.map +1 -0
  196. package/dist/simulation/scorers/index.js +12 -0
  197. package/dist/simulation/scorers/index.js.map +1 -0
  198. package/dist/simulation/scorers/pattern-alignment-scorer.d.ts +83 -0
  199. package/dist/simulation/scorers/pattern-alignment-scorer.d.ts.map +1 -0
  200. package/dist/simulation/scorers/pattern-alignment-scorer.js +367 -0
  201. package/dist/simulation/scorers/pattern-alignment-scorer.js.map +1 -0
  202. package/dist/simulation/scorers/security-scorer.d.ts +63 -0
  203. package/dist/simulation/scorers/security-scorer.d.ts.map +1 -0
  204. package/dist/simulation/scorers/security-scorer.js +346 -0
  205. package/dist/simulation/scorers/security-scorer.js.map +1 -0
  206. package/dist/simulation/simulation-engine.d.ts +89 -0
  207. package/dist/simulation/simulation-engine.d.ts.map +1 -0
  208. package/dist/simulation/simulation-engine.js +480 -0
  209. package/dist/simulation/simulation-engine.js.map +1 -0
  210. package/dist/simulation/types.d.ts +200 -0
  211. package/dist/simulation/types.d.ts.map +1 -0
  212. package/dist/simulation/types.js +23 -0
  213. package/dist/simulation/types.js.map +1 -0
  214. package/dist/speculative/approach-generator.d.ts +2 -0
  215. package/dist/speculative/approach-generator.d.ts.map +1 -0
  216. package/dist/speculative/approach-generator.js +2 -0
  217. package/dist/speculative/approach-generator.js.map +1 -0
  218. package/dist/speculative/templates/types.d.ts +133 -0
  219. package/dist/speculative/templates/types.d.ts.map +1 -0
  220. package/dist/speculative/templates/types.js +208 -0
  221. package/dist/speculative/templates/types.js.map +1 -0
  222. package/dist/speculative/types.d.ts +523 -0
  223. package/dist/speculative/types.d.ts.map +1 -0
  224. package/dist/speculative/types.js +71 -0
  225. package/dist/speculative/types.js.map +1 -0
  226. package/dist/test-topology/extractors/base-test-extractor.d.ts +1 -1
  227. package/dist/test-topology/extractors/base-test-extractor.d.ts.map +1 -1
  228. package/dist/test-topology/extractors/base-test-extractor.js.map +1 -1
  229. package/dist/test-topology/extractors/go-test-extractor.d.ts +33 -0
  230. package/dist/test-topology/extractors/go-test-extractor.d.ts.map +1 -0
  231. package/dist/test-topology/extractors/go-test-extractor.js +436 -0
  232. package/dist/test-topology/extractors/go-test-extractor.js.map +1 -0
  233. package/dist/test-topology/extractors/index.d.ts +1 -0
  234. package/dist/test-topology/extractors/index.d.ts.map +1 -1
  235. package/dist/test-topology/extractors/index.js +1 -0
  236. package/dist/test-topology/extractors/index.js.map +1 -1
  237. package/dist/test-topology/extractors/regex/go-test-regex.d.ts +62 -0
  238. package/dist/test-topology/extractors/regex/go-test-regex.d.ts.map +1 -0
  239. package/dist/test-topology/extractors/regex/go-test-regex.js +528 -0
  240. package/dist/test-topology/extractors/regex/go-test-regex.js.map +1 -0
  241. package/dist/test-topology/extractors/regex/index.d.ts +1 -0
  242. package/dist/test-topology/extractors/regex/index.d.ts.map +1 -1
  243. package/dist/test-topology/extractors/regex/index.js +4 -0
  244. package/dist/test-topology/extractors/regex/index.js.map +1 -1
  245. package/dist/test-topology/hybrid-test-topology-analyzer.d.ts.map +1 -1
  246. package/dist/test-topology/hybrid-test-topology-analyzer.js +1 -0
  247. package/dist/test-topology/hybrid-test-topology-analyzer.js.map +1 -1
  248. package/dist/test-topology/test-topology-analyzer.d.ts.map +1 -1
  249. package/dist/test-topology/test-topology-analyzer.js +1 -0
  250. package/dist/test-topology/test-topology-analyzer.js.map +1 -1
  251. package/dist/test-topology/types.d.ts +2 -2
  252. package/dist/test-topology/types.d.ts.map +1 -1
  253. package/dist/unified-provider/matching/database-sql-matcher.d.ts +42 -0
  254. package/dist/unified-provider/matching/database-sql-matcher.d.ts.map +1 -0
  255. package/dist/unified-provider/matching/database-sql-matcher.js +282 -0
  256. package/dist/unified-provider/matching/database-sql-matcher.js.map +1 -0
  257. package/dist/unified-provider/matching/gorm-matcher.d.ts +41 -0
  258. package/dist/unified-provider/matching/gorm-matcher.d.ts.map +1 -0
  259. package/dist/unified-provider/matching/gorm-matcher.js +222 -0
  260. package/dist/unified-provider/matching/gorm-matcher.js.map +1 -0
  261. package/dist/unified-provider/matching/index.d.ts +3 -0
  262. package/dist/unified-provider/matching/index.d.ts.map +1 -1
  263. package/dist/unified-provider/matching/index.js +4 -0
  264. package/dist/unified-provider/matching/index.js.map +1 -1
  265. package/dist/unified-provider/matching/matcher-registry.d.ts.map +1 -1
  266. package/dist/unified-provider/matching/matcher-registry.js +7 -0
  267. package/dist/unified-provider/matching/matcher-registry.js.map +1 -1
  268. package/dist/unified-provider/matching/sqlx-matcher.d.ts +40 -0
  269. package/dist/unified-provider/matching/sqlx-matcher.d.ts.map +1 -0
  270. package/dist/unified-provider/matching/sqlx-matcher.js +214 -0
  271. package/dist/unified-provider/matching/sqlx-matcher.js.map +1 -0
  272. package/dist/unified-provider/normalization/go-normalizer.d.ts +62 -0
  273. package/dist/unified-provider/normalization/go-normalizer.d.ts.map +1 -0
  274. package/dist/unified-provider/normalization/go-normalizer.js +608 -0
  275. package/dist/unified-provider/normalization/go-normalizer.js.map +1 -0
  276. package/dist/unified-provider/normalization/index.d.ts +1 -0
  277. package/dist/unified-provider/normalization/index.d.ts.map +1 -1
  278. package/dist/unified-provider/normalization/index.js +6 -1
  279. package/dist/unified-provider/normalization/index.js.map +1 -1
  280. package/dist/unified-provider/types.d.ts +1 -1
  281. package/dist/unified-provider/types.d.ts.map +1 -1
  282. package/dist/wpf/extractors/binding-error-detector.d.ts +75 -0
  283. package/dist/wpf/extractors/binding-error-detector.d.ts.map +1 -0
  284. package/dist/wpf/extractors/binding-error-detector.js +290 -0
  285. package/dist/wpf/extractors/binding-error-detector.js.map +1 -0
  286. package/dist/wpf/extractors/code-behind-linker.d.ts +70 -0
  287. package/dist/wpf/extractors/code-behind-linker.d.ts.map +1 -0
  288. package/dist/wpf/extractors/code-behind-linker.js +172 -0
  289. package/dist/wpf/extractors/code-behind-linker.js.map +1 -0
  290. package/dist/wpf/extractors/dependency-property-extractor.d.ts +61 -0
  291. package/dist/wpf/extractors/dependency-property-extractor.d.ts.map +1 -0
  292. package/dist/wpf/extractors/dependency-property-extractor.js +201 -0
  293. package/dist/wpf/extractors/dependency-property-extractor.js.map +1 -0
  294. package/dist/wpf/extractors/regex/viewmodel-regex.d.ts +82 -0
  295. package/dist/wpf/extractors/regex/viewmodel-regex.d.ts.map +1 -0
  296. package/dist/wpf/extractors/regex/viewmodel-regex.js +412 -0
  297. package/dist/wpf/extractors/regex/viewmodel-regex.js.map +1 -0
  298. package/dist/wpf/extractors/regex/xaml-regex.d.ts +77 -0
  299. package/dist/wpf/extractors/regex/xaml-regex.d.ts.map +1 -0
  300. package/dist/wpf/extractors/regex/xaml-regex.js +353 -0
  301. package/dist/wpf/extractors/regex/xaml-regex.js.map +1 -0
  302. package/dist/wpf/extractors/resource-dictionary-parser.d.ts +103 -0
  303. package/dist/wpf/extractors/resource-dictionary-parser.d.ts.map +1 -0
  304. package/dist/wpf/extractors/resource-dictionary-parser.js +296 -0
  305. package/dist/wpf/extractors/resource-dictionary-parser.js.map +1 -0
  306. package/dist/wpf/extractors/value-converter-extractor.d.ts +128 -0
  307. package/dist/wpf/extractors/value-converter-extractor.d.ts.map +1 -0
  308. package/dist/wpf/extractors/value-converter-extractor.js +312 -0
  309. package/dist/wpf/extractors/value-converter-extractor.js.map +1 -0
  310. package/dist/wpf/extractors/viewmodel-hybrid-extractor.d.ts +104 -0
  311. package/dist/wpf/extractors/viewmodel-hybrid-extractor.d.ts.map +1 -0
  312. package/dist/wpf/extractors/viewmodel-hybrid-extractor.js +513 -0
  313. package/dist/wpf/extractors/viewmodel-hybrid-extractor.js.map +1 -0
  314. package/dist/wpf/extractors/xaml-hybrid-extractor.d.ts +98 -0
  315. package/dist/wpf/extractors/xaml-hybrid-extractor.d.ts.map +1 -0
  316. package/dist/wpf/extractors/xaml-hybrid-extractor.js +444 -0
  317. package/dist/wpf/extractors/xaml-hybrid-extractor.js.map +1 -0
  318. package/dist/wpf/index.d.ts +25 -0
  319. package/dist/wpf/index.d.ts.map +1 -0
  320. package/dist/wpf/index.js +31 -0
  321. package/dist/wpf/index.js.map +1 -0
  322. package/dist/wpf/integration/wpf-callgraph-adapter.d.ts +82 -0
  323. package/dist/wpf/integration/wpf-callgraph-adapter.d.ts.map +1 -0
  324. package/dist/wpf/integration/wpf-callgraph-adapter.js +311 -0
  325. package/dist/wpf/integration/wpf-callgraph-adapter.js.map +1 -0
  326. package/dist/wpf/integration/wpf-data-flow-tracer.d.ts +129 -0
  327. package/dist/wpf/integration/wpf-data-flow-tracer.d.ts.map +1 -0
  328. package/dist/wpf/integration/wpf-data-flow-tracer.js +367 -0
  329. package/dist/wpf/integration/wpf-data-flow-tracer.js.map +1 -0
  330. package/dist/wpf/linkers/datacontext-resolver.d.ts +66 -0
  331. package/dist/wpf/linkers/datacontext-resolver.d.ts.map +1 -0
  332. package/dist/wpf/linkers/datacontext-resolver.js +240 -0
  333. package/dist/wpf/linkers/datacontext-resolver.js.map +1 -0
  334. package/dist/wpf/linkers/viewmodel-linker.d.ts +71 -0
  335. package/dist/wpf/linkers/viewmodel-linker.d.ts.map +1 -0
  336. package/dist/wpf/linkers/viewmodel-linker.js +268 -0
  337. package/dist/wpf/linkers/viewmodel-linker.js.map +1 -0
  338. package/dist/wpf/types.d.ts +451 -0
  339. package/dist/wpf/types.d.ts.map +1 -0
  340. package/dist/wpf/types.js +8 -0
  341. package/dist/wpf/types.js.map +1 -0
  342. package/dist/wpf/wpf-analyzer.d.ts +114 -0
  343. package/dist/wpf/wpf-analyzer.d.ts.map +1 -0
  344. package/dist/wpf/wpf-analyzer.js +332 -0
  345. package/dist/wpf/wpf-analyzer.js.map +1 -0
  346. package/dist/wrappers/integration/adapter.d.ts.map +1 -1
  347. package/dist/wrappers/integration/adapter.js +1 -0
  348. package/dist/wrappers/integration/adapter.js.map +1 -1
  349. package/package.json +29 -18
  350. package/LICENSE +0 -21
@@ -0,0 +1,530 @@
1
+ /**
2
+ * Decision Mining Types
3
+ *
4
+ * Types for mining architectural decisions from git history.
5
+ * Supports all 5 languages: TypeScript/JavaScript, Python, Java, C#, PHP
6
+ */
7
+ /**
8
+ * Supported languages for semantic commit analysis
9
+ */
10
+ export type DecisionLanguage = 'typescript' | 'javascript' | 'python' | 'java' | 'csharp' | 'php';
11
+ /**
12
+ * Decision confidence level
13
+ */
14
+ export type DecisionConfidence = 'high' | 'medium' | 'low';
15
+ /**
16
+ * Decision status in the lifecycle
17
+ */
18
+ export type DecisionStatus = 'draft' | 'confirmed' | 'superseded' | 'rejected';
19
+ /**
20
+ * Decision category (what kind of architectural decision)
21
+ */
22
+ export type DecisionCategory = 'technology-adoption' | 'technology-removal' | 'pattern-introduction' | 'pattern-migration' | 'architecture-change' | 'api-change' | 'security-enhancement' | 'performance-optimization' | 'refactoring' | 'testing-strategy' | 'infrastructure' | 'other';
23
+ /**
24
+ * A git commit with parsed metadata
25
+ */
26
+ export interface GitCommit {
27
+ /** Full SHA hash */
28
+ sha: string;
29
+ /** Short SHA (7 chars) */
30
+ shortSha: string;
31
+ /** Commit message (first line) */
32
+ subject: string;
33
+ /** Full commit message body */
34
+ body: string;
35
+ /** Author name */
36
+ authorName: string;
37
+ /** Author email */
38
+ authorEmail: string;
39
+ /** Commit date */
40
+ date: Date;
41
+ /** Files changed in this commit */
42
+ files: GitFileChange[];
43
+ /** Parent commit SHAs */
44
+ parents: string[];
45
+ /** Branch name (if available) */
46
+ branch?: string;
47
+ /** Associated PR info (if available) */
48
+ pullRequest?: PullRequestInfo;
49
+ /** Is this a merge commit? */
50
+ isMerge: boolean;
51
+ }
52
+ /**
53
+ * A file change within a commit
54
+ */
55
+ export interface GitFileChange {
56
+ /** File path (relative to repo root) */
57
+ path: string;
58
+ /** Previous path (for renames) */
59
+ previousPath?: string;
60
+ /** Change status */
61
+ status: 'added' | 'modified' | 'deleted' | 'renamed' | 'copied';
62
+ /** Lines added */
63
+ additions: number;
64
+ /** Lines deleted */
65
+ deletions: number;
66
+ /** Detected language */
67
+ language: DecisionLanguage | 'other' | 'config' | 'docs';
68
+ /** Is this a test file? */
69
+ isTest: boolean;
70
+ /** Is this a config file? */
71
+ isConfig: boolean;
72
+ }
73
+ /**
74
+ * Pull request information
75
+ */
76
+ export interface PullRequestInfo {
77
+ /** PR number */
78
+ number: number;
79
+ /** PR title */
80
+ title: string;
81
+ /** PR description/body */
82
+ body?: string;
83
+ /** Labels on the PR */
84
+ labels: string[];
85
+ /** Base branch */
86
+ baseBranch: string;
87
+ /** Head branch */
88
+ headBranch: string;
89
+ }
90
+ /**
91
+ * Semantic extraction result from a single commit
92
+ */
93
+ export interface CommitSemanticExtraction {
94
+ /** The commit being analyzed */
95
+ commit: GitCommit;
96
+ /** Primary language of changes */
97
+ primaryLanguage: DecisionLanguage | 'mixed' | 'other';
98
+ /** All languages affected */
99
+ languagesAffected: DecisionLanguage[];
100
+ /** Patterns detected/changed in this commit */
101
+ patternsAffected: PatternDelta[];
102
+ /** Functions added/removed/modified */
103
+ functionsChanged: FunctionDelta[];
104
+ /** Dependencies added/removed/changed */
105
+ dependencyChanges: DependencyDelta[];
106
+ /** Semantic signals from commit message */
107
+ messageSignals: MessageSignal[];
108
+ /** Architectural signals detected */
109
+ architecturalSignals: ArchitecturalSignal[];
110
+ /** Confidence this commit is architecturally significant (0-1) */
111
+ significance: number;
112
+ /** Extraction timestamp */
113
+ extractedAt: Date;
114
+ }
115
+ /**
116
+ * Change to a detected pattern
117
+ */
118
+ export interface PatternDelta {
119
+ /** Pattern identifier */
120
+ patternId: string;
121
+ /** Pattern name */
122
+ patternName: string;
123
+ /** Pattern category */
124
+ category: string;
125
+ /** Type of change */
126
+ changeType: 'introduced' | 'removed' | 'modified' | 'expanded' | 'contracted';
127
+ /** Locations before the change */
128
+ locationsBefore: number;
129
+ /** Locations after the change */
130
+ locationsAfter: number;
131
+ /** Files affected */
132
+ filesAffected: string[];
133
+ }
134
+ /**
135
+ * Change to a function
136
+ */
137
+ export interface FunctionDelta {
138
+ /** Function identifier */
139
+ functionId: string;
140
+ /** Function name */
141
+ name: string;
142
+ /** Qualified name (class.method) */
143
+ qualifiedName: string;
144
+ /** File path */
145
+ file: string;
146
+ /** Type of change */
147
+ changeType: 'added' | 'removed' | 'modified' | 'renamed' | 'moved';
148
+ /** Is this an entry point? */
149
+ isEntryPoint: boolean;
150
+ /** Signature changed? */
151
+ signatureChanged: boolean;
152
+ }
153
+ /**
154
+ * Change to a dependency
155
+ */
156
+ export interface DependencyDelta {
157
+ /** Package/module name */
158
+ name: string;
159
+ /** Type of change */
160
+ changeType: 'added' | 'removed' | 'upgraded' | 'downgraded';
161
+ /** Version before (if applicable) */
162
+ versionBefore?: string;
163
+ /** Version after (if applicable) */
164
+ versionAfter?: string;
165
+ /** Is this a dev dependency? */
166
+ isDev: boolean;
167
+ /** Dependency file (package.json, requirements.txt, etc.) */
168
+ sourceFile: string;
169
+ }
170
+ /**
171
+ * Signal extracted from commit message
172
+ */
173
+ export interface MessageSignal {
174
+ /** Type of signal */
175
+ type: 'keyword' | 'pattern' | 'reference' | 'breaking-change' | 'deprecation';
176
+ /** The matched value */
177
+ value: string;
178
+ /** Confidence in this signal (0-1) */
179
+ confidence: number;
180
+ /** Category hint from this signal */
181
+ categoryHint?: DecisionCategory;
182
+ }
183
+ /**
184
+ * Architectural signal detected in code changes
185
+ */
186
+ export interface ArchitecturalSignal {
187
+ /** Type of architectural change */
188
+ type: 'new-abstraction' | 'layer-change' | 'api-surface-change' | 'data-model-change' | 'config-change' | 'build-change' | 'test-strategy-change' | 'error-handling-change' | 'auth-change' | 'integration-change';
189
+ /** Description of the signal */
190
+ description: string;
191
+ /** Files involved */
192
+ files: string[];
193
+ /** Confidence (0-1) */
194
+ confidence: number;
195
+ }
196
+ /**
197
+ * A cluster of related commits representing a single decision
198
+ */
199
+ export interface CommitCluster {
200
+ /** Unique cluster ID */
201
+ id: string;
202
+ /** Commits in this cluster */
203
+ commits: GitCommit[];
204
+ /** Commit SHAs for quick lookup */
205
+ commitShas: Set<string>;
206
+ /** Reasons why these commits are grouped */
207
+ clusterReasons: ClusterReason[];
208
+ /** Overall similarity score (0-1) */
209
+ similarity: number;
210
+ /** Time span of the cluster */
211
+ dateRange: {
212
+ start: Date;
213
+ end: Date;
214
+ };
215
+ /** Duration in human-readable format */
216
+ duration: string;
217
+ /** All files affected across commits */
218
+ filesAffected: string[];
219
+ /** Languages involved */
220
+ languages: DecisionLanguage[];
221
+ /** Primary language */
222
+ primaryLanguage: DecisionLanguage | 'mixed';
223
+ /** Total lines changed */
224
+ totalLinesChanged: number;
225
+ /** Authors involved */
226
+ authors: string[];
227
+ /** Aggregated patterns affected */
228
+ patternsAffected: PatternDelta[];
229
+ /** Aggregated dependency changes */
230
+ dependencyChanges: DependencyDelta[];
231
+ }
232
+ /**
233
+ * Reason for clustering commits together
234
+ */
235
+ export type ClusterReason = {
236
+ type: 'temporal';
237
+ description: string;
238
+ daysSpan: number;
239
+ } | {
240
+ type: 'file-overlap';
241
+ files: string[];
242
+ overlapPercent: number;
243
+ } | {
244
+ type: 'pattern-similarity';
245
+ patterns: string[];
246
+ similarity: number;
247
+ } | {
248
+ type: 'message-similarity';
249
+ keywords: string[];
250
+ similarity: number;
251
+ } | {
252
+ type: 'branch-grouping';
253
+ branch: string;
254
+ } | {
255
+ type: 'pr-grouping';
256
+ prNumber: number;
257
+ prTitle: string;
258
+ } | {
259
+ type: 'author-grouping';
260
+ author: string;
261
+ } | {
262
+ type: 'dependency-grouping';
263
+ dependency: string;
264
+ };
265
+ /**
266
+ * A mined architectural decision
267
+ */
268
+ export interface MinedDecision {
269
+ /** Unique decision ID (e.g., "DEC-001") */
270
+ id: string;
271
+ /** Human-readable title */
272
+ title: string;
273
+ /** Current status */
274
+ status: DecisionStatus;
275
+ /** Decision category */
276
+ category: DecisionCategory;
277
+ /** Confidence level */
278
+ confidence: DecisionConfidence;
279
+ /** Numeric confidence score (0-1) */
280
+ confidenceScore: number;
281
+ /** Time span of the decision */
282
+ dateRange: {
283
+ start: Date;
284
+ end: Date;
285
+ };
286
+ /** Duration in human-readable format */
287
+ duration: string;
288
+ /** The commit cluster this decision is based on */
289
+ cluster: CommitCluster;
290
+ /** Patterns that changed as part of this decision */
291
+ patternsChanged: PatternDelta[];
292
+ /** Dependencies that changed */
293
+ dependenciesChanged: DependencyDelta[];
294
+ /** Synthesized ADR content */
295
+ adr: SynthesizedADR;
296
+ /** Current code locations where this decision manifests */
297
+ currentCodeLocations: CodeLocation[];
298
+ /** Related decisions (by ID) */
299
+ relatedDecisions: string[];
300
+ /** Tags for categorization */
301
+ tags: string[];
302
+ /** When this decision was mined */
303
+ minedAt: Date;
304
+ /** Last update timestamp */
305
+ lastUpdated: Date;
306
+ /** User who confirmed (if confirmed) */
307
+ confirmedBy?: string;
308
+ /** Notes added by users */
309
+ notes?: string;
310
+ }
311
+ /**
312
+ * Synthesized ADR (Architecture Decision Record) content
313
+ */
314
+ export interface SynthesizedADR {
315
+ /** Context section - why was this decision needed? */
316
+ context: string;
317
+ /** Decision section - what was decided? */
318
+ decision: string;
319
+ /** Consequences section - what are the implications? */
320
+ consequences: string[];
321
+ /** Alternatives considered (if detectable) */
322
+ alternatives?: string[];
323
+ /** References (commits, PRs, issues) */
324
+ references: ADRReference[];
325
+ /** Key evidence supporting this ADR */
326
+ evidence: ADREvidence[];
327
+ }
328
+ /**
329
+ * Reference in an ADR
330
+ */
331
+ export interface ADRReference {
332
+ type: 'commit' | 'pr' | 'issue' | 'external';
333
+ id: string;
334
+ title?: string;
335
+ url?: string;
336
+ }
337
+ /**
338
+ * Evidence supporting an ADR
339
+ */
340
+ export interface ADREvidence {
341
+ type: 'commit-message' | 'code-change' | 'dependency-change' | 'pattern-change';
342
+ description: string;
343
+ source: string;
344
+ confidence: number;
345
+ }
346
+ /**
347
+ * Location in current code where a decision manifests
348
+ */
349
+ export interface CodeLocation {
350
+ /** File path */
351
+ file: string;
352
+ /** Line number (if specific) */
353
+ line?: number;
354
+ /** Function ID (if applicable) */
355
+ functionId?: string;
356
+ /** Function name */
357
+ functionName?: string;
358
+ /** Relevance score (0-1) */
359
+ relevance: number;
360
+ /** How this location relates to the decision */
361
+ relationship: 'introduced-by' | 'modified-by' | 'affected-by';
362
+ }
363
+ /**
364
+ * Summary of decision mining results
365
+ */
366
+ export interface DecisionMiningSummary {
367
+ /** Total decisions mined */
368
+ totalDecisions: number;
369
+ /** Decisions by status */
370
+ byStatus: Record<DecisionStatus, number>;
371
+ /** Decisions by category */
372
+ byCategory: Record<DecisionCategory, number>;
373
+ /** Decisions by confidence */
374
+ byConfidence: Record<DecisionConfidence, number>;
375
+ /** Decisions by language */
376
+ byLanguage: Record<DecisionLanguage | 'mixed', number>;
377
+ /** Date range of analyzed history */
378
+ dateRange: {
379
+ earliest: Date;
380
+ latest: Date;
381
+ };
382
+ /** Total commits analyzed */
383
+ totalCommitsAnalyzed: number;
384
+ /** Commits that were architecturally significant */
385
+ significantCommits: number;
386
+ /** Average cluster size */
387
+ avgClusterSize: number;
388
+ /** Top patterns affected */
389
+ topPatterns: Array<{
390
+ pattern: string;
391
+ count: number;
392
+ }>;
393
+ /** Top dependencies changed */
394
+ topDependencies: Array<{
395
+ dependency: string;
396
+ count: number;
397
+ }>;
398
+ /** Mining duration */
399
+ miningDuration: number;
400
+ /** Last mining timestamp */
401
+ lastMined: Date;
402
+ }
403
+ /**
404
+ * Options for decision mining
405
+ */
406
+ export interface DecisionMiningOptions {
407
+ /** Root directory of the repository */
408
+ rootDir: string;
409
+ /** Start date for analysis */
410
+ since?: Date;
411
+ /** End date for analysis */
412
+ until?: Date;
413
+ /** Maximum commits to analyze */
414
+ maxCommits?: number;
415
+ /** Minimum cluster size to form a decision */
416
+ minClusterSize?: number;
417
+ /** Minimum confidence threshold (0-1) */
418
+ minConfidence?: number;
419
+ /** Include merge commits in analysis */
420
+ includeMergeCommits?: boolean;
421
+ /** Languages to analyze (default: all) */
422
+ languages?: DecisionLanguage[];
423
+ /** Branches to analyze (default: main/master + feature branches) */
424
+ branches?: string[];
425
+ /** Exclude paths matching these patterns */
426
+ excludePaths?: string[];
427
+ /** Use existing pattern data for enrichment */
428
+ usePatternData?: boolean;
429
+ /** Use existing call graph for enrichment */
430
+ useCallGraph?: boolean;
431
+ /** Enable AI-assisted synthesis */
432
+ enableAISynthesis?: boolean;
433
+ /** Verbose logging */
434
+ verbose?: boolean;
435
+ }
436
+ /**
437
+ * Options for clustering algorithm
438
+ */
439
+ export interface ClusteringOptions {
440
+ /** Temporal proximity threshold (days) */
441
+ temporalThresholdDays?: number;
442
+ /** File overlap threshold (0-1) */
443
+ fileOverlapThreshold?: number;
444
+ /** Message similarity threshold (0-1) */
445
+ messageSimilarityThreshold?: number;
446
+ /** Minimum cluster size */
447
+ minClusterSize?: number;
448
+ /** Maximum cluster size */
449
+ maxClusterSize?: number;
450
+ /** Weight for temporal similarity */
451
+ temporalWeight?: number;
452
+ /** Weight for file overlap */
453
+ fileOverlapWeight?: number;
454
+ /** Weight for message similarity */
455
+ messageSimilarityWeight?: number;
456
+ /** Weight for pattern similarity */
457
+ patternSimilarityWeight?: number;
458
+ }
459
+ /**
460
+ * Options for ADR synthesis
461
+ */
462
+ export interface SynthesisOptions {
463
+ /** Use AI for enhanced synthesis */
464
+ useAI?: boolean;
465
+ /** Template style */
466
+ templateStyle?: 'standard' | 'detailed' | 'minimal';
467
+ /** Include code examples in ADR */
468
+ includeCodeExamples?: boolean;
469
+ /** Maximum length for each section */
470
+ maxSectionLength?: number;
471
+ /** Include raw evidence */
472
+ includeEvidence?: boolean;
473
+ }
474
+ /**
475
+ * Result of decision mining
476
+ */
477
+ export interface DecisionMiningResult {
478
+ /** Mined decisions */
479
+ decisions: MinedDecision[];
480
+ /** Summary statistics */
481
+ summary: DecisionMiningSummary;
482
+ /** Clusters that didn't meet threshold */
483
+ rejectedClusters: CommitCluster[];
484
+ /** Errors encountered during mining */
485
+ errors: MiningError[];
486
+ /** Warnings */
487
+ warnings: string[];
488
+ }
489
+ /**
490
+ * Error during mining
491
+ */
492
+ export interface MiningError {
493
+ /** Error type */
494
+ type: 'git-error' | 'parse-error' | 'extraction-error' | 'synthesis-error';
495
+ /** Error message */
496
+ message: string;
497
+ /** Related commit SHA (if applicable) */
498
+ commitSha?: string;
499
+ /** Related file (if applicable) */
500
+ file?: string;
501
+ /** Stack trace */
502
+ stack?: string;
503
+ }
504
+ /**
505
+ * Decision store configuration
506
+ */
507
+ export interface DecisionStoreConfig {
508
+ /** Root directory */
509
+ rootDir: string;
510
+ /** Auto-save on changes */
511
+ autoSave?: boolean;
512
+ }
513
+ /**
514
+ * Decision index for fast lookups
515
+ */
516
+ export interface DecisionIndex {
517
+ /** Version of the index format */
518
+ version: string;
519
+ /** All decision IDs */
520
+ decisionIds: string[];
521
+ /** Index by status */
522
+ byStatus: Record<DecisionStatus, string[]>;
523
+ /** Index by category */
524
+ byCategory: Record<DecisionCategory, string[]>;
525
+ /** Index by file (file -> decision IDs) */
526
+ byFile: Record<string, string[]>;
527
+ /** Last updated */
528
+ lastUpdated: Date;
529
+ }
530
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/decisions/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Decision Mining Types
3
+ *
4
+ * Types for mining architectural decisions from git history.
5
+ * Supports all 5 languages: TypeScript/JavaScript, Python, Java, C#, PHP
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/decisions/types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}