@pennyfarthing/core 11.3.1 → 11.3.2

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 (408) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/packages/core/dist/cli/commands/doctor.d.ts +9 -1
  4. package/packages/core/dist/cli/commands/doctor.d.ts.map +1 -1
  5. package/packages/core/dist/cli/commands/doctor.js +107 -51
  6. package/packages/core/dist/cli/commands/doctor.js.map +1 -1
  7. package/packages/core/dist/cli/commands/update.d.ts.map +1 -1
  8. package/packages/core/dist/cli/commands/update.js +1 -26
  9. package/packages/core/dist/cli/commands/update.js.map +1 -1
  10. package/packages/core/dist/cli/utils/python.d.ts +1 -0
  11. package/packages/core/dist/cli/utils/python.d.ts.map +1 -1
  12. package/packages/core/dist/cli/utils/python.js +11 -1
  13. package/packages/core/dist/cli/utils/python.js.map +1 -1
  14. package/packages/core/dist/cli/utils/settings-pf-wrapper.test.d.ts +16 -0
  15. package/packages/core/dist/cli/utils/settings-pf-wrapper.test.d.ts.map +1 -0
  16. package/packages/core/dist/cli/utils/settings-pf-wrapper.test.js +377 -0
  17. package/packages/core/dist/cli/utils/settings-pf-wrapper.test.js.map +1 -0
  18. package/packages/core/dist/server/paths.d.ts.map +1 -1
  19. package/packages/core/dist/server/paths.js +6 -0
  20. package/packages/core/dist/server/paths.js.map +1 -1
  21. package/packages/core/dist/workflow/team-lifecycle.d.ts +169 -0
  22. package/packages/core/dist/workflow/team-lifecycle.d.ts.map +1 -0
  23. package/packages/core/dist/workflow/team-lifecycle.js +217 -0
  24. package/packages/core/dist/workflow/team-lifecycle.js.map +1 -0
  25. package/packages/core/dist/workflow/team-lifecycle.test.d.ts +20 -0
  26. package/packages/core/dist/workflow/team-lifecycle.test.d.ts.map +1 -0
  27. package/packages/core/dist/workflow/team-lifecycle.test.js +966 -0
  28. package/packages/core/dist/workflow/team-lifecycle.test.js.map +1 -0
  29. package/packages/core/dist/workflow/workflow-graph-validation.d.ts +65 -0
  30. package/packages/core/dist/workflow/workflow-graph-validation.d.ts.map +1 -0
  31. package/packages/core/dist/workflow/workflow-graph-validation.js +190 -0
  32. package/packages/core/dist/workflow/workflow-graph-validation.js.map +1 -0
  33. package/packages/core/dist/workflow/workflow-graph-validation.test.d.ts +18 -0
  34. package/packages/core/dist/workflow/workflow-graph-validation.test.d.ts.map +1 -0
  35. package/packages/core/dist/workflow/workflow-graph-validation.test.js +706 -0
  36. package/packages/core/dist/workflow/workflow-graph-validation.test.js.map +1 -0
  37. package/pennyfarthing-dist/scripts/lib/run-pf.sh +3 -0
  38. package/pennyfarthing_scripts/__pycache__/__init__.cpython-314.pyc +0 -0
  39. package/pennyfarthing_scripts/__pycache__/bellmode_hook.cpython-314.pyc +0 -0
  40. package/pennyfarthing_scripts/__pycache__/cli.cpython-314.pyc +0 -0
  41. package/pennyfarthing_scripts/__pycache__/config.cpython-314.pyc +0 -0
  42. package/pennyfarthing_scripts/__pycache__/context.cpython-314.pyc +0 -0
  43. package/pennyfarthing_scripts/__pycache__/hooks.cpython-314.pyc +0 -0
  44. package/pennyfarthing_scripts/__pycache__/jira_bidirectional_sync.cpython-314.pyc +0 -0
  45. package/pennyfarthing_scripts/__pycache__/jira_epic_creation.cpython-314.pyc +0 -0
  46. package/pennyfarthing_scripts/__pycache__/jira_sync.cpython-314.pyc +0 -0
  47. package/pennyfarthing_scripts/__pycache__/jira_sync_story.cpython-314.pyc +0 -0
  48. package/pennyfarthing_scripts/__pycache__/output.cpython-314.pyc +0 -0
  49. package/pennyfarthing_scripts/__pycache__/patch_mode.cpython-314.pyc +0 -0
  50. package/pennyfarthing_scripts/__pycache__/pretooluse_hook.cpython-314.pyc +0 -0
  51. package/pennyfarthing_scripts/__pycache__/schema_validation_hook.cpython-314.pyc +0 -0
  52. package/pennyfarthing_scripts/__pycache__/session_start_hook.cpython-314.pyc +0 -0
  53. package/pennyfarthing_scripts/__pycache__/workflow.cpython-314.pyc +0 -0
  54. package/pennyfarthing_scripts/bc/__pycache__/__init__.cpython-314.pyc +0 -0
  55. package/pennyfarthing_scripts/bc/__pycache__/cli.cpython-314.pyc +0 -0
  56. package/pennyfarthing_scripts/bc/__pycache__/focus.cpython-314.pyc +0 -0
  57. package/pennyfarthing_scripts/bc/__pycache__/split.cpython-314.pyc +0 -0
  58. package/pennyfarthing_scripts/bikerack/__pycache__/__init__.cpython-314.pyc +0 -0
  59. package/pennyfarthing_scripts/bikerack/__pycache__/__main__.cpython-314.pyc +0 -0
  60. package/pennyfarthing_scripts/bikerack/__pycache__/audit_log_panel.cpython-314.pyc +0 -0
  61. package/pennyfarthing_scripts/bikerack/__pycache__/background_panel.cpython-314.pyc +0 -0
  62. package/pennyfarthing_scripts/bikerack/__pycache__/base_panel.cpython-314.pyc +0 -0
  63. package/pennyfarthing_scripts/bikerack/__pycache__/changed_panel.cpython-314.pyc +0 -0
  64. package/pennyfarthing_scripts/bikerack/__pycache__/cli.cpython-314.pyc +0 -0
  65. package/pennyfarthing_scripts/bikerack/__pycache__/context_meter_footer.cpython-314.pyc +0 -0
  66. package/pennyfarthing_scripts/bikerack/__pycache__/debug_panel.cpython-314.pyc +0 -0
  67. package/pennyfarthing_scripts/bikerack/__pycache__/diffs_panel.cpython-314.pyc +0 -0
  68. package/pennyfarthing_scripts/bikerack/__pycache__/events.cpython-314.pyc +0 -0
  69. package/pennyfarthing_scripts/bikerack/__pycache__/git_panel.cpython-314.pyc +0 -0
  70. package/pennyfarthing_scripts/bikerack/__pycache__/launcher.cpython-314.pyc +0 -0
  71. package/pennyfarthing_scripts/bikerack/__pycache__/portrait.cpython-314.pyc +0 -0
  72. package/pennyfarthing_scripts/bikerack/__pycache__/portrait_resolver.cpython-314.pyc +0 -0
  73. package/pennyfarthing_scripts/bikerack/__pycache__/progress_panel.cpython-314.pyc +0 -0
  74. package/pennyfarthing_scripts/bikerack/__pycache__/sprint_panel.cpython-314.pyc +0 -0
  75. package/pennyfarthing_scripts/bikerack/__pycache__/story_detail_data.cpython-314.pyc +0 -0
  76. package/pennyfarthing_scripts/bikerack/__pycache__/story_detail_screen.cpython-314.pyc +0 -0
  77. package/pennyfarthing_scripts/bikerack/__pycache__/tui.cpython-314.pyc +0 -0
  78. package/pennyfarthing_scripts/bikerack/__pycache__/ws_client.cpython-314.pyc +0 -0
  79. package/pennyfarthing_scripts/bmad/__init__.py +1 -0
  80. package/pennyfarthing_scripts/bmad/__pycache__/__init__.cpython-314.pyc +0 -0
  81. package/pennyfarthing_scripts/bmad/__pycache__/cli.cpython-314.pyc +0 -0
  82. package/pennyfarthing_scripts/bmad/__pycache__/parser.cpython-314.pyc +0 -0
  83. package/pennyfarthing_scripts/bmad/__pycache__/sync.cpython-314.pyc +0 -0
  84. package/pennyfarthing_scripts/bmad/__pycache__/test_parser.cpython-314-pytest-9.0.2.pyc +0 -0
  85. package/pennyfarthing_scripts/bmad/__pycache__/test_sync.cpython-314-pytest-9.0.2.pyc +0 -0
  86. package/pennyfarthing_scripts/bmad/cli.py +197 -0
  87. package/pennyfarthing_scripts/bmad/importer.py +200 -0
  88. package/pennyfarthing_scripts/bmad/parser.py +233 -0
  89. package/pennyfarthing_scripts/bmad/sync.py +464 -0
  90. package/pennyfarthing_scripts/bmad/test_parser.py +253 -0
  91. package/pennyfarthing_scripts/bmad/test_sync.py +223 -0
  92. package/pennyfarthing_scripts/brownfield/__pycache__/__init__.cpython-314.pyc +0 -0
  93. package/pennyfarthing_scripts/brownfield/__pycache__/__main__.cpython-314.pyc +0 -0
  94. package/pennyfarthing_scripts/brownfield/__pycache__/cli.cpython-314.pyc +0 -0
  95. package/pennyfarthing_scripts/brownfield/__pycache__/discover.cpython-314.pyc +0 -0
  96. package/pennyfarthing_scripts/cli.py +5 -0
  97. package/pennyfarthing_scripts/codemarkers/__pycache__/__init__.cpython-314.pyc +0 -0
  98. package/pennyfarthing_scripts/codemarkers/__pycache__/__main__.cpython-314.pyc +0 -0
  99. package/pennyfarthing_scripts/codemarkers/__pycache__/analyze.cpython-314.pyc +0 -0
  100. package/pennyfarthing_scripts/codemarkers/__pycache__/cli.cpython-314.pyc +0 -0
  101. package/pennyfarthing_scripts/codemarkers/__pycache__/formatters.cpython-314.pyc +0 -0
  102. package/pennyfarthing_scripts/codemarkers/__pycache__/models.cpython-314.pyc +0 -0
  103. package/pennyfarthing_scripts/common/__pycache__/__init__.cpython-314.pyc +0 -0
  104. package/pennyfarthing_scripts/common/__pycache__/config.cpython-314.pyc +0 -0
  105. package/pennyfarthing_scripts/common/__pycache__/output.cpython-314.pyc +0 -0
  106. package/pennyfarthing_scripts/common/__pycache__/themes.cpython-314.pyc +0 -0
  107. package/pennyfarthing_scripts/complexity/__pycache__/__init__.cpython-314.pyc +0 -0
  108. package/pennyfarthing_scripts/complexity/__pycache__/__main__.cpython-314.pyc +0 -0
  109. package/pennyfarthing_scripts/complexity/__pycache__/analyze.cpython-314.pyc +0 -0
  110. package/pennyfarthing_scripts/complexity/__pycache__/cli.cpython-314.pyc +0 -0
  111. package/pennyfarthing_scripts/complexity/__pycache__/formatters.cpython-314.pyc +0 -0
  112. package/pennyfarthing_scripts/complexity/__pycache__/models.cpython-314.pyc +0 -0
  113. package/pennyfarthing_scripts/consultation/__pycache__/__init__.cpython-314.pyc +0 -0
  114. package/pennyfarthing_scripts/consultation/__pycache__/cli.cpython-314.pyc +0 -0
  115. package/pennyfarthing_scripts/deadcode/__pycache__/__init__.cpython-314.pyc +0 -0
  116. package/pennyfarthing_scripts/deadcode/__pycache__/__main__.cpython-314.pyc +0 -0
  117. package/pennyfarthing_scripts/deadcode/__pycache__/analyze.cpython-314.pyc +0 -0
  118. package/pennyfarthing_scripts/deadcode/__pycache__/cli.cpython-314.pyc +0 -0
  119. package/pennyfarthing_scripts/deadcode/__pycache__/formatters.cpython-314.pyc +0 -0
  120. package/pennyfarthing_scripts/deadcode/__pycache__/models.cpython-314.pyc +0 -0
  121. package/pennyfarthing_scripts/dependencies/__pycache__/__init__.cpython-314.pyc +0 -0
  122. package/pennyfarthing_scripts/dependencies/__pycache__/__main__.cpython-314.pyc +0 -0
  123. package/pennyfarthing_scripts/dependencies/__pycache__/analyze.cpython-314.pyc +0 -0
  124. package/pennyfarthing_scripts/dependencies/__pycache__/cli.cpython-314.pyc +0 -0
  125. package/pennyfarthing_scripts/dependencies/__pycache__/formatters.cpython-314.pyc +0 -0
  126. package/pennyfarthing_scripts/dependencies/__pycache__/models.cpython-314.pyc +0 -0
  127. package/pennyfarthing_scripts/epic/__pycache__/__init__.cpython-314.pyc +0 -0
  128. package/pennyfarthing_scripts/epic/__pycache__/cli.cpython-314.pyc +0 -0
  129. package/pennyfarthing_scripts/gate/__pycache__/__init__.cpython-314.pyc +0 -0
  130. package/pennyfarthing_scripts/gate/__pycache__/cli.cpython-314.pyc +0 -0
  131. package/pennyfarthing_scripts/gate/__pycache__/validate.cpython-314.pyc +0 -0
  132. package/pennyfarthing_scripts/git/__pycache__/__init__.cpython-314.pyc +0 -0
  133. package/pennyfarthing_scripts/git/__pycache__/create_branches.cpython-314.pyc +0 -0
  134. package/pennyfarthing_scripts/git/__pycache__/hooks_installer.cpython-314.pyc +0 -0
  135. package/pennyfarthing_scripts/git/__pycache__/repos.cpython-314.pyc +0 -0
  136. package/pennyfarthing_scripts/git/__pycache__/status_all.cpython-314.pyc +0 -0
  137. package/pennyfarthing_scripts/git/__pycache__/worktree.cpython-314.pyc +0 -0
  138. package/pennyfarthing_scripts/git_group/__pycache__/__init__.cpython-314.pyc +0 -0
  139. package/pennyfarthing_scripts/git_group/__pycache__/cli.cpython-314.pyc +0 -0
  140. package/pennyfarthing_scripts/handoff/__pycache__/__init__.cpython-314.pyc +0 -0
  141. package/pennyfarthing_scripts/handoff/__pycache__/cli.cpython-314.pyc +0 -0
  142. package/pennyfarthing_scripts/handoff/__pycache__/complete_phase.cpython-314.pyc +0 -0
  143. package/pennyfarthing_scripts/handoff/__pycache__/gate_file.cpython-314.pyc +0 -0
  144. package/pennyfarthing_scripts/handoff/__pycache__/gate_runner.cpython-314.pyc +0 -0
  145. package/pennyfarthing_scripts/handoff/__pycache__/marker.cpython-314.pyc +0 -0
  146. package/pennyfarthing_scripts/handoff/__pycache__/phase_check.cpython-314.pyc +0 -0
  147. package/pennyfarthing_scripts/handoff/__pycache__/resolve_gate.cpython-314.pyc +0 -0
  148. package/pennyfarthing_scripts/healthscore/__pycache__/__init__.cpython-314.pyc +0 -0
  149. package/pennyfarthing_scripts/healthscore/__pycache__/__main__.cpython-314.pyc +0 -0
  150. package/pennyfarthing_scripts/healthscore/__pycache__/analyze.cpython-314.pyc +0 -0
  151. package/pennyfarthing_scripts/healthscore/__pycache__/cli.cpython-314.pyc +0 -0
  152. package/pennyfarthing_scripts/healthscore/__pycache__/formatters.cpython-314.pyc +0 -0
  153. package/pennyfarthing_scripts/healthscore/__pycache__/models.cpython-314.pyc +0 -0
  154. package/pennyfarthing_scripts/hooks/__pycache__/__init__.cpython-314.pyc +0 -0
  155. package/pennyfarthing_scripts/hooks/__pycache__/bell_mode.cpython-314.pyc +0 -0
  156. package/pennyfarthing_scripts/hooks/__pycache__/cli.cpython-314.pyc +0 -0
  157. package/pennyfarthing_scripts/hooks/__pycache__/context_breaker.cpython-314.pyc +0 -0
  158. package/pennyfarthing_scripts/hooks/__pycache__/context_warning.cpython-314.pyc +0 -0
  159. package/pennyfarthing_scripts/hooks/__pycache__/cyclist_pretooluse.cpython-314.pyc +0 -0
  160. package/pennyfarthing_scripts/hooks/__pycache__/pre_edit_check.cpython-314.pyc +0 -0
  161. package/pennyfarthing_scripts/hooks/__pycache__/reflector_check.cpython-314.pyc +0 -0
  162. package/pennyfarthing_scripts/hooks/__pycache__/schema_validation.cpython-314.pyc +0 -0
  163. package/pennyfarthing_scripts/hooks/__pycache__/session_start.cpython-314.pyc +0 -0
  164. package/pennyfarthing_scripts/hooks/__pycache__/session_stop.cpython-314.pyc +0 -0
  165. package/pennyfarthing_scripts/hooks/__pycache__/sprint_yaml_validation.cpython-314.pyc +0 -0
  166. package/pennyfarthing_scripts/hooks/__pycache__/statusline.cpython-314.pyc +0 -0
  167. package/pennyfarthing_scripts/hotspots/__pycache__/__init__.cpython-314.pyc +0 -0
  168. package/pennyfarthing_scripts/hotspots/__pycache__/__main__.cpython-314.pyc +0 -0
  169. package/pennyfarthing_scripts/hotspots/__pycache__/analyze.cpython-314.pyc +0 -0
  170. package/pennyfarthing_scripts/hotspots/__pycache__/cli.cpython-314.pyc +0 -0
  171. package/pennyfarthing_scripts/hotspots/__pycache__/formatters.cpython-314.pyc +0 -0
  172. package/pennyfarthing_scripts/hotspots/__pycache__/models.cpython-314.pyc +0 -0
  173. package/pennyfarthing_scripts/jira/__pycache__/__init__.cpython-314.pyc +0 -0
  174. package/pennyfarthing_scripts/jira/__pycache__/__main__.cpython-314.pyc +0 -0
  175. package/pennyfarthing_scripts/jira/__pycache__/bidirectional.cpython-314.pyc +0 -0
  176. package/pennyfarthing_scripts/jira/__pycache__/claim.cpython-314.pyc +0 -0
  177. package/pennyfarthing_scripts/jira/__pycache__/cli.cpython-314.pyc +0 -0
  178. package/pennyfarthing_scripts/jira/__pycache__/client.cpython-314.pyc +0 -0
  179. package/pennyfarthing_scripts/jira/__pycache__/create.cpython-314.pyc +0 -0
  180. package/pennyfarthing_scripts/jira/__pycache__/epic.cpython-314.pyc +0 -0
  181. package/pennyfarthing_scripts/jira/__pycache__/operations.cpython-314.pyc +0 -0
  182. package/pennyfarthing_scripts/jira/__pycache__/reconcile.cpython-314.pyc +0 -0
  183. package/pennyfarthing_scripts/jira/__pycache__/story.cpython-314.pyc +0 -0
  184. package/pennyfarthing_scripts/jira/__pycache__/sync.cpython-314.pyc +0 -0
  185. package/pennyfarthing_scripts/launch/__pycache__/__init__.cpython-314.pyc +0 -0
  186. package/pennyfarthing_scripts/launch/__pycache__/cli.cpython-314.pyc +0 -0
  187. package/pennyfarthing_scripts/migration/__pycache__/__init__.cpython-314.pyc +0 -0
  188. package/pennyfarthing_scripts/migration/__pycache__/session.cpython-314.pyc +0 -0
  189. package/pennyfarthing_scripts/migration/__pycache__/skill.cpython-314.pyc +0 -0
  190. package/pennyfarthing_scripts/migration/__pycache__/step.cpython-314.pyc +0 -0
  191. package/pennyfarthing_scripts/migration/__pycache__/validate.cpython-314.pyc +0 -0
  192. package/pennyfarthing_scripts/preflight/__pycache__/__init__.cpython-314.pyc +0 -0
  193. package/pennyfarthing_scripts/preflight/__pycache__/__main__.cpython-314.pyc +0 -0
  194. package/pennyfarthing_scripts/preflight/__pycache__/cli.cpython-314.pyc +0 -0
  195. package/pennyfarthing_scripts/preflight/__pycache__/finish.cpython-314.pyc +0 -0
  196. package/pennyfarthing_scripts/prime/__pycache__/__init__.cpython-314.pyc +0 -0
  197. package/pennyfarthing_scripts/prime/__pycache__/cli.cpython-314.pyc +0 -0
  198. package/pennyfarthing_scripts/prime/__pycache__/heatmap.cpython-314.pyc +0 -0
  199. package/pennyfarthing_scripts/prime/__pycache__/loader.cpython-314.pyc +0 -0
  200. package/pennyfarthing_scripts/prime/__pycache__/models.cpython-314.pyc +0 -0
  201. package/pennyfarthing_scripts/prime/__pycache__/persona.cpython-314.pyc +0 -0
  202. package/pennyfarthing_scripts/prime/__pycache__/session.cpython-314.pyc +0 -0
  203. package/pennyfarthing_scripts/prime/__pycache__/tiers.cpython-314.pyc +0 -0
  204. package/pennyfarthing_scripts/prime/__pycache__/version_sentinel.cpython-314.pyc +0 -0
  205. package/pennyfarthing_scripts/prime/__pycache__/workflow.cpython-314.pyc +0 -0
  206. package/pennyfarthing_scripts/session/__pycache__/__init__.cpython-314.pyc +0 -0
  207. package/pennyfarthing_scripts/session/__pycache__/cli.cpython-314.pyc +0 -0
  208. package/pennyfarthing_scripts/settings/__pycache__/__init__.cpython-314.pyc +0 -0
  209. package/pennyfarthing_scripts/settings/__pycache__/cli.cpython-314.pyc +0 -0
  210. package/pennyfarthing_scripts/settings/__pycache__/settings.cpython-314.pyc +0 -0
  211. package/pennyfarthing_scripts/sprint/__pycache__/__init__.cpython-314.pyc +0 -0
  212. package/pennyfarthing_scripts/sprint/__pycache__/__main__.cpython-314.pyc +0 -0
  213. package/pennyfarthing_scripts/sprint/__pycache__/archive.cpython-314.pyc +0 -0
  214. package/pennyfarthing_scripts/sprint/__pycache__/archive_epic.cpython-314.pyc +0 -0
  215. package/pennyfarthing_scripts/sprint/__pycache__/cli.cpython-314.pyc +0 -0
  216. package/pennyfarthing_scripts/sprint/__pycache__/epic_add.cpython-314.pyc +0 -0
  217. package/pennyfarthing_scripts/sprint/__pycache__/epic_update.cpython-314.pyc +0 -0
  218. package/pennyfarthing_scripts/sprint/__pycache__/import_epic.cpython-314.pyc +0 -0
  219. package/pennyfarthing_scripts/sprint/__pycache__/loader.cpython-314.pyc +0 -0
  220. package/pennyfarthing_scripts/sprint/__pycache__/status.cpython-314.pyc +0 -0
  221. package/pennyfarthing_scripts/sprint/__pycache__/story_add.cpython-314.pyc +0 -0
  222. package/pennyfarthing_scripts/sprint/__pycache__/story_finish.cpython-314.pyc +0 -0
  223. package/pennyfarthing_scripts/sprint/__pycache__/story_update.cpython-314.pyc +0 -0
  224. package/pennyfarthing_scripts/sprint/__pycache__/validate_cmd.cpython-314.pyc +0 -0
  225. package/pennyfarthing_scripts/sprint/__pycache__/validator.cpython-314.pyc +0 -0
  226. package/pennyfarthing_scripts/sprint/__pycache__/work.cpython-314.pyc +0 -0
  227. package/pennyfarthing_scripts/sprint/__pycache__/yaml_io.cpython-314.pyc +0 -0
  228. package/pennyfarthing_scripts/story/__pycache__/__init__.cpython-314.pyc +0 -0
  229. package/pennyfarthing_scripts/story/__pycache__/__main__.cpython-314.pyc +0 -0
  230. package/pennyfarthing_scripts/story/__pycache__/cli.cpython-314.pyc +0 -0
  231. package/pennyfarthing_scripts/story/__pycache__/create.cpython-314.pyc +0 -0
  232. package/pennyfarthing_scripts/story/__pycache__/size.cpython-314.pyc +0 -0
  233. package/pennyfarthing_scripts/story/__pycache__/template.cpython-314.pyc +0 -0
  234. package/pennyfarthing_scripts/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  235. package/pennyfarthing_scripts/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  236. package/pennyfarthing_scripts/tests/__pycache__/test_108_2_remove_handoff_fallback.cpython-314-pytest-9.0.2.pyc +0 -0
  237. package/pennyfarthing_scripts/tests/__pycache__/test_archive_epic.cpython-314-pytest-9.0.2.pyc +0 -0
  238. package/pennyfarthing_scripts/tests/__pycache__/test_bc.cpython-314-pytest-9.0.2.pyc +0 -0
  239. package/pennyfarthing_scripts/tests/__pycache__/test_bikerack.cpython-314-pytest-9.0.2.pyc +0 -0
  240. package/pennyfarthing_scripts/tests/__pycache__/test_brownfield.cpython-314-pytest-9.0.2.pyc +0 -0
  241. package/pennyfarthing_scripts/tests/__pycache__/test_cli_modules.cpython-314-pytest-9.0.2.pyc +0 -0
  242. package/pennyfarthing_scripts/tests/__pycache__/test_cli_normalization.cpython-314-pytest-9.0.2.pyc +0 -0
  243. package/pennyfarthing_scripts/tests/__pycache__/test_codemarkers.cpython-314-pytest-9.0.2.pyc +0 -0
  244. package/pennyfarthing_scripts/tests/__pycache__/test_common.cpython-314-pytest-9.0.2.pyc +0 -0
  245. package/pennyfarthing_scripts/tests/__pycache__/test_confidence_sm_evaluation.cpython-314-pytest-9.0.2.pyc +0 -0
  246. package/pennyfarthing_scripts/tests/__pycache__/test_confidence_sm_gate.cpython-314-pytest-9.0.2.pyc +0 -0
  247. package/pennyfarthing_scripts/tests/__pycache__/test_epic_shard_validation.cpython-314-pytest-9.0.2.pyc +0 -0
  248. package/pennyfarthing_scripts/tests/__pycache__/test_gate_file_resolution.cpython-314-pytest-9.0.2.pyc +0 -0
  249. package/pennyfarthing_scripts/tests/__pycache__/test_gate_runner.cpython-314-pytest-9.0.2.pyc +0 -0
  250. package/pennyfarthing_scripts/tests/__pycache__/test_git_utils.cpython-314-pytest-9.0.2.pyc +0 -0
  251. package/pennyfarthing_scripts/tests/__pycache__/test_handoff_cli.cpython-314-pytest-9.0.2.pyc +0 -0
  252. package/pennyfarthing_scripts/tests/__pycache__/test_handoff_e2e.cpython-314-pytest-9.0.2.pyc +0 -0
  253. package/pennyfarthing_scripts/tests/__pycache__/test_healthscore.cpython-314-pytest-9.0.2.pyc +0 -0
  254. package/pennyfarthing_scripts/tests/__pycache__/test_jira_package.cpython-314-pytest-9.0.2.pyc +0 -0
  255. package/pennyfarthing_scripts/tests/__pycache__/test_package_structure.cpython-314-pytest-9.0.2.pyc +0 -0
  256. package/pennyfarthing_scripts/tests/__pycache__/test_patch_mode.cpython-314-pytest-9.0.2.pyc +0 -0
  257. package/pennyfarthing_scripts/tests/__pycache__/test_prime.cpython-314-pytest-9.0.2.pyc +0 -0
  258. package/pennyfarthing_scripts/tests/__pycache__/test_resolve_gate_file_field.cpython-314-pytest-9.0.2.pyc +0 -0
  259. package/pennyfarthing_scripts/tests/__pycache__/test_sprint_package.cpython-314-pytest-9.0.2.pyc +0 -0
  260. package/pennyfarthing_scripts/tests/__pycache__/test_sprint_panel.cpython-314-pytest-9.0.2.pyc +0 -0
  261. package/pennyfarthing_scripts/tests/__pycache__/test_sprint_validator.cpython-314-pytest-9.0.2.pyc +0 -0
  262. package/pennyfarthing_scripts/tests/__pycache__/test_story_add.cpython-314-pytest-9.0.2.pyc +0 -0
  263. package/pennyfarthing_scripts/tests/__pycache__/test_story_package.cpython-314-pytest-9.0.2.pyc +0 -0
  264. package/pennyfarthing_scripts/tests/__pycache__/test_story_update.cpython-314-pytest-9.0.2.pyc +0 -0
  265. package/pennyfarthing_scripts/tests/__pycache__/test_tiers.cpython-314-pytest-9.0.2.pyc +0 -0
  266. package/pennyfarthing_scripts/tests/__pycache__/test_token_counting.cpython-314-pytest-9.0.2.pyc +0 -0
  267. package/pennyfarthing_scripts/tests/__pycache__/test_topology_loader.cpython-314-pytest-9.0.2.pyc +0 -0
  268. package/pennyfarthing_scripts/tests/__pycache__/test_tui_focus.cpython-314-pytest-9.0.2.pyc +0 -0
  269. package/pennyfarthing_scripts/tests/__pycache__/test_tui_panel_persistence.cpython-314-pytest-9.0.2.pyc +0 -0
  270. package/pennyfarthing_scripts/tests/__pycache__/test_validate_cmd.cpython-314-pytest-9.0.2.pyc +0 -0
  271. package/pennyfarthing_scripts/tests/__pycache__/test_version_sentinel.cpython-314-pytest-9.0.2.pyc +0 -0
  272. package/pennyfarthing_scripts/tests/__pycache__/test_workflow_check.cpython-314-pytest-9.0.2.pyc +0 -0
  273. package/pennyfarthing_scripts/tests/__pycache__/test_workflow_list_team.cpython-314-pytest-9.0.2.pyc +0 -0
  274. package/pennyfarthing_scripts/tests/__pycache__/test_workflow_list_team.cpython-314.pyc +0 -0
  275. package/pennyfarthing_scripts/tests/__pycache__/test_yaml_io.cpython-314-pytest-9.0.2.pyc +0 -0
  276. package/pennyfarthing_scripts/theme/__pycache__/__init__.cpython-314.pyc +0 -0
  277. package/pennyfarthing_scripts/theme/__pycache__/cli.cpython-314.pyc +0 -0
  278. package/pennyfarthing_scripts/validate/__pycache__/__init__.cpython-314.pyc +0 -0
  279. package/pennyfarthing_scripts/validate/__pycache__/cli.cpython-314.pyc +0 -0
  280. package/pennyfarthing_scripts/validate/adapters/__pycache__/__init__.cpython-314.pyc +0 -0
  281. package/pennyfarthing_scripts/validate/adapters/__pycache__/agent.cpython-314.pyc +0 -0
  282. package/pennyfarthing_scripts/validate/adapters/__pycache__/schema.cpython-314.pyc +0 -0
  283. package/pennyfarthing_scripts/validate/adapters/__pycache__/skill_command.cpython-314.pyc +0 -0
  284. package/pennyfarthing_scripts/validate/adapters/__pycache__/sprint.cpython-314.pyc +0 -0
  285. package/pennyfarthing_scripts/validate/adapters/__pycache__/tandem_awareness.cpython-314.pyc +0 -0
  286. package/pennyfarthing_scripts/validate/adapters/__pycache__/team_mode.cpython-314.pyc +0 -0
  287. package/pennyfarthing_scripts/validate/adapters/__pycache__/workflow.cpython-314.pyc +0 -0
  288. package/pennyfarthing_scripts/workflow/__pycache__/__init__.cpython-314.pyc +0 -0
  289. package/pennyfarthing_scripts/workflow/__pycache__/cli.cpython-314.pyc +0 -0
  290. package/pennyfarthing_scripts/workflow/__pycache__/helpers.cpython-314.pyc +0 -0
  291. package/pennyfarthing_scripts/workflow/__pycache__/scale.cpython-314.pyc +0 -0
  292. package/pennyfarthing_scripts/workflow/__pycache__/state.cpython-314.pyc +0 -0
  293. package/pennyfarthing_scripts/workflow/__pycache__/team_lifecycle.cpython-314.pyc +0 -0
  294. package/packages/core/dist/cli/commands/stale-artifacts-cleanup.test.d.ts +0 -17
  295. package/packages/core/dist/cli/commands/stale-artifacts-cleanup.test.d.ts.map +0 -1
  296. package/packages/core/dist/cli/commands/stale-artifacts-cleanup.test.js +0 -470
  297. package/packages/core/dist/cli/commands/stale-artifacts-cleanup.test.js.map +0 -1
  298. package/packages/core/dist/cli/cyclist-migration.test.d.ts +0 -16
  299. package/packages/core/dist/cli/cyclist-migration.test.d.ts.map +0 -1
  300. package/packages/core/dist/cli/cyclist-migration.test.js +0 -229
  301. package/packages/core/dist/cli/cyclist-migration.test.js.map +0 -1
  302. package/packages/core/dist/cli/utils/stale-artifacts.d.ts +0 -59
  303. package/packages/core/dist/cli/utils/stale-artifacts.d.ts.map +0 -1
  304. package/packages/core/dist/cli/utils/stale-artifacts.js +0 -163
  305. package/packages/core/dist/cli/utils/stale-artifacts.js.map +0 -1
  306. package/packages/core/dist/scripts/benchmark-integration.d.ts +0 -182
  307. package/packages/core/dist/scripts/benchmark-integration.d.ts.map +0 -1
  308. package/packages/core/dist/scripts/benchmark-integration.js +0 -691
  309. package/packages/core/dist/scripts/benchmark-integration.js.map +0 -1
  310. package/packages/core/dist/scripts/job-fair-aggregator.d.ts +0 -150
  311. package/packages/core/dist/scripts/job-fair-aggregator.d.ts.map +0 -1
  312. package/packages/core/dist/scripts/job-fair-aggregator.js +0 -547
  313. package/packages/core/dist/scripts/job-fair-aggregator.js.map +0 -1
  314. package/packages/core/dist/scripts/theme-detail.test.d.ts.map +0 -1
  315. package/packages/core/dist/scripts/theme-detail.test.js.map +0 -1
  316. package/pennyfarthing-dist/scripts/hooks/__pycache__/question_reflector_check.cpython-314.pyc +0 -0
  317. package/pennyfarthing_scripts/__pycache__/__init__.cpython-311.pyc +0 -0
  318. package/pennyfarthing_scripts/__pycache__/cli.cpython-311.pyc +0 -0
  319. package/pennyfarthing_scripts/__pycache__/context.cpython-311.pyc +0 -0
  320. package/pennyfarthing_scripts/__pycache__/jira.cpython-314.pyc +0 -0
  321. package/pennyfarthing_scripts/__pycache__/sprint.cpython-314.pyc +0 -0
  322. package/pennyfarthing_scripts/__pycache__/workflow.cpython-311.pyc +0 -0
  323. package/pennyfarthing_scripts/bc/__pycache__/__init__.cpython-311.pyc +0 -0
  324. package/pennyfarthing_scripts/bc/__pycache__/cli.cpython-311.pyc +0 -0
  325. package/pennyfarthing_scripts/bc/__pycache__/focus.cpython-311.pyc +0 -0
  326. package/pennyfarthing_scripts/bikerack/__pycache__/__init__.cpython-311.pyc +0 -0
  327. package/pennyfarthing_scripts/bikerack/__pycache__/cli.cpython-311.pyc +0 -0
  328. package/pennyfarthing_scripts/bikerack/__pycache__/launcher.cpython-311.pyc +0 -0
  329. package/pennyfarthing_scripts/common/__pycache__/__init__.cpython-311.pyc +0 -0
  330. package/pennyfarthing_scripts/common/__pycache__/config.cpython-311.pyc +0 -0
  331. package/pennyfarthing_scripts/common/__pycache__/output.cpython-311.pyc +0 -0
  332. package/pennyfarthing_scripts/common/__pycache__/pr_config.cpython-314.pyc +0 -0
  333. package/pennyfarthing_scripts/consultation/__pycache__/__init__.cpython-311.pyc +0 -0
  334. package/pennyfarthing_scripts/consultation/__pycache__/cli.cpython-311.pyc +0 -0
  335. package/pennyfarthing_scripts/consultation/__pycache__/dialogue_manager.cpython-314.pyc +0 -0
  336. package/pennyfarthing_scripts/deadcode/__pycache__/__init__.cpython-311.pyc +0 -0
  337. package/pennyfarthing_scripts/deadcode/__pycache__/cli.cpython-311.pyc +0 -0
  338. package/pennyfarthing_scripts/epic/__pycache__/__init__.cpython-311.pyc +0 -0
  339. package/pennyfarthing_scripts/epic/__pycache__/cli.cpython-311.pyc +0 -0
  340. package/pennyfarthing_scripts/git_group/__pycache__/__init__.cpython-311.pyc +0 -0
  341. package/pennyfarthing_scripts/git_group/__pycache__/cli.cpython-311.pyc +0 -0
  342. package/pennyfarthing_scripts/handoff/__pycache__/__init__.cpython-311.pyc +0 -0
  343. package/pennyfarthing_scripts/handoff/__pycache__/cli.cpython-311.pyc +0 -0
  344. package/pennyfarthing_scripts/healthscore/__pycache__/__init__.cpython-311.pyc +0 -0
  345. package/pennyfarthing_scripts/healthscore/__pycache__/analyze.cpython-311.pyc +0 -0
  346. package/pennyfarthing_scripts/healthscore/__pycache__/cli.cpython-311.pyc +0 -0
  347. package/pennyfarthing_scripts/healthscore/__pycache__/models.cpython-311.pyc +0 -0
  348. package/pennyfarthing_scripts/hooks/__pycache__/__init__.cpython-311.pyc +0 -0
  349. package/pennyfarthing_scripts/hooks/__pycache__/bell_mode.cpython-311.pyc +0 -0
  350. package/pennyfarthing_scripts/hooks/__pycache__/cli.cpython-311.pyc +0 -0
  351. package/pennyfarthing_scripts/hooks/__pycache__/context_breaker.cpython-311.pyc +0 -0
  352. package/pennyfarthing_scripts/hooks/__pycache__/context_warning.cpython-311.pyc +0 -0
  353. package/pennyfarthing_scripts/hooks/__pycache__/cyclist_pretooluse.cpython-311.pyc +0 -0
  354. package/pennyfarthing_scripts/hooks/__pycache__/pre_edit_check.cpython-311.pyc +0 -0
  355. package/pennyfarthing_scripts/hooks/__pycache__/reflector_check.cpython-311.pyc +0 -0
  356. package/pennyfarthing_scripts/hooks/__pycache__/schema_validation.cpython-311.pyc +0 -0
  357. package/pennyfarthing_scripts/hooks/__pycache__/session_start.cpython-311.pyc +0 -0
  358. package/pennyfarthing_scripts/hooks/__pycache__/sprint_yaml_validation.cpython-311.pyc +0 -0
  359. package/pennyfarthing_scripts/hooks/__pycache__/statusline.cpython-311.pyc +0 -0
  360. package/pennyfarthing_scripts/hotspots/__pycache__/__init__.cpython-311.pyc +0 -0
  361. package/pennyfarthing_scripts/hotspots/__pycache__/analyze.cpython-311.pyc +0 -0
  362. package/pennyfarthing_scripts/hotspots/__pycache__/cli.cpython-311.pyc +0 -0
  363. package/pennyfarthing_scripts/hotspots/__pycache__/models.cpython-311.pyc +0 -0
  364. package/pennyfarthing_scripts/jira/__pycache__/__init__.cpython-311.pyc +0 -0
  365. package/pennyfarthing_scripts/jira/__pycache__/bidirectional.cpython-311.pyc +0 -0
  366. package/pennyfarthing_scripts/jira/__pycache__/claim.cpython-311.pyc +0 -0
  367. package/pennyfarthing_scripts/jira/__pycache__/cli.cpython-311.pyc +0 -0
  368. package/pennyfarthing_scripts/jira/__pycache__/client.cpython-311.pyc +0 -0
  369. package/pennyfarthing_scripts/jira/__pycache__/compat.cpython-314.pyc +0 -0
  370. package/pennyfarthing_scripts/jira/__pycache__/create.cpython-311.pyc +0 -0
  371. package/pennyfarthing_scripts/jira/__pycache__/epic.cpython-311.pyc +0 -0
  372. package/pennyfarthing_scripts/jira/__pycache__/mappings.cpython-314.pyc +0 -0
  373. package/pennyfarthing_scripts/jira/__pycache__/models.cpython-314.pyc +0 -0
  374. package/pennyfarthing_scripts/jira/__pycache__/operations.cpython-311.pyc +0 -0
  375. package/pennyfarthing_scripts/jira/__pycache__/reconcile.cpython-311.pyc +0 -0
  376. package/pennyfarthing_scripts/jira/__pycache__/story.cpython-311.pyc +0 -0
  377. package/pennyfarthing_scripts/jira/__pycache__/sync.cpython-311.pyc +0 -0
  378. package/pennyfarthing_scripts/launch/__pycache__/__init__.cpython-311.pyc +0 -0
  379. package/pennyfarthing_scripts/launch/__pycache__/cli.cpython-311.pyc +0 -0
  380. package/pennyfarthing_scripts/migration/__pycache__/__main__.cpython-314.pyc +0 -0
  381. package/pennyfarthing_scripts/migration/__pycache__/cli.cpython-314.pyc +0 -0
  382. package/pennyfarthing_scripts/prime/__pycache__/__main__.cpython-314.pyc +0 -0
  383. package/pennyfarthing_scripts/session/__pycache__/__init__.cpython-311.pyc +0 -0
  384. package/pennyfarthing_scripts/session/__pycache__/cli.cpython-311.pyc +0 -0
  385. package/pennyfarthing_scripts/sprint/__pycache__/__init__.cpython-311.pyc +0 -0
  386. package/pennyfarthing_scripts/sprint/__pycache__/archive.cpython-311.pyc +0 -0
  387. package/pennyfarthing_scripts/sprint/__pycache__/cli.cpython-311.pyc +0 -0
  388. package/pennyfarthing_scripts/sprint/__pycache__/epic_add.cpython-311.pyc +0 -0
  389. package/pennyfarthing_scripts/sprint/__pycache__/epic_update.cpython-311.pyc +0 -0
  390. package/pennyfarthing_scripts/sprint/__pycache__/loader.cpython-311.pyc +0 -0
  391. package/pennyfarthing_scripts/sprint/__pycache__/status.cpython-311.pyc +0 -0
  392. package/pennyfarthing_scripts/sprint/__pycache__/story_add.cpython-311.pyc +0 -0
  393. package/pennyfarthing_scripts/sprint/__pycache__/story_update.cpython-311.pyc +0 -0
  394. package/pennyfarthing_scripts/sprint/__pycache__/validate_cmd.cpython-311.pyc +0 -0
  395. package/pennyfarthing_scripts/sprint/__pycache__/validator.cpython-311.pyc +0 -0
  396. package/pennyfarthing_scripts/sprint/__pycache__/work.cpython-311.pyc +0 -0
  397. package/pennyfarthing_scripts/sprint/__pycache__/yaml_io.cpython-311.pyc +0 -0
  398. package/pennyfarthing_scripts/tests/__pycache__/test_108_1_gate_migration.cpython-314-pytest-9.0.2.pyc +0 -0
  399. package/pennyfarthing_scripts/tests/__pycache__/test_dialogue_manager.cpython-314-pytest-9.0.2.pyc +0 -0
  400. package/pennyfarthing_scripts/tests/__pycache__/test_workflow_cli.cpython-314-pytest-9.0.2.pyc +0 -0
  401. package/pennyfarthing_scripts/theme/__pycache__/__init__.cpython-311.pyc +0 -0
  402. package/pennyfarthing_scripts/theme/__pycache__/cli.cpython-311.pyc +0 -0
  403. package/pennyfarthing_scripts/validate/__pycache__/__init__.cpython-311.pyc +0 -0
  404. package/pennyfarthing_scripts/validate/__pycache__/cli.cpython-311.pyc +0 -0
  405. package/pennyfarthing_scripts/workflow/__pycache__/__init__.cpython-311.pyc +0 -0
  406. package/pennyfarthing_scripts/workflow/__pycache__/cli.cpython-311.pyc +0 -0
  407. package/pennyfarthing_scripts/workflow/__pycache__/scale.cpython-311.pyc +0 -0
  408. package/pennyfarthing_scripts/workflow/__pycache__/state.cpython-311.pyc +0 -0
@@ -1,182 +0,0 @@
1
- /**
2
- * Benchmark Integration Module
3
- *
4
- * Story 11-8: Integrate with Benchmark Output
5
- * Story 12-6: Update for local results (Epic 12 migration)
6
- *
7
- * Correlates Chernoff faces and OCEAN profiles with benchmark performance data.
8
- * Reads benchmark results from internal/results/ directory (or BENCHMARK_PATH env var).
9
- */
10
- export interface OceanScores {
11
- O: number;
12
- C: number;
13
- E: number;
14
- A: number;
15
- N: number;
16
- }
17
- export interface BenchmarkResult {
18
- theme: string;
19
- role: string;
20
- character: string;
21
- scenario: string;
22
- mean: number;
23
- stdDev: number;
24
- delta: number;
25
- cohensD?: number;
26
- n: number;
27
- scores: number[];
28
- ocean: OceanScores;
29
- face: string;
30
- benchmarkMissing?: boolean;
31
- }
32
- export interface CorrelationResult {
33
- O: {
34
- effect: number;
35
- direction: 'positive' | 'negative' | 'none';
36
- };
37
- C: {
38
- effect: number;
39
- direction: 'positive' | 'negative' | 'none';
40
- };
41
- E: {
42
- effect: number;
43
- direction: 'positive' | 'negative' | 'none';
44
- };
45
- A: {
46
- effect: number;
47
- direction: 'positive' | 'negative' | 'none';
48
- };
49
- N: {
50
- effect: number;
51
- direction: 'positive' | 'negative' | 'none';
52
- };
53
- strongest: {
54
- dimension: keyof OceanScores;
55
- effect: number;
56
- };
57
- }
58
- export interface OptimalProfile {
59
- ocean: OceanScores;
60
- reasoning: string;
61
- }
62
- export interface RoleRecommendations {
63
- role: string;
64
- topThemes: Array<{
65
- theme: string;
66
- character: string;
67
- score: number;
68
- ocean: OceanScores;
69
- }>;
70
- avoidThemes: Array<{
71
- theme: string;
72
- character: string;
73
- score: number;
74
- }>;
75
- insight: string;
76
- }
77
- export interface PerformerResult {
78
- theme: string;
79
- character: string;
80
- score: number;
81
- delta: number;
82
- ocean: OceanScores;
83
- face: string;
84
- }
85
- export interface QueryOptions {
86
- scenario?: string;
87
- role?: string;
88
- filter?: string;
89
- ocean?: string;
90
- limit?: number;
91
- minScore?: number;
92
- sortBy?: 'score' | 'delta' | 'name';
93
- }
94
- export interface BenchmarkReportResult {
95
- markdown: string;
96
- data: {
97
- performers: PerformerResult[];
98
- correlation: CorrelationResult;
99
- recommendations: RoleRecommendations;
100
- errorCorrelation?: OceanErrorCorrelation;
101
- };
102
- }
103
- export interface ErrorTypeCell {
104
- correlation: number;
105
- arrow: string;
106
- }
107
- export interface OceanErrorCorrelation {
108
- matrix: {
109
- [dimension: string]: {
110
- reasoning: ErrorTypeCell;
111
- planning: ErrorTypeCell;
112
- execution: ErrorTypeCell;
113
- };
114
- };
115
- strongest: {
116
- dimension: string;
117
- errorType: string;
118
- correlation: number;
119
- };
120
- }
121
- export interface JudgeScore {
122
- detection_by_type?: {
123
- reasoning: number;
124
- planning: number;
125
- execution: number;
126
- };
127
- }
128
- export interface BenchmarkResultWithOcean {
129
- ocean: OceanScores;
130
- mean: number;
131
- }
132
- /**
133
- * Load benchmark data from thunderdome results
134
- */
135
- export declare function loadBenchmarkData(scenario: string, role: string): BenchmarkResult[];
136
- /**
137
- * Get benchmark result with face visualization attached
138
- */
139
- export declare function getBenchmarkWithFace(theme: string, role: string, scenario: string): BenchmarkResult | null;
140
- /**
141
- * Calculate OCEAN correlation with benchmark performance
142
- */
143
- export declare function calculateOceanCorrelation(scenario: string, role: string): CorrelationResult;
144
- /**
145
- * Generate markdown correlation report
146
- */
147
- export declare function generateCorrelationReport(scenario: string, role: string): string;
148
- /**
149
- * Get optimal OCEAN profile for a role based on benchmark data
150
- */
151
- export declare function getOptimalProfile(role: string): OptimalProfile;
152
- /**
153
- * Get role recommendations (top themes, themes to avoid)
154
- */
155
- export declare function getRoleRecommendations(role: string): RoleRecommendations;
156
- /**
157
- * Find top performers for a scenario/role with optional filters
158
- */
159
- export declare function findTopPerformers(options: QueryOptions): PerformerResult[];
160
- /**
161
- * General query interface for benchmark data
162
- */
163
- export declare function queryBenchmarks(options: QueryOptions): PerformerResult[];
164
- /**
165
- * Calculate OCEAN × error-type correlation matrix
166
- * Story 14-5: Correlates OCEAN dimensions with error detection rates
167
- */
168
- export declare function calculateErrorTypeCorrelation(results: BenchmarkResultWithOcean[], judgeScores: JudgeScore[]): OceanErrorCorrelation;
169
- /**
170
- * Generate markdown heat map for OCEAN × error-type correlations
171
- * Story 14-5: Produces 5×3 matrix with directional arrows and effect sizes
172
- */
173
- export declare function generateOceanErrorHeatMap(correlation: OceanErrorCorrelation): string;
174
- /**
175
- * Generate complete benchmark report with faces and correlations
176
- */
177
- export declare function generateBenchmarkReport(options: {
178
- scenario: string;
179
- role: string;
180
- includeErrorTypeCorrelation?: boolean;
181
- }): BenchmarkReportResult;
182
- //# sourceMappingURL=benchmark-integration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"benchmark-integration.d.ts","sourceRoot":"","sources":["../../src/scripts/benchmark-integration.ts"],"names":[],"mappings":"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"}