@opensip-cli/fitness 0.1.10 → 0.1.12

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 (214) hide show
  1. package/README.md +4 -2
  2. package/dist/__tests__/check-utils.test.js +11 -0
  3. package/dist/__tests__/check-utils.test.js.map +1 -1
  4. package/dist/__tests__/fit-execute-opts.test.js +35 -1
  5. package/dist/__tests__/fit-execute-opts.test.js.map +1 -1
  6. package/dist/__tests__/public-api.test.js +7 -2
  7. package/dist/__tests__/public-api.test.js.map +1 -1
  8. package/dist/__tests__/tool.test.js +18 -9
  9. package/dist/__tests__/tool.test.js.map +1 -1
  10. package/dist/check-utils/check-authoring-helpers.d.ts +14 -0
  11. package/dist/check-utils/check-authoring-helpers.d.ts.map +1 -0
  12. package/dist/check-utils/check-authoring-helpers.js +18 -0
  13. package/dist/check-utils/check-authoring-helpers.js.map +1 -0
  14. package/dist/check-utils/index.d.ts +1 -0
  15. package/dist/check-utils/index.d.ts.map +1 -1
  16. package/dist/check-utils/index.js +1 -0
  17. package/dist/check-utils/index.js.map +1 -1
  18. package/dist/check-utils/test-helpers.d.ts.map +1 -1
  19. package/dist/check-utils/test-helpers.js +0 -1
  20. package/dist/check-utils/test-helpers.js.map +1 -1
  21. package/dist/cli/__tests__/fit-fail-closed.test.d.ts +8 -0
  22. package/dist/cli/__tests__/fit-fail-closed.test.d.ts.map +1 -0
  23. package/dist/cli/__tests__/fit-fail-closed.test.js +200 -0
  24. package/dist/cli/__tests__/fit-fail-closed.test.js.map +1 -0
  25. package/dist/cli/__tests__/fit-modes-live.test.js +33 -3
  26. package/dist/cli/__tests__/fit-modes-live.test.js.map +1 -1
  27. package/dist/cli/__tests__/fit-runner.test.d.ts +5 -0
  28. package/dist/cli/__tests__/fit-runner.test.d.ts.map +1 -0
  29. package/dist/cli/__tests__/fit-runner.test.js +145 -0
  30. package/dist/cli/__tests__/fit-runner.test.js.map +1 -0
  31. package/dist/cli/__tests__/report-data.test.js +37 -2
  32. package/dist/cli/__tests__/report-data.test.js.map +1 -1
  33. package/dist/cli/fit/__tests__/envelope-view-table.test.d.ts +2 -0
  34. package/dist/cli/fit/__tests__/envelope-view-table.test.d.ts.map +1 -0
  35. package/dist/cli/fit/__tests__/envelope-view-table.test.js +64 -0
  36. package/dist/cli/fit/__tests__/envelope-view-table.test.js.map +1 -0
  37. package/dist/cli/fit/__tests__/fit-export-command-spec.test.js +5 -2
  38. package/dist/cli/fit/__tests__/fit-export-command-spec.test.js.map +1 -1
  39. package/dist/cli/fit/check-loader.d.ts.map +1 -1
  40. package/dist/cli/fit/check-loader.js +28 -25
  41. package/dist/cli/fit/check-loader.js.map +1 -1
  42. package/dist/cli/fit/envelope-view.d.ts +1 -3
  43. package/dist/cli/fit/envelope-view.d.ts.map +1 -1
  44. package/dist/cli/fit/envelope-view.js +1 -7
  45. package/dist/cli/fit/envelope-view.js.map +1 -1
  46. package/dist/cli/fit/fit-aux-command-specs.d.ts +4 -4
  47. package/dist/cli/fit/fit-aux-command-specs.d.ts.map +1 -1
  48. package/dist/cli/fit/fit-aux-command-specs.js +13 -15
  49. package/dist/cli/fit/fit-aux-command-specs.js.map +1 -1
  50. package/dist/cli/fit/fit-command-spec.d.ts +3 -3
  51. package/dist/cli/fit/fit-command-spec.d.ts.map +1 -1
  52. package/dist/cli/fit/fit-command-spec.js +5 -9
  53. package/dist/cli/fit/fit-command-spec.js.map +1 -1
  54. package/dist/cli/fit/load-outcome.d.ts +24 -0
  55. package/dist/cli/fit/load-outcome.d.ts.map +1 -0
  56. package/dist/cli/fit/load-outcome.js +203 -0
  57. package/dist/cli/fit/load-outcome.js.map +1 -0
  58. package/dist/cli/fit/resolved-fitness-config.d.ts.map +1 -1
  59. package/dist/cli/fit/resolved-fitness-config.js +2 -6
  60. package/dist/cli/fit/resolved-fitness-config.js.map +1 -1
  61. package/dist/cli/fit/result-builders.d.ts.map +1 -1
  62. package/dist/cli/fit/result-builders.js +3 -4
  63. package/dist/cli/fit/result-builders.js.map +1 -1
  64. package/dist/cli/fit-modes.d.ts.map +1 -1
  65. package/dist/cli/fit-modes.js +51 -19
  66. package/dist/cli/fit-modes.js.map +1 -1
  67. package/dist/cli/fit-runner-progress.d.ts +0 -2
  68. package/dist/cli/fit-runner-progress.d.ts.map +1 -1
  69. package/dist/cli/fit-runner-progress.js +0 -3
  70. package/dist/cli/fit-runner-progress.js.map +1 -1
  71. package/dist/cli/fit-runner.d.ts +1 -34
  72. package/dist/cli/fit-runner.d.ts.map +1 -1
  73. package/dist/cli/fit-runner.js +90 -241
  74. package/dist/cli/fit-runner.js.map +1 -1
  75. package/dist/cli/fit-worker.d.ts.map +1 -1
  76. package/dist/cli/fit-worker.js +0 -1
  77. package/dist/cli/fit-worker.js.map +1 -1
  78. package/dist/cli/fit.d.ts +1 -0
  79. package/dist/cli/fit.d.ts.map +1 -1
  80. package/dist/cli/fit.js +6 -0
  81. package/dist/cli/fit.js.map +1 -1
  82. package/dist/cli/report-data.d.ts.map +1 -1
  83. package/dist/cli/report-data.js +0 -1
  84. package/dist/cli/report-data.js.map +1 -1
  85. package/dist/framework/__tests__/define-check.test.js +0 -1
  86. package/dist/framework/__tests__/define-check.test.js.map +1 -1
  87. package/dist/framework/__tests__/define-regex-list-check.test.js +15 -0
  88. package/dist/framework/__tests__/define-regex-list-check.test.js.map +1 -1
  89. package/dist/framework/__tests__/scope-registry.test.js +2 -0
  90. package/dist/framework/__tests__/scope-registry.test.js.map +1 -1
  91. package/dist/framework/abortable-exec.d.ts.map +1 -1
  92. package/dist/framework/abortable-exec.js +0 -1
  93. package/dist/framework/abortable-exec.js.map +1 -1
  94. package/dist/framework/check-config.d.ts +0 -8
  95. package/dist/framework/check-config.d.ts.map +1 -1
  96. package/dist/framework/check-config.js +0 -1
  97. package/dist/framework/check-config.js.map +1 -1
  98. package/dist/framework/constants.d.ts.map +1 -1
  99. package/dist/framework/constants.js +0 -1
  100. package/dist/framework/constants.js.map +1 -1
  101. package/dist/framework/define-check.d.ts.map +1 -1
  102. package/dist/framework/define-check.js +0 -3
  103. package/dist/framework/define-check.js.map +1 -1
  104. package/dist/framework/define-regex-list-check.d.ts +6 -0
  105. package/dist/framework/define-regex-list-check.d.ts.map +1 -1
  106. package/dist/framework/define-regex-list-check.js +4 -0
  107. package/dist/framework/define-regex-list-check.js.map +1 -1
  108. package/dist/framework/execution-context.d.ts.map +1 -1
  109. package/dist/framework/execution-context.js +0 -2
  110. package/dist/framework/execution-context.js.map +1 -1
  111. package/dist/framework/file-accessor.d.ts.map +1 -1
  112. package/dist/framework/file-accessor.js +0 -4
  113. package/dist/framework/file-accessor.js.map +1 -1
  114. package/dist/framework/file-cache.d.ts +1 -0
  115. package/dist/framework/file-cache.d.ts.map +1 -1
  116. package/dist/framework/file-cache.js +1 -4
  117. package/dist/framework/file-cache.js.map +1 -1
  118. package/dist/framework/ignore-processing.d.ts.map +1 -1
  119. package/dist/framework/ignore-processing.js +0 -2
  120. package/dist/framework/ignore-processing.js.map +1 -1
  121. package/dist/framework/import-graph.d.ts.map +1 -1
  122. package/dist/framework/import-graph.js +0 -1
  123. package/dist/framework/import-graph.js.map +1 -1
  124. package/dist/framework/parse-cache.d.ts.map +1 -1
  125. package/dist/framework/parse-cache.js +0 -1
  126. package/dist/framework/parse-cache.js.map +1 -1
  127. package/dist/framework/scope-registry.d.ts.map +1 -1
  128. package/dist/framework/scope-registry.js +7 -1
  129. package/dist/framework/scope-registry.js.map +1 -1
  130. package/dist/framework/severity-mapping.d.ts.map +1 -1
  131. package/dist/framework/severity-mapping.js +0 -1
  132. package/dist/framework/severity-mapping.js.map +1 -1
  133. package/dist/identity.d.ts +11 -0
  134. package/dist/identity.d.ts.map +1 -0
  135. package/dist/identity.js +11 -0
  136. package/dist/identity.js.map +1 -0
  137. package/dist/index.d.ts +1 -1
  138. package/dist/index.d.ts.map +1 -1
  139. package/dist/index.js +1 -1
  140. package/dist/index.js.map +1 -1
  141. package/dist/persistence/session-replay.d.ts.map +1 -1
  142. package/dist/persistence/session-replay.js +7 -28
  143. package/dist/persistence/session-replay.js.map +1 -1
  144. package/dist/plugins/loader.d.ts.map +1 -1
  145. package/dist/plugins/loader.js +2 -1
  146. package/dist/plugins/loader.js.map +1 -1
  147. package/dist/recipes/__tests__/execution-branches.test.d.ts.map +1 -1
  148. package/dist/recipes/__tests__/execution-branches.test.js +0 -1
  149. package/dist/recipes/__tests__/execution-branches.test.js.map +1 -1
  150. package/dist/recipes/__tests__/service.test.d.ts.map +1 -1
  151. package/dist/recipes/__tests__/service.test.js +0 -1
  152. package/dist/recipes/__tests__/service.test.js.map +1 -1
  153. package/dist/recipes/built-in-recipes.d.ts.map +1 -1
  154. package/dist/recipes/built-in-recipes.js +0 -1
  155. package/dist/recipes/built-in-recipes.js.map +1 -1
  156. package/dist/recipes/check-resolution.d.ts.map +1 -1
  157. package/dist/recipes/check-resolution.js +0 -1
  158. package/dist/recipes/check-resolution.js.map +1 -1
  159. package/dist/recipes/check-result-processor.d.ts.map +1 -1
  160. package/dist/recipes/check-result-processor.js +0 -1
  161. package/dist/recipes/check-result-processor.js.map +1 -1
  162. package/dist/recipes/registry.d.ts.map +1 -1
  163. package/dist/recipes/registry.js +0 -1
  164. package/dist/recipes/registry.js.map +1 -1
  165. package/dist/recipes/service-adhoc.d.ts +24 -0
  166. package/dist/recipes/service-adhoc.d.ts.map +1 -0
  167. package/dist/recipes/service-adhoc.js +53 -0
  168. package/dist/recipes/service-adhoc.js.map +1 -0
  169. package/dist/recipes/service-check-resolution.d.ts +18 -0
  170. package/dist/recipes/service-check-resolution.d.ts.map +1 -0
  171. package/dist/recipes/service-check-resolution.js +65 -0
  172. package/dist/recipes/service-check-resolution.js.map +1 -0
  173. package/dist/recipes/service-prepare.d.ts +23 -0
  174. package/dist/recipes/service-prepare.d.ts.map +1 -0
  175. package/dist/recipes/service-prepare.js +30 -0
  176. package/dist/recipes/service-prepare.js.map +1 -0
  177. package/dist/recipes/service-prewarm.d.ts +12 -0
  178. package/dist/recipes/service-prewarm.d.ts.map +1 -0
  179. package/dist/recipes/service-prewarm.js +25 -0
  180. package/dist/recipes/service-prewarm.js.map +1 -0
  181. package/dist/recipes/service-session.d.ts +17 -0
  182. package/dist/recipes/service-session.d.ts.map +1 -0
  183. package/dist/recipes/service-session.js +78 -0
  184. package/dist/recipes/service-session.js.map +1 -0
  185. package/dist/recipes/service.d.ts +2 -19
  186. package/dist/recipes/service.d.ts.map +1 -1
  187. package/dist/recipes/service.js +23 -219
  188. package/dist/recipes/service.js.map +1 -1
  189. package/dist/scaffold/index.d.ts +3 -0
  190. package/dist/scaffold/index.d.ts.map +1 -0
  191. package/dist/scaffold/index.js +3 -0
  192. package/dist/scaffold/index.js.map +1 -0
  193. package/dist/scope-augmentation.d.ts +11 -0
  194. package/dist/scope-augmentation.d.ts.map +1 -1
  195. package/dist/signalers/loader.d.ts.map +1 -1
  196. package/dist/signalers/loader.js +0 -3
  197. package/dist/signalers/loader.js.map +1 -1
  198. package/dist/targets/loader.d.ts.map +1 -1
  199. package/dist/targets/loader.js +0 -3
  200. package/dist/targets/loader.js.map +1 -1
  201. package/dist/targets/target-registry.d.ts.map +1 -1
  202. package/dist/targets/target-registry.js +0 -1
  203. package/dist/targets/target-registry.js.map +1 -1
  204. package/dist/tool.d.ts.map +1 -1
  205. package/dist/tool.js +12 -16
  206. package/dist/tool.js.map +1 -1
  207. package/dist/types/severity.d.ts.map +1 -1
  208. package/dist/types/severity.js +0 -2
  209. package/dist/types/severity.js.map +1 -1
  210. package/package.json +27 -16
  211. package/dist/cli/fit-runner-views.d.ts +0 -33
  212. package/dist/cli/fit-runner-views.d.ts.map +0 -1
  213. package/dist/cli/fit-runner-views.js +0 -92
  214. package/dist/cli/fit-runner-views.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"target-registry.d.ts","sourceRoot":"","sources":["../../src/targets/target-registry.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;GAYG;AAGH,OAAO,EAAE,cAAc,IAAI,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAEnF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAczC;;;;;GAKG;AACH,qBAAa,cAAe,SAAQ,uBAAuB;IACzD;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE;CAwB1F"}
1
+ {"version":3,"file":"target-registry.d.ts","sourceRoot":"","sources":["../../src/targets/target-registry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAGH,OAAO,EAAE,cAAc,IAAI,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAEnF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAczC;;;;;GAKG;AACH,qBAAa,cAAe,SAAQ,uBAAuB;IACzD;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE;CAwB1F"}
@@ -1,4 +1,3 @@
1
- // @fitness-ignore-file batch-operation-limits -- findByScope's this.getAll() iterates the project's declared target set (a handful of named file-sets per config document), bounded like core's tool registry getAll.
2
1
  /**
3
2
  * @fileoverview Fitness Target Registry
4
3
  *
@@ -1 +1 @@
1
- {"version":3,"file":"target-registry.js","sourceRoot":"","sources":["../../src/targets/target-registry.ts"],"names":[],"mappings":"AAAA,sNAAsN;AACtN;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,cAAc,IAAI,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAInF;;;;;;;GAOG;AACH,SAAS,WAAW,CAAC,IAAY;IAC/B,OAAO,YAAY,EAAE,EAAE,SAAS,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,WAAW,EAAE,CAAC;AAC5E,CAAC;AAED;;;;;GAKG;AACH,MAAM,OAAO,cAAe,SAAQ,uBAAuB;IACzD;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CAAC,SAA4B,EAAE,QAA2B;QACnE,MAAM,UAAU,GAAG,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QAC9C,OAAO,IAAI,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE;YACrC,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC;YAC5C,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC;YAC9C,MAAM,oBAAoB,GAAG,WAAW,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;YAE3D,6EAA6E;YAC7E,MAAM,aAAa,GACjB,UAAU,CAAC,MAAM,KAAK,CAAC;gBACvB,CAAC,oBAAoB;gBACrB,oBAAoB,CAAC,MAAM,KAAK,CAAC;gBACjC,UAAU,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,oBAAoB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;YAEjE,2EAA2E;YAC3E,MAAM,YAAY,GAChB,QAAQ,CAAC,MAAM,KAAK,CAAC;gBACrB,CAAC,cAAc;gBACf,cAAc,CAAC,MAAM,KAAK,CAAC;gBAC3B,QAAQ,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,cAAc,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC;YAE/D,OAAO,aAAa,IAAI,YAAY,CAAC;QACvC,CAAC,CAAC,CAAC;IACL,CAAC;CACF"}
1
+ {"version":3,"file":"target-registry.js","sourceRoot":"","sources":["../../src/targets/target-registry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,cAAc,IAAI,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAInF;;;;;;;GAOG;AACH,SAAS,WAAW,CAAC,IAAY;IAC/B,OAAO,YAAY,EAAE,EAAE,SAAS,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,WAAW,EAAE,CAAC;AAC5E,CAAC;AAED;;;;;GAKG;AACH,MAAM,OAAO,cAAe,SAAQ,uBAAuB;IACzD;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CAAC,SAA4B,EAAE,QAA2B;QACnE,MAAM,UAAU,GAAG,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QAC9C,OAAO,IAAI,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE;YACrC,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC;YAC5C,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC;YAC9C,MAAM,oBAAoB,GAAG,WAAW,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;YAE3D,6EAA6E;YAC7E,MAAM,aAAa,GACjB,UAAU,CAAC,MAAM,KAAK,CAAC;gBACvB,CAAC,oBAAoB;gBACrB,oBAAoB,CAAC,MAAM,KAAK,CAAC;gBACjC,UAAU,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,oBAAoB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;YAEjE,2EAA2E;YAC3E,MAAM,YAAY,GAChB,QAAQ,CAAC,MAAM,KAAK,CAAC;gBACrB,CAAC,cAAc;gBACf,cAAc,CAAC,MAAM,KAAK,CAAC;gBAC3B,QAAQ,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,cAAc,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC;YAE/D,OAAO,aAAa,IAAI,YAAY,CAAC;QACvC,CAAC,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"tool.d.ts","sourceRoot":"","sources":["../src/tool.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AA6BH,OAAO,yBAAyB,CAAC;AAKjC,OAAO,KAAK,EAIV,IAAI,EAEL,MAAM,mBAAmB,CAAC;AAwI3B;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,UAAU,CAAC;AAMhD,eAAO,MAAM,iBAAiB,yCAAyC,CAAC;AAExE,eAAO,MAAM,WAAW,EAAE,IAkCxB,CAAC"}
1
+ {"version":3,"file":"tool.d.ts","sourceRoot":"","sources":["../src/tool.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AAiCH,OAAO,yBAAyB,CAAC;AAKjC,OAAO,KAAK,EAGV,IAAI,EAEL,MAAM,mBAAmB,CAAC;AAwI3B;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,UAAU,CAAC;AAMhD,eAAO,MAAM,iBAAiB,yCAAyC,CAAC;AAExE,eAAO,MAAM,WAAW,EAAE,IA8BxB,CAAC"}
package/dist/tool.js CHANGED
@@ -50,17 +50,17 @@
50
50
  import { defineTool, readPackageVersion } from '@opensip-cli/core';
51
51
  import { fitnessFingerprintStrategy } from './baseline-strategy.js';
52
52
  import { fitExportCommandSpec, fitListGroupedCommandSpec, fitRecipesGroupedCommandSpec, } from './cli/fit/fit-aux-command-specs.js';
53
- import { buildFitCommandSpec, FIT_LIVE_VIEW_KEY } from './cli/fit/fit-command-spec.js';
53
+ import { buildFitCommandSpec } from './cli/fit/fit-command-spec.js';
54
54
  import { renderFitLive } from './cli/fit-runner.js';
55
55
  import { fitRunWorkerCommandSpec } from './cli/fit-worker.js';
56
56
  import { collectFitnessReportData } from './cli/report-data.js';
57
57
  import { fitnessConfigDeclaration } from './config/fitness-config-schema.js';
58
58
  import { FileCache } from './framework/file-cache.js';
59
59
  import { createCheckRegistry, createFitnessLoadState, createRecipeRegistry, currentCheckRegistry, currentRecipeRegistry, } from './framework/scope-registry.js';
60
+ import { FITNESS_IDENTITY, FITNESS_LIVE_VIEW_KEY } from './identity.js';
60
61
  import { fitReplayFromSession } from './persistence/session-replay.js';
61
62
  import { FIT_PLUGIN_LAYOUT } from './plugins/loader.js';
62
- import { fitScaffoldConfigBlock } from './scaffold/config-block.js';
63
- import { fitScaffoldExamples, fitStableExampleIds } from './scaffold/examples.js';
63
+ import { fitScaffoldConfigBlock, fitScaffoldExamples, fitStableExampleIds, } from './scaffold/index.js';
64
64
  // Side-effect import: ensures the RunScope.fitness augmentation is loaded so
65
65
  // `scope.fitness` is the correctly-typed slot here.
66
66
  import './scope-augmentation.js';
@@ -82,7 +82,7 @@ import './scope-augmentation.js';
82
82
  * to the old mount-time registration.
83
83
  */
84
84
  function setUpFitLiveView(cli) {
85
- cli.registerLiveView(FIT_LIVE_VIEW_KEY, async (args, liveContext) => {
85
+ cli.registerLiveView(FITNESS_LIVE_VIEW_KEY, async (args, liveContext) => {
86
86
  const fitArgs = args;
87
87
  // The host always supplies the LiveViewContext (carrying the run timer for
88
88
  // the summary provider). The renderer returns a ToolRunCompletion; the HOST
@@ -205,30 +205,26 @@ export const FITNESS_CONTRACT_VERSION = '1.0.0';
205
205
  // =============================================================================
206
206
  export const FITNESS_STABLE_ID = 'afd68bd3-ff3c-4935-a5b6-76d8fc7a5224';
207
207
  export const fitnessTool = defineTool({
208
+ identity: FITNESS_IDENTITY,
208
209
  metadata: {
209
- id: FITNESS_STABLE_ID, // stable UUID (per ADR-0048; matches Checks `id` naming)
210
- // tool-command-surface-taxonomy Task 2.4 (Q1): metadata.name == the command
211
- // verb (`fit`). The config namespace key stays `fitness:` — it keys off the
212
- // DECOUPLED `fitnessConfigDeclaration.namespace = 'fitness'` literal, NOT
213
- // metadata.name, so existing `fitness:` config blocks keep validating. The
214
- // session `tool` column is already `'fit'` (sessionReplay.tool + the session
215
- // contributions), so aligning the name REDUCES mismatch. Q6 (decided): keep
216
- // the `fitness:` config namespace — no `fit:` alias or migration.
217
- name: 'fit', // command verb + human key (was 'fitness')
210
+ id: FITNESS_STABLE_ID,
218
211
  version: readPackageVersion(import.meta.url),
219
212
  description: 'Run fitness checks against a codebase',
220
213
  },
221
- pluginLayout: FIT_PLUGIN_LAYOUT,
214
+ pluginLayout: { userSubdirs: FIT_PLUGIN_LAYOUT.userSubdirs },
222
215
  commandSpecs: fitCommandSpecs,
223
216
  extensionPoints: {
224
217
  fitnessContractVersion: FITNESS_CONTRACT_VERSION,
225
218
  contributeScope,
226
219
  collectReportData: collectFitnessReportData,
227
220
  sessionReplay: {
228
- tool: 'fit',
229
221
  replaySession: fitReplayFromSession,
230
222
  },
231
- config: fitnessConfigDeclaration,
223
+ config: {
224
+ schema: fitnessConfigDeclaration.schema,
225
+ defaults: fitnessConfigDeclaration.defaults,
226
+ env: fitnessConfigDeclaration.env,
227
+ },
232
228
  capabilityRegistrars: { 'fit-pack': registerFitCheck, 'fit-recipe': registerFitRecipe },
233
229
  fingerprintStrategy: fitnessFingerprintStrategy,
234
230
  scaffoldExamples: fitScaffoldExamples,
package/dist/tool.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"tool.js","sourceRoot":"","sources":["../src/tool.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tool.js","sourceRoot":"","sources":["../src/tool.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"severity.d.ts","sourceRoot":"","sources":["../../src/types/severity.ts"],"names":[],"mappings":"AAGA;;;;;GAKG;AAWH,4CAA4C;AAC5C,wBAAgB,WAAW,CAAC,OAAO,EAAE,SAAS;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,EAAE,GAAG,MAAM,CAM5E;AAED,8CAA8C;AAC9C,wBAAgB,aAAa,CAAC,OAAO,EAAE,SAAS;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,EAAE,GAAG,MAAM,CAM9E"}
1
+ {"version":3,"file":"severity.d.ts","sourceRoot":"","sources":["../../src/types/severity.ts"],"names":[],"mappings":"AACA;;;;;GAKG;AAWH,4CAA4C;AAC5C,wBAAgB,WAAW,CAAC,OAAO,EAAE,SAAS;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,EAAE,GAAG,MAAM,CAM5E;AAED,8CAA8C;AAC9C,wBAAgB,aAAa,CAAC,OAAO,EAAE,SAAS;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,EAAE,GAAG,MAAM,CAM9E"}
@@ -1,6 +1,4 @@
1
- // @fitness-ignore-file batch-operation-limits -- iterates bounded collections (config entries, registry items, or small analysis results)
2
1
  // @fitness-ignore-file clean-code-naming-quality -- short names used in severity mapping utilities
3
- // @fitness-ignore-file project-readme-existence -- internal module, not a package root
4
2
  /**
5
3
  * @fileoverview Shared severity classification helpers
6
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"severity.js","sourceRoot":"","sources":["../../src/types/severity.ts"],"names":[],"mappings":"AAAA,0IAA0I;AAC1I,mGAAmG;AACnG,uFAAuF;AACvF;;;;;GAKG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAIpD,iEAAiE;AACjE,SAAS,iBAAiB,CAAC,QAAwB;IACjD,OAAO,QAAQ,KAAK,QAAQ,CAAC;AAC/B,CAAC;AAED,4CAA4C;AAC5C,MAAM,UAAU,WAAW,CAAC,OAAwC;IAClE,IAAI,KAAK,GAAG,CAAC,CAAC;IACd,KAAK,MAAM,CAAC,IAAI,OAAO,EAAE,CAAC;QACxB,IAAI,eAAe,CAAC,CAAC,CAAC,QAA0B,CAAC;YAAE,KAAK,EAAE,CAAC;IAC7D,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED,8CAA8C;AAC9C,MAAM,UAAU,aAAa,CAAC,OAAwC;IACpE,IAAI,KAAK,GAAG,CAAC,CAAC;IACd,KAAK,MAAM,CAAC,IAAI,OAAO,EAAE,CAAC;QACxB,IAAI,iBAAiB,CAAC,CAAC,CAAC,QAA0B,CAAC;YAAE,KAAK,EAAE,CAAC;IAC/D,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC"}
1
+ {"version":3,"file":"severity.js","sourceRoot":"","sources":["../../src/types/severity.ts"],"names":[],"mappings":"AAAA,mGAAmG;AACnG;;;;;GAKG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAIpD,iEAAiE;AACjE,SAAS,iBAAiB,CAAC,QAAwB;IACjD,OAAO,QAAQ,KAAK,QAAQ,CAAC;AAC/B,CAAC;AAED,4CAA4C;AAC5C,MAAM,UAAU,WAAW,CAAC,OAAwC;IAClE,IAAI,KAAK,GAAG,CAAC,CAAC;IACd,KAAK,MAAM,CAAC,IAAI,OAAO,EAAE,CAAC;QACxB,IAAI,eAAe,CAAC,CAAC,CAAC,QAA0B,CAAC;YAAE,KAAK,EAAE,CAAC;IAC7D,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED,8CAA8C;AAC9C,MAAM,UAAU,aAAa,CAAC,OAAwC;IACpE,IAAI,KAAK,GAAG,CAAC,CAAC;IACd,KAAK,MAAM,CAAC,IAAI,OAAO,EAAE,CAAC;QACxB,IAAI,iBAAiB,CAAC,CAAC,CAAC,QAA0B,CAAC;YAAE,KAAK,EAAE,CAAC;IAC/D,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensip-cli/fitness",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Fitness checks engine for OpenSIP CLI",
6
6
  "keywords": [
@@ -25,7 +25,8 @@
25
25
  "main": "./dist/index.js",
26
26
  "types": "./dist/index.d.ts",
27
27
  "exports": {
28
- ".": "./dist/index.js"
28
+ ".": "./dist/index.js",
29
+ "./internal": "./dist/internal.js"
29
30
  },
30
31
  "files": [
31
32
  "dist",
@@ -34,13 +35,23 @@
34
35
  ],
35
36
  "opensipTools": {
36
37
  "kind": "tool",
37
- "id": "fit",
38
+ "id": "fitness",
39
+ "identity": {
40
+ "name": "fitness",
41
+ "aliases": [
42
+ "fit"
43
+ ],
44
+ "layoutKey": "fit"
45
+ },
38
46
  "stableId": "afd68bd3-ff3c-4935-a5b6-76d8fc7a5224",
39
47
  "apiVersion": 1,
40
48
  "commands": [
41
49
  {
42
- "name": "fit",
50
+ "name": "fitness",
43
51
  "description": "Run fitness checks",
52
+ "aliases": [
53
+ "fit"
54
+ ],
44
55
  "commonFlags": [
45
56
  "cwd",
46
57
  "json",
@@ -112,7 +123,7 @@
112
123
  {
113
124
  "name": "list",
114
125
  "description": "List available fitness checks",
115
- "parent": "fit",
126
+ "parent": "fitness",
116
127
  "commonFlags": [
117
128
  "cwd",
118
129
  "json"
@@ -123,7 +134,7 @@
123
134
  {
124
135
  "name": "recipes",
125
136
  "description": "List available fitness recipes",
126
- "parent": "fit",
137
+ "parent": "fitness",
127
138
  "commonFlags": [
128
139
  "cwd",
129
140
  "json"
@@ -134,7 +145,7 @@
134
145
  {
135
146
  "name": "export",
136
147
  "description": "Export fit artifacts: --format baseline (the SARIF-shaped gate baseline)",
137
- "parent": "fit",
148
+ "parent": "fitness",
138
149
  "commonFlags": [
139
150
  "cwd",
140
151
  "json"
@@ -233,24 +244,24 @@
233
244
  "commander": "^15.0.0",
234
245
  "drizzle-orm": "^0.45.2",
235
246
  "glob": "^13.0.0",
236
- "ink": "^7.0.5",
237
247
  "minimatch": "^10.2.5",
238
248
  "react": "^19.2.7",
239
249
  "typescript": "~6.0.3",
240
250
  "zod": "^4.4.3",
241
- "@opensip-cli/cli-ui": "0.1.10",
242
- "@opensip-cli/contracts": "0.1.10",
243
- "@opensip-cli/datastore": "0.1.10",
244
- "@opensip-cli/session-store": "0.1.10",
245
- "@opensip-cli/config": "0.1.10",
246
- "@opensip-cli/targeting": "0.1.10",
247
- "@opensip-cli/core": "0.1.10"
251
+ "@opensip-cli/cli-ui": "0.1.12",
252
+ "@opensip-cli/cli-live": "0.1.12",
253
+ "@opensip-cli/contracts": "0.1.12",
254
+ "@opensip-cli/config": "0.1.12",
255
+ "@opensip-cli/datastore": "0.1.12",
256
+ "@opensip-cli/core": "0.1.12",
257
+ "@opensip-cli/session-store": "0.1.12",
258
+ "@opensip-cli/targeting": "0.1.12"
248
259
  },
249
260
  "devDependencies": {
250
261
  "@types/node": "^24.13.2",
251
262
  "@types/react": "^19.2.17",
252
263
  "vitest": "^4.1.8",
253
- "@opensip-cli/lang-typescript": "0.1.10"
264
+ "@opensip-cli/lang-typescript": "0.1.12"
254
265
  },
255
266
  "scripts": {
256
267
  "build": "tsc",
@@ -1,33 +0,0 @@
1
- /**
2
- * @fileoverview Tool-specific Ink render pieces for the live fit view.
3
- *
4
- * Extracted from `fit-runner.tsx` so the state-machine entry there stays
5
- * compact. Each component here consumes the run's {@link SignalEnvelope}-
6
- * derived view-models (`FitTableRow` / `FitFindingsGroup`, built by
7
- * `fit/envelope-view.ts`) and pulls colours from the shared cli-ui theme. The
8
- * Banner, RunHeader, Spinner, and ErrorMessage primitives remain owned by
9
- * `@opensip-cli/cli-ui` — only the fitness-specific renderers live here.
10
- *
11
- * ADR-0011 Phase 6: fitness no longer imports `@opensip-cli/output`; the
12
- * live table/findings derive straight from the envelope (the static/non-TTY
13
- * path uses the shared `formatSignalTableRows` at the composition root).
14
- */
15
- import React from 'react';
16
- import { type FitTableRow } from './fit/envelope-view.js';
17
- export declare function ResultsTable({ rows, }: {
18
- readonly rows: readonly FitTableRow[];
19
- }): React.ReactElement | null;
20
- /**
21
- * WarningsBlock — renders non-fatal user-facing warnings collected during
22
- * the run (plugin load failures, unknown languages in config, missing
23
- * check packages, etc.).
24
- *
25
- * These come through the run's collected warnings rather than direct stderr
26
- * writes — emitting them during an active Ink render desyncs the renderer's
27
- * frame tracking. Rendering them here through Ink keeps the live view's
28
- * frame contract intact.
29
- */
30
- export declare function WarningsBlock({ warnings, }: {
31
- readonly warnings: readonly string[];
32
- }): React.ReactElement;
33
- //# sourceMappingURL=fit-runner-views.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fit-runner-views.d.ts","sourceRoot":"","sources":["../../src/cli/fit-runner-views.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAIH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAoB,KAAK,WAAW,EAAE,MAAM,wBAAwB,CAAC;AA2B5E,wBAAgB,YAAY,CAAC,EAC3B,IAAI,GACL,EAAE;IACD,QAAQ,CAAC,IAAI,EAAE,SAAS,WAAW,EAAE,CAAC;CACvC,GAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CA0D5B;AAOD;;;;;;;;;GASG;AACH,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,GACT,EAAE;IACD,QAAQ,CAAC,QAAQ,EAAE,SAAS,MAAM,EAAE,CAAC;CACtC,GAAG,KAAK,CAAC,YAAY,CAYrB"}
@@ -1,92 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- /**
3
- * @fileoverview Tool-specific Ink render pieces for the live fit view.
4
- *
5
- * Extracted from `fit-runner.tsx` so the state-machine entry there stays
6
- * compact. Each component here consumes the run's {@link SignalEnvelope}-
7
- * derived view-models (`FitTableRow` / `FitFindingsGroup`, built by
8
- * `fit/envelope-view.ts`) and pulls colours from the shared cli-ui theme. The
9
- * Banner, RunHeader, Spinner, and ErrorMessage primitives remain owned by
10
- * `@opensip-cli/cli-ui` — only the fitness-specific renderers live here.
11
- *
12
- * ADR-0011 Phase 6: fitness no longer imports `@opensip-cli/output`; the
13
- * live table/findings derive straight from the envelope (the static/non-TTY
14
- * path uses the shared `formatSignalTableRows` at the composition root).
15
- */
16
- import { useTheme, sortFitRowPriority, parseValidatedCount } from '@opensip-cli/cli-ui';
17
- import { Box, Text } from 'ink';
18
- import { fitValidatedCell } from './fit/envelope-view.js';
19
- function statusColor(theme, status) {
20
- if (status === 'FAIL')
21
- return theme.statusFail;
22
- if (status === 'ERROR')
23
- return theme.statusTimeout;
24
- return theme.statusPass;
25
- }
26
- function ignoredColor(theme, ignored, validated) {
27
- const total = parseValidatedCount(validated);
28
- if (total === 0 || ignored === 0)
29
- return theme.muted;
30
- const pct = (ignored / total) * 100;
31
- if (pct > 10)
32
- return theme.error;
33
- if (pct > 5)
34
- return theme.warning;
35
- return theme.muted;
36
- }
37
- function durationColor(theme, ms) {
38
- if (ms >= 60_000)
39
- return theme.error;
40
- if (ms >= 30_000)
41
- return theme.warning;
42
- return theme.success;
43
- }
44
- export function ResultsTable({ rows, }) {
45
- const theme = useTheme();
46
- if (rows.length === 0)
47
- return null;
48
- const sorted = [...rows].sort((a, b) => sortFitRowPriority(a) - sortFitRowPriority(b));
49
- const maxCheckWidth = Math.max(40, ...sorted.map((r) => r.check.length));
50
- const widths = { status: 7, errors: 6, warnings: 8, validated: 12, ignored: 7, duration: 10 };
51
- const headerCells = [
52
- 'Check'.padEnd(maxCheckWidth),
53
- 'Status'.padEnd(widths.status),
54
- 'Errors'.padEnd(widths.errors),
55
- 'Warnings'.padEnd(widths.warnings),
56
- 'Validated'.padEnd(widths.validated),
57
- 'Ignores'.padEnd(widths.ignored),
58
- 'Duration'.padEnd(widths.duration),
59
- ];
60
- const separatorCells = [
61
- '-'.repeat(maxCheckWidth),
62
- '-'.repeat(widths.status),
63
- '-'.repeat(widths.errors),
64
- '-'.repeat(widths.warnings),
65
- '-'.repeat(widths.validated),
66
- '-'.repeat(widths.ignored),
67
- '-'.repeat(widths.duration),
68
- ];
69
- return (_jsxs(Box, { flexDirection: "column", children: [_jsx(Text, { children: headerCells.join(' | ') }), _jsx(Text, { children: separatorCells.join('-|-') }), sorted.map((row, i) => {
70
- const validatedCell = fitValidatedCell(row);
71
- return (_jsxs(Text, { children: [row.check.padEnd(maxCheckWidth), ' | ', _jsx(Text, { color: statusColor(theme, row.status), children: row.status.padEnd(widths.status) }), ' | ', _jsx(Text, { color: row.errors > 0 ? theme.error : theme.success, children: String(row.errors).padEnd(widths.errors) }), ' | ', _jsx(Text, { color: row.warnings > 0 ? theme.warning : theme.muted, children: String(row.warnings).padEnd(widths.warnings) }), ' | ', validatedCell.padEnd(widths.validated), ' | ', _jsx(Text, { color: ignoredColor(theme, row.ignored, validatedCell), children: String(row.ignored).padEnd(widths.ignored) }), ' | ', _jsx(Text, { color: durationColor(theme, row.durationMs), children: row.duration.padEnd(widths.duration) })] }, i));
72
- })] }));
73
- }
74
- // SummaryLine previously lived here — now provided by
75
- // `@opensip-cli/cli-ui`'s shared `RunSummary` component so fit, graph,
76
- // and future tools render the same single-line summary at the bottom
77
- // of every run. fit-runner.tsx imports `RunSummary` directly.
78
- /**
79
- * WarningsBlock — renders non-fatal user-facing warnings collected during
80
- * the run (plugin load failures, unknown languages in config, missing
81
- * check packages, etc.).
82
- *
83
- * These come through the run's collected warnings rather than direct stderr
84
- * writes — emitting them during an active Ink render desyncs the renderer's
85
- * frame tracking. Rendering them here through Ink keeps the live view's
86
- * frame contract intact.
87
- */
88
- export function WarningsBlock({ warnings, }) {
89
- const theme = useTheme();
90
- return (_jsx(Box, { flexDirection: "column", paddingLeft: 2, paddingTop: 1, children: warnings.map((msg, i) => (_jsxs(Text, { color: theme.warning, children: ['! ', msg] }, i))) }));
91
- }
92
- //# sourceMappingURL=fit-runner-views.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fit-runner-views.js","sourceRoot":"","sources":["../../src/cli/fit-runner-views.tsx"],"names":[],"mappings":"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"}