claude-turing 4.3.0 → 4.5.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 (113) hide show
  1. package/.claude-plugin/plugin.json +5 -5
  2. package/LICENSE +1 -1
  3. package/README.md +78 -552
  4. package/bin/cli.js +23 -4
  5. package/commands/doctor.md +31 -0
  6. package/commands/init.md +21 -3
  7. package/commands/plan.md +27 -0
  8. package/commands/postmortem.md +28 -0
  9. package/commands/turing.md +6 -0
  10. package/config/defaults.yaml +2 -0
  11. package/package.json +5 -5
  12. package/src/install.js +18 -2
  13. package/src/verify.js +45 -2
  14. package/templates/README.md +1 -1
  15. package/templates/__pycache__/evaluate.cpython-312.pyc +0 -0
  16. package/templates/__pycache__/prepare.cpython-312.pyc +0 -0
  17. package/templates/config.yaml +1 -1
  18. package/templates/features/__pycache__/__init__.cpython-312.pyc +0 -0
  19. package/templates/features/__pycache__/featurizers.cpython-312.pyc +0 -0
  20. package/templates/program.md +1 -1
  21. package/templates/scripts/__pycache__/__init__.cpython-312.pyc +0 -0
  22. package/templates/scripts/__pycache__/ablation_study.cpython-312.pyc +0 -0
  23. package/templates/scripts/__pycache__/architecture_surgery.cpython-312.pyc +0 -0
  24. package/templates/scripts/__pycache__/budget_manager.cpython-312.pyc +0 -0
  25. package/templates/scripts/__pycache__/build_ensemble.cpython-312.pyc +0 -0
  26. package/templates/scripts/__pycache__/calibration.cpython-312.pyc +0 -0
  27. package/templates/scripts/__pycache__/check_convergence.cpython-312.pyc +0 -0
  28. package/templates/scripts/__pycache__/checkpoint_manager.cpython-312.pyc +0 -0
  29. package/templates/scripts/__pycache__/citation_manager.cpython-312.pyc +0 -0
  30. package/templates/scripts/__pycache__/cost_frontier.cpython-312.pyc +0 -0
  31. package/templates/scripts/__pycache__/counterfactual_explanation.cpython-312.pyc +0 -0
  32. package/templates/scripts/__pycache__/critique_hypothesis.cpython-312.pyc +0 -0
  33. package/templates/scripts/__pycache__/curriculum_optimizer.cpython-312.pyc +0 -0
  34. package/templates/scripts/__pycache__/diagnose_errors.cpython-312.pyc +0 -0
  35. package/templates/scripts/__pycache__/draft_paper_sections.cpython-312.pyc +0 -0
  36. package/templates/scripts/__pycache__/equivalence_checker.cpython-312.pyc +0 -0
  37. package/templates/scripts/__pycache__/experiment_annotations.cpython-312.pyc +0 -0
  38. package/templates/scripts/__pycache__/experiment_archive.cpython-312.pyc +0 -0
  39. package/templates/scripts/__pycache__/experiment_diff.cpython-312.pyc +0 -0
  40. package/templates/scripts/__pycache__/experiment_index.cpython-312.pyc +0 -0
  41. package/templates/scripts/__pycache__/experiment_queue.cpython-312.pyc +0 -0
  42. package/templates/scripts/__pycache__/experiment_replay.cpython-312.pyc +0 -0
  43. package/templates/scripts/__pycache__/experiment_search.cpython-312.pyc +0 -0
  44. package/templates/scripts/__pycache__/experiment_simulator.cpython-312.pyc +0 -0
  45. package/templates/scripts/__pycache__/experiment_templates.cpython-312.pyc +0 -0
  46. package/templates/scripts/__pycache__/export_card.cpython-312.pyc +0 -0
  47. package/templates/scripts/__pycache__/export_formats.cpython-312.pyc +0 -0
  48. package/templates/scripts/__pycache__/failure_postmortem.cpython-312.pyc +0 -0
  49. package/templates/scripts/__pycache__/failure_postmortem.cpython-314.pyc +0 -0
  50. package/templates/scripts/__pycache__/feature_intelligence.cpython-312.pyc +0 -0
  51. package/templates/scripts/__pycache__/fork_experiment.cpython-312.pyc +0 -0
  52. package/templates/scripts/__pycache__/generate_baselines.cpython-312.pyc +0 -0
  53. package/templates/scripts/__pycache__/generate_brief.cpython-312.pyc +0 -0
  54. package/templates/scripts/__pycache__/generate_brief.cpython-314.pyc +0 -0
  55. package/templates/scripts/__pycache__/generate_changelog.cpython-312.pyc +0 -0
  56. package/templates/scripts/__pycache__/generate_figures.cpython-312.pyc +0 -0
  57. package/templates/scripts/__pycache__/generate_logbook.cpython-312.pyc +0 -0
  58. package/templates/scripts/__pycache__/generate_model_card.cpython-312.pyc +0 -0
  59. package/templates/scripts/__pycache__/generate_onboarding.cpython-312.pyc +0 -0
  60. package/templates/scripts/__pycache__/harness_doctor.cpython-312.pyc +0 -0
  61. package/templates/scripts/__pycache__/harness_doctor.cpython-314.pyc +0 -0
  62. package/templates/scripts/__pycache__/incremental_update.cpython-312.pyc +0 -0
  63. package/templates/scripts/__pycache__/knowledge_transfer.cpython-312.pyc +0 -0
  64. package/templates/scripts/__pycache__/latency_benchmark.cpython-312.pyc +0 -0
  65. package/templates/scripts/__pycache__/leakage_detector.cpython-312.pyc +0 -0
  66. package/templates/scripts/__pycache__/literature_search.cpython-312.pyc +0 -0
  67. package/templates/scripts/__pycache__/log_experiment.cpython-312.pyc +0 -0
  68. package/templates/scripts/__pycache__/manage_hypotheses.cpython-312.pyc +0 -0
  69. package/templates/scripts/__pycache__/methodology_audit.cpython-312.pyc +0 -0
  70. package/templates/scripts/__pycache__/model_distiller.cpython-312.pyc +0 -0
  71. package/templates/scripts/__pycache__/model_lifecycle.cpython-312.pyc +0 -0
  72. package/templates/scripts/__pycache__/model_merger.cpython-312.pyc +0 -0
  73. package/templates/scripts/__pycache__/model_pruning.cpython-312.pyc +0 -0
  74. package/templates/scripts/__pycache__/model_quantization.cpython-312.pyc +0 -0
  75. package/templates/scripts/__pycache__/model_xray.cpython-312.pyc +0 -0
  76. package/templates/scripts/__pycache__/novelty_guard.cpython-312.pyc +0 -0
  77. package/templates/scripts/__pycache__/package_experiments.cpython-312.pyc +0 -0
  78. package/templates/scripts/__pycache__/pareto_frontier.cpython-312.pyc +0 -0
  79. package/templates/scripts/__pycache__/parse_metrics.cpython-312.pyc +0 -0
  80. package/templates/scripts/__pycache__/pipeline_manager.cpython-312.pyc +0 -0
  81. package/templates/scripts/__pycache__/profile_training.cpython-312.pyc +0 -0
  82. package/templates/scripts/__pycache__/regression_gate.cpython-312.pyc +0 -0
  83. package/templates/scripts/__pycache__/reproduce_experiment.cpython-312.pyc +0 -0
  84. package/templates/scripts/__pycache__/research_planner.cpython-312.pyc +0 -0
  85. package/templates/scripts/__pycache__/research_planner.cpython-314.pyc +0 -0
  86. package/templates/scripts/__pycache__/sanity_checks.cpython-312.pyc +0 -0
  87. package/templates/scripts/__pycache__/scaffold.cpython-312.pyc +0 -0
  88. package/templates/scripts/__pycache__/scaffold.cpython-314.pyc +0 -0
  89. package/templates/scripts/__pycache__/scaling_estimator.cpython-312.pyc +0 -0
  90. package/templates/scripts/__pycache__/seed_runner.cpython-312.pyc +0 -0
  91. package/templates/scripts/__pycache__/sensitivity_analysis.cpython-312.pyc +0 -0
  92. package/templates/scripts/__pycache__/session_flashback.cpython-312.pyc +0 -0
  93. package/templates/scripts/__pycache__/show_experiment_tree.cpython-312.pyc +0 -0
  94. package/templates/scripts/__pycache__/show_families.cpython-312.pyc +0 -0
  95. package/templates/scripts/__pycache__/simulate_review.cpython-312.pyc +0 -0
  96. package/templates/scripts/__pycache__/smart_retry.cpython-312.pyc +0 -0
  97. package/templates/scripts/__pycache__/statistical_compare.cpython-312.pyc +0 -0
  98. package/templates/scripts/__pycache__/suggest_next.cpython-312.pyc +0 -0
  99. package/templates/scripts/__pycache__/sweep.cpython-312.pyc +0 -0
  100. package/templates/scripts/__pycache__/synthesize_decision.cpython-312.pyc +0 -0
  101. package/templates/scripts/__pycache__/training_monitor.cpython-312.pyc +0 -0
  102. package/templates/scripts/__pycache__/treequest_suggest.cpython-312.pyc +0 -0
  103. package/templates/scripts/__pycache__/trend_analysis.cpython-312.pyc +0 -0
  104. package/templates/scripts/__pycache__/turing_io.cpython-312.pyc +0 -0
  105. package/templates/scripts/__pycache__/update_state.cpython-312.pyc +0 -0
  106. package/templates/scripts/__pycache__/verify_placeholders.cpython-312.pyc +0 -0
  107. package/templates/scripts/__pycache__/warm_start.cpython-312.pyc +0 -0
  108. package/templates/scripts/__pycache__/whatif_engine.cpython-312.pyc +0 -0
  109. package/templates/scripts/failure_postmortem.py +510 -0
  110. package/templates/scripts/generate_brief.py +61 -0
  111. package/templates/scripts/harness_doctor.py +610 -0
  112. package/templates/scripts/research_planner.py +470 -0
  113. package/templates/scripts/scaffold.py +56 -28
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "turing",
3
- "version": "4.3.0",
4
- "description": "Autonomous ML research harness — the autoresearch loop as a formal protocol. 71 commands, 2 specialized agents, 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.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.",
5
5
  "author": {
6
- "name": "pragnition"
6
+ "name": "Prannaya Gupta"
7
7
  },
8
- "homepage": "https://github.com/pragnition/turing",
9
- "repository": "https://github.com/pragnition/turing",
8
+ "homepage": "https://github.com/ThePyProgrammer/turing",
9
+ "repository": "https://github.com/ThePyProgrammer/turing",
10
10
  "license": "MIT",
11
11
  "keywords": [
12
12
  "ml",
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 pragnition
3
+ Copyright (c) 2026 Prannaya Gupta
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal