@aiready/core 0.24.18 → 0.24.20

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 (40) hide show
  1. package/dist/chunk-3NEZ5M7Y.mjs +937 -0
  2. package/dist/chunk-5IVDH26E.mjs +142 -88
  3. package/dist/chunk-BE52N7T2.mjs +892 -0
  4. package/dist/chunk-GQMKSUA4.mjs +381 -336
  5. package/dist/chunk-LRM26BOB.mjs +381 -336
  6. package/dist/chunk-MOM3IXCA.mjs +362 -0
  7. package/dist/chunk-OT6FOHL4.mjs +144 -88
  8. package/dist/chunk-OVWWYI75.mjs +307 -0
  9. package/dist/chunk-U3IY2CFC.mjs +18 -22
  10. package/dist/chunk-WPFXQH5F.mjs +307 -0
  11. package/dist/chunk-WUDUSXUE.mjs +366 -0
  12. package/dist/chunk-YQATXOKD.mjs +36 -0
  13. package/dist/chunk-YVPVNRFQ.mjs +937 -0
  14. package/dist/client/index.js +5 -1
  15. package/dist/client/index.mjs +2 -2
  16. package/dist/csharp-parser-JE5MWHQS.mjs +9 -0
  17. package/dist/csharp-parser-XW7WHE77.mjs +5 -9
  18. package/dist/go-parser-KTG4CGF5.mjs +5 -9
  19. package/dist/go-parser-T7PR6WJI.mjs +9 -0
  20. package/dist/index-CcP12wb-.d.mts +996 -693
  21. package/dist/index-CcP12wb-.d.ts +996 -693
  22. package/dist/index-DGbarGnr.d.mts +996 -693
  23. package/dist/index-DGbarGnr.d.ts +996 -693
  24. package/dist/index-slasaNzr.d.mts +1612 -0
  25. package/dist/index-slasaNzr.d.ts +1612 -0
  26. package/dist/index.d.mts +32 -1
  27. package/dist/index.d.ts +32 -1
  28. package/dist/index.js +61 -7
  29. package/dist/index.mjs +58 -12
  30. package/dist/java-parser-EOKMGQ6B.mjs +5 -9
  31. package/dist/java-parser-WGOXKULP.mjs +9 -0
  32. package/dist/python-parser-7NCR7VCQ.mjs +8 -0
  33. package/dist/python-parser-BCI7JVLF.mjs +4 -8
  34. package/dist/typescript-parser-3KYGSSY5.mjs +3 -0
  35. package/dist/typescript-parser-4BA4VYAF.mjs +3 -7
  36. package/dist/typescript-parser-FOUPHVFI.mjs +3 -0
  37. package/dist/typescript-parser-G3TSNR7O.mjs +7 -0
  38. package/dist/typescript-parser-RMNCTHRD.mjs +3 -7
  39. package/dist/typescript-parser-WALISXF4.mjs +7 -0
  40. package/package.json +14 -11
@@ -504,7 +504,11 @@ var DEFAULT_TOOL_WEIGHTS = {
504
504
  ["doc-drift" /* DocDrift */]: 8,
505
505
  ["dependency-health" /* DependencyHealth */]: 6,
506
506
  ["change-amplification" /* ChangeAmplification */]: 8,
507
- ["contract-enforcement" /* ContractEnforcement */]: 10
507
+ ["contract-enforcement" /* ContractEnforcement */]: 10,
508
+ ["cognitive-load" /* CognitiveLoad */]: 8,
509
+ ["pattern-entropy" /* PatternEntropy */]: 8,
510
+ ["concept-cohesion" /* ConceptCohesion */]: 10,
511
+ ["semantic-distance" /* SemanticDistance */]: 10
508
512
  };
509
513
  var TOOL_NAME_MAP = {
510
514
  patterns: "pattern-detect" /* PatternDetect */,
@@ -45,12 +45,12 @@ import {
45
45
  getToolWeight,
46
46
  normalizeToolName,
47
47
  parseWeightString
48
- } from "../chunk-GQMKSUA4.mjs";
48
+ } from "../chunk-BE52N7T2.mjs";
49
49
  import {
50
50
  LANGUAGE_EXTENSIONS,
51
51
  Language,
52
52
  ParseError
53
- } from "../chunk-U3IY2CFC.mjs";
53
+ } from "../chunk-YQATXOKD.mjs";
54
54
  export {
55
55
  AIReadyConfigSchema,
56
56
  AnalysisResultSchema,
@@ -0,0 +1,9 @@
1
+ import {
2
+ CSharpParser
3
+ } from "./chunk-EHUK4VMH.mjs";
4
+ import "./chunk-3D3I5K5W.mjs";
5
+ import "./chunk-2N7ISIKE.mjs";
6
+ import "./chunk-YQATXOKD.mjs";
7
+ export {
8
+ CSharpParser
9
+ };
@@ -1,9 +1,5 @@
1
- import {
2
- CSharpParser
3
- } from "./chunk-EHUK4VMH.mjs";
4
- import "./chunk-3D3I5K5W.mjs";
5
- import "./chunk-2N7ISIKE.mjs";
6
- import "./chunk-U3IY2CFC.mjs";
7
- export {
8
- CSharpParser
9
- };
1
+ import { CSharpParser } from './chunk-EHUK4VMH.mjs';
2
+ import './chunk-3D3I5K5W.mjs';
3
+ import './chunk-2N7ISIKE.mjs';
4
+ import './chunk-U3IY2CFC.mjs';
5
+ export { CSharpParser };
@@ -1,9 +1,5 @@
1
- import {
2
- GoParser
3
- } from "./chunk-EJ74KPCV.mjs";
4
- import "./chunk-3D3I5K5W.mjs";
5
- import "./chunk-2N7ISIKE.mjs";
6
- import "./chunk-U3IY2CFC.mjs";
7
- export {
8
- GoParser
9
- };
1
+ import { GoParser } from './chunk-EJ74KPCV.mjs';
2
+ import './chunk-3D3I5K5W.mjs';
3
+ import './chunk-2N7ISIKE.mjs';
4
+ import './chunk-U3IY2CFC.mjs';
5
+ export { GoParser };
@@ -0,0 +1,9 @@
1
+ import {
2
+ GoParser
3
+ } from "./chunk-EJ74KPCV.mjs";
4
+ import "./chunk-3D3I5K5W.mjs";
5
+ import "./chunk-2N7ISIKE.mjs";
6
+ import "./chunk-YQATXOKD.mjs";
7
+ export {
8
+ GoParser
9
+ };