|
570 | 570 | "language": "python", |
571 | 571 | "summary": "QA/validation script for governance evaluator." |
572 | 572 | }, |
| 573 | + { |
| 574 | + "name": "handoff_monitor_scrollend.sh", |
| 575 | + "path": "scripts/handoff_monitor_scrollend.sh", |
| 576 | + "category": "misc", |
| 577 | + "status": "maintained", |
| 578 | + "language": "shell", |
| 579 | + "summary": "Utility script for handoff monitor scrollend." |
| 580 | + }, |
573 | 581 | { |
574 | 582 | "name": "headless_login.py", |
575 | 583 | "path": "scripts/headless_login.py", |
|
690 | 698 | "language": "python", |
691 | 699 | "summary": "Analysis/comparison script for mcp cost analysis." |
692 | 700 | }, |
| 701 | + { |
| 702 | + "name": "migrate_dockerfiles_clone_as_claude.py", |
| 703 | + "path": "scripts/migrate_dockerfiles_clone_as_claude.py", |
| 704 | + "category": "migration", |
| 705 | + "status": "maintained", |
| 706 | + "language": "python", |
| 707 | + "summary": "Migration script for migrate dockerfiles clone as claude." |
| 708 | + }, |
693 | 709 | { |
694 | 710 | "name": "migrate_dockerfiles_to_mirrors.py", |
695 | 711 | "path": "scripts/migrate_dockerfiles_to_mirrors.py", |
|
802 | 818 | "language": "python", |
803 | 819 | "summary": "Submission/reporting script for package submission." |
804 | 820 | }, |
| 821 | + { |
| 822 | + "name": "plan_variance_runs.py", |
| 823 | + "path": "scripts/plan_variance_runs.py", |
| 824 | + "category": "misc", |
| 825 | + "status": "maintained", |
| 826 | + "language": "python", |
| 827 | + "summary": "Utility script for plan variance runs." |
| 828 | + }, |
805 | 829 | { |
806 | 830 | "name": "prebuild_images.sh", |
807 | 831 | "path": "scripts/prebuild_images.sh", |
|
1090 | 1114 | "language": "python", |
1091 | 1115 | "summary": "Syncs generated root/local `AGENTS.md` and `CLAUDE.md` files from canonical sources in `docs/ops/`." |
1092 | 1116 | }, |
| 1117 | + { |
| 1118 | + "name": "sync_oracle_files.py", |
| 1119 | + "path": "scripts/sync_oracle_files.py", |
| 1120 | + "category": "infra_mirrors", |
| 1121 | + "status": "maintained", |
| 1122 | + "language": "python", |
| 1123 | + "summary": "Infrastructure or mirror management script for sync oracle files." |
| 1124 | + }, |
1093 | 1125 | { |
1094 | 1126 | "name": "sync_pytorch_verifiers.sh", |
1095 | 1127 | "path": "scripts/sync_pytorch_verifiers.sh", |
|
1200 | 1232 | "core_operations": 13, |
1201 | 1233 | "data_management": 10, |
1202 | 1234 | "generation": 6, |
1203 | | - "infra_mirrors": 17, |
| 1235 | + "infra_mirrors": 18, |
1204 | 1236 | "library_helpers": 7, |
1205 | | - "migration": 3, |
1206 | | - "misc": 43, |
| 1237 | + "migration": 4, |
| 1238 | + "misc": 45, |
1207 | 1239 | "qa_quality": 10, |
1208 | 1240 | "submission_reporting": 7, |
1209 | 1241 | "task_creation_selection": 12, |
|
0 commit comments