claude-turing 4.5.0 → 4.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/.claude-plugin/marketplace.json +18 -0
  2. package/.claude-plugin/plugin.json +2 -2
  3. package/README.md +1 -1
  4. package/commands/turing.md +85 -77
  5. package/config/commands.yaml +928 -0
  6. package/package.json +11 -4
  7. package/skills/turing/SKILL.md +180 -0
  8. package/skills/turing/ablate/SKILL.md +47 -0
  9. package/skills/turing/annotate/SKILL.md +23 -0
  10. package/skills/turing/archive/SKILL.md +23 -0
  11. package/skills/turing/audit/SKILL.md +56 -0
  12. package/skills/turing/baseline/SKILL.md +45 -0
  13. package/skills/turing/brief/SKILL.md +95 -0
  14. package/skills/turing/budget/SKILL.md +52 -0
  15. package/skills/turing/calibrate/SKILL.md +47 -0
  16. package/skills/turing/card/SKILL.md +36 -0
  17. package/skills/turing/changelog/SKILL.md +22 -0
  18. package/skills/turing/checkpoint/SKILL.md +47 -0
  19. package/skills/turing/cite/SKILL.md +23 -0
  20. package/skills/turing/compare/SKILL.md +24 -0
  21. package/skills/turing/counterfactual/SKILL.md +27 -0
  22. package/skills/turing/curriculum/SKILL.md +43 -0
  23. package/skills/turing/design/SKILL.md +97 -0
  24. package/skills/turing/diagnose/SKILL.md +52 -0
  25. package/skills/turing/diff/SKILL.md +48 -0
  26. package/skills/turing/distill/SKILL.md +56 -0
  27. package/skills/turing/doctor/SKILL.md +31 -0
  28. package/skills/turing/ensemble/SKILL.md +54 -0
  29. package/skills/turing/explore/SKILL.md +107 -0
  30. package/skills/turing/export/SKILL.md +48 -0
  31. package/skills/turing/feature/SKILL.md +42 -0
  32. package/skills/turing/flashback/SKILL.md +22 -0
  33. package/skills/turing/fork/SKILL.md +40 -0
  34. package/skills/turing/frontier/SKILL.md +45 -0
  35. package/skills/turing/init/SKILL.md +154 -0
  36. package/skills/turing/leak/SKILL.md +47 -0
  37. package/skills/turing/lit/SKILL.md +47 -0
  38. package/skills/turing/logbook/SKILL.md +51 -0
  39. package/skills/turing/merge/SKILL.md +24 -0
  40. package/skills/turing/mode/SKILL.md +43 -0
  41. package/skills/turing/onboard/SKILL.md +20 -0
  42. package/skills/turing/paper/SKILL.md +44 -0
  43. package/skills/turing/plan/SKILL.md +27 -0
  44. package/skills/turing/poster/SKILL.md +89 -0
  45. package/skills/turing/postmortem/SKILL.md +28 -0
  46. package/skills/turing/preflight/SKILL.md +75 -0
  47. package/skills/turing/present/SKILL.md +23 -0
  48. package/skills/turing/profile/SKILL.md +43 -0
  49. package/skills/turing/prune/SKILL.md +26 -0
  50. package/skills/turing/quantize/SKILL.md +24 -0
  51. package/skills/turing/queue/SKILL.md +48 -0
  52. package/skills/turing/registry/SKILL.md +31 -0
  53. package/skills/turing/regress/SKILL.md +53 -0
  54. package/skills/turing/replay/SKILL.md +23 -0
  55. package/skills/turing/report/SKILL.md +97 -0
  56. package/skills/turing/reproduce/SKILL.md +48 -0
  57. package/skills/turing/retry/SKILL.md +41 -0
  58. package/skills/turing/review/SKILL.md +20 -0
  59. package/skills/turing/rules/loop-protocol.md +91 -0
  60. package/skills/turing/sanity/SKILL.md +48 -0
  61. package/skills/turing/scale/SKILL.md +55 -0
  62. package/skills/turing/search/SKILL.md +22 -0
  63. package/skills/turing/seed/SKILL.md +47 -0
  64. package/skills/turing/sensitivity/SKILL.md +41 -0
  65. package/skills/turing/share/SKILL.md +20 -0
  66. package/skills/turing/simulate/SKILL.md +28 -0
  67. package/skills/turing/status/SKILL.md +24 -0
  68. package/skills/turing/stitch/SKILL.md +49 -0
  69. package/skills/turing/suggest/SKILL.md +159 -0
  70. package/skills/turing/surgery/SKILL.md +27 -0
  71. package/skills/turing/sweep/SKILL.md +45 -0
  72. package/skills/turing/template/SKILL.md +22 -0
  73. package/skills/turing/train/SKILL.md +75 -0
  74. package/skills/turing/transfer/SKILL.md +54 -0
  75. package/skills/turing/trend/SKILL.md +21 -0
  76. package/skills/turing/try/SKILL.md +63 -0
  77. package/skills/turing/update/SKILL.md +27 -0
  78. package/skills/turing/validate/SKILL.md +34 -0
  79. package/skills/turing/warm/SKILL.md +53 -0
  80. package/skills/turing/watch/SKILL.md +60 -0
  81. package/skills/turing/whatif/SKILL.md +31 -0
  82. package/skills/turing/xray/SKILL.md +43 -0
  83. package/src/command-registry.js +160 -0
  84. package/src/install.js +8 -34
  85. package/src/sync-skills-layout.js +149 -0
  86. package/src/verify.js +5 -88
  87. package/templates/__pycache__/evaluate.cpython-312.pyc +0 -0
  88. package/templates/__pycache__/evaluate.cpython-314.pyc +0 -0
  89. package/templates/__pycache__/prepare.cpython-312.pyc +0 -0
  90. package/templates/__pycache__/prepare.cpython-314.pyc +0 -0
  91. package/templates/features/__pycache__/__init__.cpython-312.pyc +0 -0
  92. package/templates/features/__pycache__/__init__.cpython-314.pyc +0 -0
  93. package/templates/features/__pycache__/featurizers.cpython-312.pyc +0 -0
  94. package/templates/features/__pycache__/featurizers.cpython-314.pyc +0 -0
  95. package/templates/scripts/__pycache__/__init__.cpython-312.pyc +0 -0
  96. package/templates/scripts/__pycache__/__init__.cpython-314.pyc +0 -0
  97. package/templates/scripts/__pycache__/ablation_study.cpython-312.pyc +0 -0
  98. package/templates/scripts/__pycache__/ablation_study.cpython-314.pyc +0 -0
  99. package/templates/scripts/__pycache__/architecture_surgery.cpython-312.pyc +0 -0
  100. package/templates/scripts/__pycache__/architecture_surgery.cpython-314.pyc +0 -0
  101. package/templates/scripts/__pycache__/budget_manager.cpython-312.pyc +0 -0
  102. package/templates/scripts/__pycache__/budget_manager.cpython-314.pyc +0 -0
  103. package/templates/scripts/__pycache__/build_ensemble.cpython-312.pyc +0 -0
  104. package/templates/scripts/__pycache__/build_ensemble.cpython-314.pyc +0 -0
  105. package/templates/scripts/__pycache__/calibration.cpython-312.pyc +0 -0
  106. package/templates/scripts/__pycache__/calibration.cpython-314.pyc +0 -0
  107. package/templates/scripts/__pycache__/check_convergence.cpython-312.pyc +0 -0
  108. package/templates/scripts/__pycache__/check_convergence.cpython-314.pyc +0 -0
  109. package/templates/scripts/__pycache__/checkpoint_manager.cpython-312.pyc +0 -0
  110. package/templates/scripts/__pycache__/checkpoint_manager.cpython-314.pyc +0 -0
  111. package/templates/scripts/__pycache__/citation_manager.cpython-312.pyc +0 -0
  112. package/templates/scripts/__pycache__/citation_manager.cpython-314.pyc +0 -0
  113. package/templates/scripts/__pycache__/cost_frontier.cpython-312.pyc +0 -0
  114. package/templates/scripts/__pycache__/cost_frontier.cpython-314.pyc +0 -0
  115. package/templates/scripts/__pycache__/counterfactual_explanation.cpython-312.pyc +0 -0
  116. package/templates/scripts/__pycache__/counterfactual_explanation.cpython-314.pyc +0 -0
  117. package/templates/scripts/__pycache__/critique_hypothesis.cpython-312.pyc +0 -0
  118. package/templates/scripts/__pycache__/critique_hypothesis.cpython-314.pyc +0 -0
  119. package/templates/scripts/__pycache__/curriculum_optimizer.cpython-312.pyc +0 -0
  120. package/templates/scripts/__pycache__/curriculum_optimizer.cpython-314.pyc +0 -0
  121. package/templates/scripts/__pycache__/diagnose_errors.cpython-312.pyc +0 -0
  122. package/templates/scripts/__pycache__/diagnose_errors.cpython-314.pyc +0 -0
  123. package/templates/scripts/__pycache__/draft_paper_sections.cpython-312.pyc +0 -0
  124. package/templates/scripts/__pycache__/draft_paper_sections.cpython-314.pyc +0 -0
  125. package/templates/scripts/__pycache__/equivalence_checker.cpython-312.pyc +0 -0
  126. package/templates/scripts/__pycache__/equivalence_checker.cpython-314.pyc +0 -0
  127. package/templates/scripts/__pycache__/experiment_annotations.cpython-312.pyc +0 -0
  128. package/templates/scripts/__pycache__/experiment_annotations.cpython-314.pyc +0 -0
  129. package/templates/scripts/__pycache__/experiment_archive.cpython-312.pyc +0 -0
  130. package/templates/scripts/__pycache__/experiment_archive.cpython-314.pyc +0 -0
  131. package/templates/scripts/__pycache__/experiment_diff.cpython-312.pyc +0 -0
  132. package/templates/scripts/__pycache__/experiment_diff.cpython-314.pyc +0 -0
  133. package/templates/scripts/__pycache__/experiment_index.cpython-312.pyc +0 -0
  134. package/templates/scripts/__pycache__/experiment_index.cpython-314.pyc +0 -0
  135. package/templates/scripts/__pycache__/experiment_queue.cpython-312.pyc +0 -0
  136. package/templates/scripts/__pycache__/experiment_queue.cpython-314.pyc +0 -0
  137. package/templates/scripts/__pycache__/experiment_replay.cpython-312.pyc +0 -0
  138. package/templates/scripts/__pycache__/experiment_replay.cpython-314.pyc +0 -0
  139. package/templates/scripts/__pycache__/experiment_search.cpython-312.pyc +0 -0
  140. package/templates/scripts/__pycache__/experiment_search.cpython-314.pyc +0 -0
  141. package/templates/scripts/__pycache__/experiment_simulator.cpython-312.pyc +0 -0
  142. package/templates/scripts/__pycache__/experiment_simulator.cpython-314.pyc +0 -0
  143. package/templates/scripts/__pycache__/experiment_templates.cpython-312.pyc +0 -0
  144. package/templates/scripts/__pycache__/experiment_templates.cpython-314.pyc +0 -0
  145. package/templates/scripts/__pycache__/export_card.cpython-312.pyc +0 -0
  146. package/templates/scripts/__pycache__/export_card.cpython-314.pyc +0 -0
  147. package/templates/scripts/__pycache__/export_formats.cpython-312.pyc +0 -0
  148. package/templates/scripts/__pycache__/export_formats.cpython-314.pyc +0 -0
  149. package/templates/scripts/__pycache__/failure_postmortem.cpython-312.pyc +0 -0
  150. package/templates/scripts/__pycache__/failure_postmortem.cpython-314.pyc +0 -0
  151. package/templates/scripts/__pycache__/feature_intelligence.cpython-312.pyc +0 -0
  152. package/templates/scripts/__pycache__/feature_intelligence.cpython-314.pyc +0 -0
  153. package/templates/scripts/__pycache__/fork_experiment.cpython-312.pyc +0 -0
  154. package/templates/scripts/__pycache__/fork_experiment.cpython-314.pyc +0 -0
  155. package/templates/scripts/__pycache__/generate_baselines.cpython-312.pyc +0 -0
  156. package/templates/scripts/__pycache__/generate_baselines.cpython-314.pyc +0 -0
  157. package/templates/scripts/__pycache__/generate_brief.cpython-312.pyc +0 -0
  158. package/templates/scripts/__pycache__/generate_brief.cpython-314.pyc +0 -0
  159. package/templates/scripts/__pycache__/generate_changelog.cpython-312.pyc +0 -0
  160. package/templates/scripts/__pycache__/generate_changelog.cpython-314.pyc +0 -0
  161. package/templates/scripts/__pycache__/generate_figures.cpython-312.pyc +0 -0
  162. package/templates/scripts/__pycache__/generate_figures.cpython-314.pyc +0 -0
  163. package/templates/scripts/__pycache__/generate_logbook.cpython-312.pyc +0 -0
  164. package/templates/scripts/__pycache__/generate_logbook.cpython-314.pyc +0 -0
  165. package/templates/scripts/__pycache__/generate_model_card.cpython-312.pyc +0 -0
  166. package/templates/scripts/__pycache__/generate_model_card.cpython-314.pyc +0 -0
  167. package/templates/scripts/__pycache__/generate_onboarding.cpython-312.pyc +0 -0
  168. package/templates/scripts/__pycache__/generate_onboarding.cpython-314.pyc +0 -0
  169. package/templates/scripts/__pycache__/harness_doctor.cpython-312.pyc +0 -0
  170. package/templates/scripts/__pycache__/harness_doctor.cpython-314.pyc +0 -0
  171. package/templates/scripts/__pycache__/incremental_update.cpython-312.pyc +0 -0
  172. package/templates/scripts/__pycache__/incremental_update.cpython-314.pyc +0 -0
  173. package/templates/scripts/__pycache__/knowledge_transfer.cpython-312.pyc +0 -0
  174. package/templates/scripts/__pycache__/knowledge_transfer.cpython-314.pyc +0 -0
  175. package/templates/scripts/__pycache__/latency_benchmark.cpython-312.pyc +0 -0
  176. package/templates/scripts/__pycache__/latency_benchmark.cpython-314.pyc +0 -0
  177. package/templates/scripts/__pycache__/leakage_detector.cpython-312.pyc +0 -0
  178. package/templates/scripts/__pycache__/leakage_detector.cpython-314.pyc +0 -0
  179. package/templates/scripts/__pycache__/literature_search.cpython-312.pyc +0 -0
  180. package/templates/scripts/__pycache__/literature_search.cpython-314.pyc +0 -0
  181. package/templates/scripts/__pycache__/log_experiment.cpython-312.pyc +0 -0
  182. package/templates/scripts/__pycache__/log_experiment.cpython-314.pyc +0 -0
  183. package/templates/scripts/__pycache__/manage_hypotheses.cpython-312.pyc +0 -0
  184. package/templates/scripts/__pycache__/manage_hypotheses.cpython-314.pyc +0 -0
  185. package/templates/scripts/__pycache__/methodology_audit.cpython-312.pyc +0 -0
  186. package/templates/scripts/__pycache__/methodology_audit.cpython-314.pyc +0 -0
  187. package/templates/scripts/__pycache__/model_distiller.cpython-312.pyc +0 -0
  188. package/templates/scripts/__pycache__/model_distiller.cpython-314.pyc +0 -0
  189. package/templates/scripts/__pycache__/model_lifecycle.cpython-312.pyc +0 -0
  190. package/templates/scripts/__pycache__/model_lifecycle.cpython-314.pyc +0 -0
  191. package/templates/scripts/__pycache__/model_merger.cpython-312.pyc +0 -0
  192. package/templates/scripts/__pycache__/model_merger.cpython-314.pyc +0 -0
  193. package/templates/scripts/__pycache__/model_pruning.cpython-312.pyc +0 -0
  194. package/templates/scripts/__pycache__/model_pruning.cpython-314.pyc +0 -0
  195. package/templates/scripts/__pycache__/model_quantization.cpython-312.pyc +0 -0
  196. package/templates/scripts/__pycache__/model_quantization.cpython-314.pyc +0 -0
  197. package/templates/scripts/__pycache__/model_xray.cpython-312.pyc +0 -0
  198. package/templates/scripts/__pycache__/model_xray.cpython-314.pyc +0 -0
  199. package/templates/scripts/__pycache__/novelty_guard.cpython-312.pyc +0 -0
  200. package/templates/scripts/__pycache__/novelty_guard.cpython-314.pyc +0 -0
  201. package/templates/scripts/__pycache__/package_experiments.cpython-312.pyc +0 -0
  202. package/templates/scripts/__pycache__/package_experiments.cpython-314.pyc +0 -0
  203. package/templates/scripts/__pycache__/pareto_frontier.cpython-312.pyc +0 -0
  204. package/templates/scripts/__pycache__/pareto_frontier.cpython-314.pyc +0 -0
  205. package/templates/scripts/__pycache__/parse_metrics.cpython-312.pyc +0 -0
  206. package/templates/scripts/__pycache__/parse_metrics.cpython-314.pyc +0 -0
  207. package/templates/scripts/__pycache__/pipeline_manager.cpython-312.pyc +0 -0
  208. package/templates/scripts/__pycache__/pipeline_manager.cpython-314.pyc +0 -0
  209. package/templates/scripts/__pycache__/profile_training.cpython-312.pyc +0 -0
  210. package/templates/scripts/__pycache__/profile_training.cpython-314.pyc +0 -0
  211. package/templates/scripts/__pycache__/regression_gate.cpython-312.pyc +0 -0
  212. package/templates/scripts/__pycache__/regression_gate.cpython-314.pyc +0 -0
  213. package/templates/scripts/__pycache__/reproduce_experiment.cpython-312.pyc +0 -0
  214. package/templates/scripts/__pycache__/reproduce_experiment.cpython-314.pyc +0 -0
  215. package/templates/scripts/__pycache__/research_planner.cpython-312.pyc +0 -0
  216. package/templates/scripts/__pycache__/research_planner.cpython-314.pyc +0 -0
  217. package/templates/scripts/__pycache__/sanity_checks.cpython-312.pyc +0 -0
  218. package/templates/scripts/__pycache__/sanity_checks.cpython-314.pyc +0 -0
  219. package/templates/scripts/__pycache__/scaffold.cpython-312.pyc +0 -0
  220. package/templates/scripts/__pycache__/scaffold.cpython-314.pyc +0 -0
  221. package/templates/scripts/__pycache__/scaling_estimator.cpython-312.pyc +0 -0
  222. package/templates/scripts/__pycache__/scaling_estimator.cpython-314.pyc +0 -0
  223. package/templates/scripts/__pycache__/seed_runner.cpython-312.pyc +0 -0
  224. package/templates/scripts/__pycache__/seed_runner.cpython-314.pyc +0 -0
  225. package/templates/scripts/__pycache__/sensitivity_analysis.cpython-312.pyc +0 -0
  226. package/templates/scripts/__pycache__/sensitivity_analysis.cpython-314.pyc +0 -0
  227. package/templates/scripts/__pycache__/session_flashback.cpython-312.pyc +0 -0
  228. package/templates/scripts/__pycache__/session_flashback.cpython-314.pyc +0 -0
  229. package/templates/scripts/__pycache__/show_experiment_tree.cpython-312.pyc +0 -0
  230. package/templates/scripts/__pycache__/show_experiment_tree.cpython-314.pyc +0 -0
  231. package/templates/scripts/__pycache__/show_families.cpython-312.pyc +0 -0
  232. package/templates/scripts/__pycache__/show_families.cpython-314.pyc +0 -0
  233. package/templates/scripts/__pycache__/simulate_review.cpython-312.pyc +0 -0
  234. package/templates/scripts/__pycache__/simulate_review.cpython-314.pyc +0 -0
  235. package/templates/scripts/__pycache__/smart_retry.cpython-312.pyc +0 -0
  236. package/templates/scripts/__pycache__/smart_retry.cpython-314.pyc +0 -0
  237. package/templates/scripts/__pycache__/statistical_compare.cpython-312.pyc +0 -0
  238. package/templates/scripts/__pycache__/statistical_compare.cpython-314.pyc +0 -0
  239. package/templates/scripts/__pycache__/suggest_next.cpython-312.pyc +0 -0
  240. package/templates/scripts/__pycache__/suggest_next.cpython-314.pyc +0 -0
  241. package/templates/scripts/__pycache__/sweep.cpython-312.pyc +0 -0
  242. package/templates/scripts/__pycache__/sweep.cpython-314.pyc +0 -0
  243. package/templates/scripts/__pycache__/synthesize_decision.cpython-312.pyc +0 -0
  244. package/templates/scripts/__pycache__/synthesize_decision.cpython-314.pyc +0 -0
  245. package/templates/scripts/__pycache__/training_monitor.cpython-312.pyc +0 -0
  246. package/templates/scripts/__pycache__/training_monitor.cpython-314.pyc +0 -0
  247. package/templates/scripts/__pycache__/treequest_suggest.cpython-312.pyc +0 -0
  248. package/templates/scripts/__pycache__/treequest_suggest.cpython-314.pyc +0 -0
  249. package/templates/scripts/__pycache__/trend_analysis.cpython-312.pyc +0 -0
  250. package/templates/scripts/__pycache__/trend_analysis.cpython-314.pyc +0 -0
  251. package/templates/scripts/__pycache__/turing_io.cpython-312.pyc +0 -0
  252. package/templates/scripts/__pycache__/turing_io.cpython-314.pyc +0 -0
  253. package/templates/scripts/__pycache__/update_state.cpython-312.pyc +0 -0
  254. package/templates/scripts/__pycache__/update_state.cpython-314.pyc +0 -0
  255. package/templates/scripts/__pycache__/verify_placeholders.cpython-312.pyc +0 -0
  256. package/templates/scripts/__pycache__/verify_placeholders.cpython-314.pyc +0 -0
  257. package/templates/scripts/__pycache__/warm_start.cpython-312.pyc +0 -0
  258. package/templates/scripts/__pycache__/warm_start.cpython-314.pyc +0 -0
  259. package/templates/scripts/__pycache__/whatif_engine.cpython-312.pyc +0 -0
  260. package/templates/scripts/__pycache__/whatif_engine.cpython-314.pyc +0 -0
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "turing-dev",
3
+ "description": "Development marketplace for the Turing Claude Code plugin",
4
+ "owner": {
5
+ "name": "Prannaya Gupta"
6
+ },
7
+ "plugins": [
8
+ {
9
+ "name": "turing",
10
+ "description": "Autonomous ML research harness for Claude Code",
11
+ "version": "4.6.0",
12
+ "source": "./",
13
+ "author": {
14
+ "name": "Prannaya Gupta"
15
+ }
16
+ }
17
+ ]
18
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "turing",
3
- "version": "4.5.0",
4
- "description": "Autonomous ML research harness — the autoresearch loop as a formal protocol. 74 commands, 2 specialized agents, operational intelligence (postmortem + doctor + plan), model lifecycle (update + registry), what-if analysis (whatif + counterfactual + simulate), collaboration (onboard + share + review), research communication (cite + present + changelog), experiment archaeology (trend + flashback + archive + annotate + search + template + replay), model surgery (prune + quantize + merge + surgery), feature & training intelligence, model debugging, pre-training intelligence, meta-intelligence, scaling & efficiency, model composition, deep analysis, experiment orchestration, literature + paper, model export, profiling, checkpoints, experiment intelligence, statistical rigor, tree-search, cost-performance, model cards, hypothesis database, novelty guard, anti-cheating, taste-leverage loop. Inspired by Karpathy's autoresearch and the scientific method itself.",
3
+ "version": "4.7.0",
4
+ "description": "Autonomous ML research harness — the autoresearch loop as a formal protocol. 74 commands, 2 specialized agents, modern skills/turing package mirror, operational intelligence (postmortem + doctor + plan), model lifecycle (update + registry), what-if analysis (whatif + counterfactual + simulate), collaboration (onboard + share + review), research communication (cite + present + changelog), experiment archaeology (trend + flashback + archive + annotate + search + template + replay), model surgery (prune + quantize + merge + surgery), feature & training intelligence, model debugging, pre-training intelligence, meta-intelligence, scaling & efficiency, model composition, deep analysis, experiment orchestration, literature + paper, model export, profiling, checkpoints, experiment intelligence, statistical rigor, tree-search, cost-performance, model cards, hypothesis database, novelty guard, anti-cheating, taste-leverage loop. Inspired by Karpathy's autoresearch and the scientific method itself.",
5
5
  "author": {
6
6
  "name": "Prannaya Gupta"
7
7
  },
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  *The research assistant that can't fool itself.*
4
4
 
5
5
  <p align="center">
6
- <img src="https://img.shields.io/badge/version-4.5.0-ffb74d?style=flat-square&labelColor=1a1a2e" alt="Version" />
6
+ <img src="https://img.shields.io/badge/version-4.7.0-ffb74d?style=flat-square&labelColor=1a1a2e" alt="Version" />
7
7
  <img src="https://img.shields.io/badge/license-MIT-ff4d4d?style=flat-square&labelColor=1a1a2e" alt="License" />
8
8
  <img src="https://img.shields.io/badge/Claude_Code-plugin-ff4d4d?style=flat-square&labelColor=1a1a2e" alt="Claude Code" />
9
9
  <img src="https://img.shields.io/badge/Node.js-20%2B-ff4d4d?style=flat-square&labelColor=1a1a2e" alt="Node.js" />
@@ -1,9 +1,17 @@
1
1
  ---
2
2
  name: turing
3
- description: Autonomous ML research harness. Thin router that detects ML training intent and dispatches to focused sub-commands. Each sub-command handles one phase of the experiment lifecycle.
3
+ description: Autonomous ML research harness. Thin router that detects ML training intent and identifies the matching Turing sub-command execution path. Each sub-command handles one phase of the experiment lifecycle.
4
4
  ---
5
5
 
6
- You are the Turing ML research router. Detect the user's intent and route to the appropriate sub-command. Do not attempt to handle ML tasks directly — dispatch to the focused skill.
6
+ You are the Turing ML research router. Detect the user's intent and identify the matching Turing sub-command execution path.
7
+
8
+ ## Execution Contract
9
+
10
+ Turing sub-commands are explicit slash-command skills. Current sub-commands are `slash_only` and use `disable-model-invocation: true`, so router handling must not claim model dispatch into those skills.
11
+
12
+ - If the user explicitly invokes `/turing:<cmd>`, Claude Code runtime handles that slash command.
13
+ - If the user invokes `/turing` as a router and the detected command is `slash_only`, give the exact slash command to run.
14
+ - If a command has a documented safe equivalent script, the assistant may execute those documented steps inline when safe and appropriate.
7
15
 
8
16
  ## Routing Table
9
17
 
@@ -86,82 +94,82 @@ You are the Turing ML research router. Detect the user's intent and route to the
86
94
 
87
95
  ## Sub-commands
88
96
 
89
- | Command | Purpose | Agent |
97
+ | Command | Purpose | Invocation |
90
98
  |---|---|---|
91
- | `/turing:train [ml/project] [N]` | Run the autonomous experiment loop (auto-detects project from path or cwd) | @ml-researcher |
92
- | `/turing:status` | Show experiment status, best model, convergence | @ml-evaluator |
93
- | `/turing:compare <a> <b>` | Side-by-side experiment comparison | @ml-evaluator |
94
- | `/turing:sweep` | Generate and run hyperparameter sweep | @ml-researcher |
95
- | `/turing:try <hypothesis>` | Inject a hypothesis into the agent's queue | (inline) |
96
- | `/turing:brief` | Generate structured research intelligence report | @ml-evaluator |
97
- | `/turing:init` | Scaffold a new ML project | (inline) |
98
- | `/turing:validate` | Check metric stability, auto-fix if noisy | (inline) |
99
- | `/turing:seed [N] [--quick]` | Multi-seed study: mean/std/CI, flag seed-sensitive results | (inline) |
100
- | `/turing:reproduce <exp-id>` | Reproducibility verification with tolerance checking | (inline) |
101
- | `/turing:suggest` | Literature-grounded model architecture suggestions | (inline, uses WebSearch) |
102
- | `/turing:explore` | Tree-search hypothesis exploration via AB-MCTS | (inline) |
103
- | `/turing:design <hyp-id>` | Generate structured experiment design from hypothesis | (inline, uses WebSearch) |
104
- | `/turing:logbook` | HTML/markdown logbook with trajectory chart | (inline) |
105
- | `/turing:poster` | Single-page HTML research poster | (inline) |
106
- | `/turing:report` | Structured markdown research report | (inline) |
107
- | `/turing:mode <mode>` | Set research strategy (explore/exploit/replicate) | (inline) |
108
- | `/turing:preflight` | Pre-flight resource check (VRAM/RAM/disk) | (inline) |
109
- | `/turing:card` | Generate standardized model card (type, performance, data, limitations, contract) | (inline) |
110
- | `/turing:diagnose [exp-id]` | Error analysis: failure modes, confused pairs, feature-range bias | (inline) |
111
- | `/turing:ablate [--components]` | Ablation study: remove components, measure impact, flag dead weight | (inline) |
112
- | `/turing:frontier [--metrics]` | Pareto frontier: multi-objective tradeoff visualization | (inline) |
113
- | `/turing:lit <query>` | Literature search: papers, SOTA baselines, related work | (inline, uses WebSearch) |
114
- | `/turing:paper [--sections] [--format]` | Draft paper sections from experiment logs (setup, results, ablation, hyperparams) | (inline) |
115
- | `/turing:export [exp-id] [--format]` | Export model to production format with equivalence check + latency benchmark | (inline) |
116
- | `/turing:queue <action>` | Batch experiment scheduler: add, list, run, pause, clear | (inline) |
117
- | `/turing:retry <exp-id>` | Smart failure recovery: auto-diagnose crash, apply fix, re-run | (inline) |
118
- | `/turing:fork <exp-id> --branches` | Experiment branching: run parallel tracks, report winner | (inline) |
119
- | `/turing:profile [exp-id]` | Computational profiling: timing, memory, throughput, bottleneck detection | (inline) |
120
- | `/turing:checkpoint <action>` | Smart checkpoint management: list, prune (Pareto), average, resume, stats | (inline) |
121
- | `/turing:diff <exp-a> <exp-b>` | Deep experiment comparison: config diff, metric significance, per-class regressions, curve divergence | (inline) |
122
- | `/turing:watch [--analyze]` | Live training monitor with early-warning alerts (loss spike, NaN, overfitting, plateau) | (inline) |
123
- | `/turing:regress [--tolerance]` | Performance regression gate: re-run best experiment, verify metrics haven't degraded | (inline) |
124
- | `/turing:ensemble [--top-k] [--methods]` | Automated ensemble: voting, weighted voting, stacking, blending from top-K models | (inline) |
125
- | `/turing:stitch <action> [stage]` | Pipeline composition: show/swap/cache/run stages independently | (inline) |
126
- | `/turing:warm <exp-id>` | Warm-start from prior model: load checkpoint, freeze layers, adjust LR | (inline) |
127
- | `/turing:scale [--axis]` | Scaling law estimator: fit power law, predict full-scale performance | (inline) |
128
- | `/turing:budget <action>` | Compute budget manager: set limits, track allocation, auto-shift modes | (inline) |
129
- | `/turing:distill <exp-id>` | Model compression: distill teacher into smaller student model | (inline) |
130
- | `/turing:transfer [--from]` | Cross-project knowledge transfer: find similar prior projects, surface what worked | (inline) |
131
- | `/turing:audit [--strict]` | Pre-submission methodology audit: data leakage, baselines, seeds, ablations, reproducibility | (inline) |
132
- | `/turing:sanity [--quick]` | Pre-training sanity checks: initial loss, overfit test, gradient flow, output validation | (inline) |
133
- | `/turing:baseline [--methods]` | Automatic baseline generation: random, majority/mean, linear, k-NN | (inline) |
134
- | `/turing:leak [--deep]` | Targeted leakage detection: single-feature tests, correlation, train/test overlap | (inline) |
135
- | `/turing:xray [exp-id]` | Internal model diagnostics: gradient flow, dead neurons, weight distributions, tree analysis | (inline) |
136
- | `/turing:sensitivity [exp-id]` | Hyperparameter sensitivity analysis: rank parameters by impact, detect non-monotonic responses | (inline) |
137
- | `/turing:calibrate [exp-id]` | Probability calibration: ECE/MCE, reliability diagrams, Platt/isotonic/temperature scaling | (inline) |
138
- | `/turing:feature [--method]` | Automated feature selection: multi-method consensus ranking, redundancy, interaction generation | (inline) |
139
- | `/turing:curriculum [exp-id]` | Training curriculum optimization: difficulty scoring, strategy comparison, impossible sample detection | (inline) |
140
- | `/turing:prune <exp-id>` | Weight pruning: magnitude/structured/lottery, sparsity sweep, knee point detection | (inline) |
141
- | `/turing:quantize <exp-id>` | Post-training quantization: FP16/INT8, accuracy-latency comparison, QAT suggestion | (inline) |
142
- | `/turing:merge <exp-ids...>` | Model merging: uniform/greedy soup, TIES, DARE — free accuracy, zero latency cost | (inline) |
143
- | `/turing:surgery <exp-id>` | Architecture modification: add/remove layer, widen/narrow, swap activation, skip connections | (inline) |
144
- | `/turing:trend` | Long-term trend analysis: improvement velocity, family ROI, diminishing returns detection | (inline) |
145
- | `/turing:flashback` | Session context restoration: "where was I?" after days away from the project | (inline) |
146
- | `/turing:archive` | Experiment lifecycle cleanup: compress old artifacts, prune checkpoints, summary index | (inline) |
147
- | `/turing:annotate <exp-id>` | Retrospective annotations: add human notes, tags, search by content | (inline) |
148
- | `/turing:search <query>` | Natural language experiment search with structured filters | (inline) |
149
- | `/turing:template <action>` | Experiment template library: save/list/apply reusable configs across projects | (inline) |
150
- | `/turing:replay <exp-id>` | Experiment replay: re-run old experiment with current infrastructure | (inline) |
151
- | `/turing:cite <action>` | Citation manager: add/list/check/bib for papers, datasets, methods | (inline) |
152
- | `/turing:present [--figures]` | Presentation figures: training curves, comparisons, ablation, Pareto, sensitivity | (inline) |
153
- | `/turing:changelog [--audience]` | Model changelog: version-grouped improvements for technical or stakeholder audiences | (inline) |
154
- | `/turing:onboard [--audience]` | Project onboarding: full walkthrough for new collaborators | (inline) |
155
- | `/turing:share <exp-ids...>` | Experiment packaging: portable archive with manifest and README | (inline) |
156
- | `/turing:review [--venue]` | Peer review simulation: weaknesses, questions, fix commands, score | (inline) |
157
- | `/turing:whatif "<question>"` | What-if analysis: route hypotheticals to existing estimators (scaling, ablation, sensitivity, ensemble, pruning) | (inline) |
158
- | `/turing:counterfactual <exp-id> --sample <index>` | Input-level counterfactual explanations: minimum input change to flip a prediction | (inline) |
159
- | `/turing:simulate [--configs] [--top-k]` | Experiment outcome prediction: pre-filter configs using surrogate model, save budget | (inline) |
160
- | `/turing:update <exp-id> --new-data <path>` | Incremental model update: add new data without full retraining, forgetting detection | (inline) |
161
- | `/turing:registry [list\|register\|promote\|demote\|history]` | Model registry: stage lifecycle (candidate → staging → production) with promotion gates | (inline) |
162
- | `/turing:postmortem [--window N]` | Failure postmortem: diagnose why experiments stopped improving (exhaustion, config error, data issue, ceiling, noise) | (inline) |
163
- | `/turing:doctor [--fix]` | Harness self-diagnosis: environment, dependencies, config, log integrity, scripts, disk, git state, Claude hooks | (inline) |
164
- | `/turing:plan [--budget N] [--goal]` | Research planning assistant: strategic campaign design with budget-aware ROI allocation | (inline) |
99
+ | `/turing:train [ml/project] [N]` | Run the autonomous experiment loop (auto-detects project from path or cwd) | slash_only |
100
+ | `/turing:status` | Show experiment status, best model, convergence | slash_only |
101
+ | `/turing:compare <a> <b>` | Side-by-side experiment comparison | slash_only |
102
+ | `/turing:sweep` | Generate and run hyperparameter sweep | slash_only |
103
+ | `/turing:try <hypothesis>` | Inject a hypothesis into the agent's queue | slash_only |
104
+ | `/turing:brief` | Generate structured research intelligence report | slash_only |
105
+ | `/turing:init` | Scaffold a new ML project | slash_only |
106
+ | `/turing:validate` | Check metric stability, auto-fix if noisy | slash_only |
107
+ | `/turing:seed [N] [--quick]` | Multi-seed study: mean/std/CI, flag seed-sensitive results | slash_only |
108
+ | `/turing:reproduce <exp-id>` | Reproducibility verification with tolerance checking | slash_only |
109
+ | `/turing:suggest` | Literature-grounded model architecture suggestions | slash_only |
110
+ | `/turing:explore` | Tree-search hypothesis exploration via AB-MCTS | slash_only |
111
+ | `/turing:design <hyp-id>` | Generate structured experiment design from hypothesis | slash_only |
112
+ | `/turing:logbook` | HTML/markdown logbook with trajectory chart | slash_only |
113
+ | `/turing:poster` | Single-page HTML research poster | slash_only |
114
+ | `/turing:report` | Structured markdown research report | slash_only |
115
+ | `/turing:mode <mode>` | Set research strategy (explore/exploit/replicate) | slash_only |
116
+ | `/turing:preflight` | Pre-flight resource check (VRAM/RAM/disk) | slash_only |
117
+ | `/turing:card` | Generate standardized model card (type, performance, data, limitations, contract) | slash_only |
118
+ | `/turing:diagnose [exp-id]` | Error analysis: failure modes, confused pairs, feature-range bias | slash_only |
119
+ | `/turing:ablate [--components]` | Ablation study: remove components, measure impact, flag dead weight | slash_only |
120
+ | `/turing:frontier [--metrics]` | Pareto frontier: multi-objective tradeoff visualization | slash_only |
121
+ | `/turing:lit <query>` | Literature search: papers, SOTA baselines, related work | slash_only |
122
+ | `/turing:paper [--sections] [--format]` | Draft paper sections from experiment logs (setup, results, ablation, hyperparams) | slash_only |
123
+ | `/turing:export [exp-id] [--format]` | Export model to production format with equivalence check + latency benchmark | slash_only |
124
+ | `/turing:queue <action>` | Batch experiment scheduler: add, list, run, pause, clear | slash_only |
125
+ | `/turing:retry <exp-id>` | Smart failure recovery: auto-diagnose crash, apply fix, re-run | slash_only |
126
+ | `/turing:fork <exp-id> --branches` | Experiment branching: run parallel tracks, report winner | slash_only |
127
+ | `/turing:profile [exp-id]` | Computational profiling: timing, memory, throughput, bottleneck detection | slash_only |
128
+ | `/turing:checkpoint <action>` | Smart checkpoint management: list, prune (Pareto), average, resume, stats | slash_only |
129
+ | `/turing:diff <exp-a> <exp-b>` | Deep experiment comparison: config diff, metric significance, per-class regressions, curve divergence | slash_only |
130
+ | `/turing:watch [--analyze]` | Live training monitor with early-warning alerts (loss spike, NaN, overfitting, plateau) | slash_only |
131
+ | `/turing:regress [--tolerance]` | Performance regression gate: re-run best experiment, verify metrics haven't degraded | slash_only |
132
+ | `/turing:ensemble [--top-k] [--methods]` | Automated ensemble: voting, weighted voting, stacking, blending from top-K models | slash_only |
133
+ | `/turing:stitch <action> [stage]` | Pipeline composition: show/swap/cache/run stages independently | slash_only |
134
+ | `/turing:warm <exp-id>` | Warm-start from prior model: load checkpoint, freeze layers, adjust LR | slash_only |
135
+ | `/turing:scale [--axis]` | Scaling law estimator: fit power law, predict full-scale performance | slash_only |
136
+ | `/turing:budget <action>` | Compute budget manager: set limits, track allocation, auto-shift modes | slash_only |
137
+ | `/turing:distill <exp-id>` | Model compression: distill teacher into smaller student model | slash_only |
138
+ | `/turing:transfer [--from]` | Cross-project knowledge transfer: find similar prior projects, surface what worked | slash_only |
139
+ | `/turing:audit [--strict]` | Pre-submission methodology audit: data leakage, baselines, seeds, ablations, reproducibility | slash_only |
140
+ | `/turing:sanity [--quick]` | Pre-training sanity checks: initial loss, overfit test, gradient flow, output validation | slash_only |
141
+ | `/turing:baseline [--methods]` | Automatic baseline generation: random, majority/mean, linear, k-NN | slash_only |
142
+ | `/turing:leak [--deep]` | Targeted leakage detection: single-feature tests, correlation, train/test overlap | slash_only |
143
+ | `/turing:xray [exp-id]` | Internal model diagnostics: gradient flow, dead neurons, weight distributions, tree analysis | slash_only |
144
+ | `/turing:sensitivity [exp-id]` | Hyperparameter sensitivity analysis: rank parameters by impact, detect non-monotonic responses | slash_only |
145
+ | `/turing:calibrate [exp-id]` | Probability calibration: ECE/MCE, reliability diagrams, Platt/isotonic/temperature scaling | slash_only |
146
+ | `/turing:feature [--method]` | Automated feature selection: multi-method consensus ranking, redundancy, interaction generation | slash_only |
147
+ | `/turing:curriculum [exp-id]` | Training curriculum optimization: difficulty scoring, strategy comparison, impossible sample detection | slash_only |
148
+ | `/turing:prune <exp-id>` | Weight pruning: magnitude/structured/lottery, sparsity sweep, knee point detection | slash_only |
149
+ | `/turing:quantize <exp-id>` | Post-training quantization: FP16/INT8, accuracy-latency comparison, QAT suggestion | slash_only |
150
+ | `/turing:merge <exp-ids...>` | Model merging: uniform/greedy soup, TIES, DARE — free accuracy, zero latency cost | slash_only |
151
+ | `/turing:surgery <exp-id>` | Architecture modification: add/remove layer, widen/narrow, swap activation, skip connections | slash_only |
152
+ | `/turing:trend` | Long-term trend analysis: improvement velocity, family ROI, diminishing returns detection | slash_only |
153
+ | `/turing:flashback` | Session context restoration: "where was I?" after days away from the project | slash_only |
154
+ | `/turing:archive` | Experiment lifecycle cleanup: compress old artifacts, prune checkpoints, summary index | slash_only |
155
+ | `/turing:annotate <exp-id>` | Retrospective annotations: add human notes, tags, search by content | slash_only |
156
+ | `/turing:search <query>` | Natural language experiment search with structured filters | slash_only |
157
+ | `/turing:template <action>` | Experiment template library: save/list/apply reusable configs across projects | slash_only |
158
+ | `/turing:replay <exp-id>` | Experiment replay: re-run old experiment with current infrastructure | slash_only |
159
+ | `/turing:cite <action>` | Citation manager: add/list/check/bib for papers, datasets, methods | slash_only |
160
+ | `/turing:present [--figures]` | Presentation figures: training curves, comparisons, ablation, Pareto, sensitivity | slash_only |
161
+ | `/turing:changelog [--audience]` | Model changelog: version-grouped improvements for technical or stakeholder audiences | slash_only |
162
+ | `/turing:onboard [--audience]` | Project onboarding: full walkthrough for new collaborators | slash_only |
163
+ | `/turing:share <exp-ids...>` | Experiment packaging: portable archive with manifest and README | slash_only |
164
+ | `/turing:review [--venue]` | Peer review simulation: weaknesses, questions, fix commands, score | slash_only |
165
+ | `/turing:whatif "<question>"` | What-if analysis: route hypotheticals to existing estimators (scaling, ablation, sensitivity, ensemble, pruning) | slash_only |
166
+ | `/turing:counterfactual <exp-id> --sample <index>` | Input-level counterfactual explanations: minimum input change to flip a prediction | slash_only |
167
+ | `/turing:simulate [--configs] [--top-k]` | Experiment outcome prediction: pre-filter configs using surrogate model, save budget | slash_only |
168
+ | `/turing:update <exp-id> --new-data <path>` | Incremental model update: add new data without full retraining, forgetting detection | slash_only |
169
+ | `/turing:registry [list\|register\|promote\|demote\|history]` | Model registry: stage lifecycle (candidate → staging → production) with promotion gates | slash_only |
170
+ | `/turing:postmortem [--window N]` | Failure postmortem: diagnose why experiments stopped improving (exhaustion, config error, data issue, ceiling, noise) | slash_only |
171
+ | `/turing:doctor [--fix]` | Harness self-diagnosis: environment, dependencies, config, log integrity, scripts, disk, git state, Claude hooks | slash_only |
172
+ | `/turing:plan [--budget N] [--goal]` | Research planning assistant: strategic campaign design with budget-aware ROI allocation | slash_only |
165
173
 
166
174
  ## Proactive Detection
167
175