cy0307 commited on
Commit
59a9935
·
verified ·
1 Parent(s): 97d952a

Add files using upload-large-folder tool

Browse files
Files changed (45) hide show
  1. FIGURE_INDEX.md +1 -1
  2. PROJECT_README.md +9 -4
  3. README.de.md +2 -2
  4. README.es.md +2 -2
  5. README.fr.md +2 -2
  6. README.ja.md +2 -2
  7. README.ko.md +2 -2
  8. README.md +9 -4
  9. README.pt.md +2 -2
  10. README.zh.md +2 -2
  11. assets/charts/task_direction_pipeline_relationship.prompt.md +19 -16
  12. data/figure_index.json +5 -5
  13. data/mirror_parity.json +185 -185
  14. data/public_surface_qa.json +7 -7
  15. data/publication_audit.json +1 -1
  16. data/scope_claims_audit.json +1 -1
  17. data/source_alignment_audit.json +1 -1
  18. data/task_surface_integrity.json +1 -1
  19. data/website_integrity.json +9 -9
  20. docs/assets/charts/task_direction_pipeline_relationship.prompt.md +19 -16
  21. docs/data/artifact_index.json +12 -12
  22. docs/data/figure_index.json +5 -5
  23. docs/data/mirror_parity.json +185 -185
  24. docs/data/public_surface_qa.json +7 -7
  25. docs/data/publication_audit.json +1 -1
  26. docs/data/quality_gates.json +1 -1
  27. docs/data/scope_claims_audit.json +1 -1
  28. docs/data/source_alignment_audit.json +1 -1
  29. docs/data/task_surface_integrity.json +1 -1
  30. docs/data/website_integrity.json +9 -9
  31. docs/index.html +48 -17
  32. index.html +48 -17
  33. metrics/artifact_index.json +12 -12
  34. metrics/figure_index.json +5 -5
  35. metrics/mirror_parity.json +185 -185
  36. metrics/public_surface_qa.json +7 -7
  37. metrics/publication_audit.json +1 -1
  38. metrics/quality_gates.json +1 -1
  39. metrics/scope_claims_audit.json +1 -1
  40. metrics/source_alignment_audit.json +1 -1
  41. metrics/task_surface_integrity.json +1 -1
  42. metrics/website_integrity.json +9 -9
  43. scripts/build_figure_index.py +2 -2
  44. scripts/build_multilingual_public_readmes.py +23 -18
  45. scripts/verify_live_publication.py +2 -2
FIGURE_INDEX.md CHANGED
@@ -17,7 +17,7 @@ Public figures, diagrams, charts, and derived modality thumbnails. Raw Xperience
17
  | Original task-suite infographic | `docs/assets/task_suite_infographic.png` | 1800 x 5000 | `scripts/render_task_suite_infographic.py` | Primary visual map of the walkthrough-backed task families, verified metrics, and sample modalities; the unified public suite is documented as 20 tasks. |
18
  | Episode-to-task pipeline diagram | `docs/assets/pipeline_diagram.png` | 1800 x 1120 | `scripts/generate_visualizations.py` | End-to-end data processing and evaluation pipeline overview. |
19
  | Qwen3-Omni LoRA training pipeline | `docs/assets/qwen3_omni_lora_pipeline.png` | 1536 x 1024 | `docs/assets/qwen3_omni_lora_pipeline.prompt.md` | Detailed raw-data-to-adapter flow for staged Xperience-10M Qwen3-Omni LoRA training. |
20
- | 20-task / 4-direction / 3-pipeline relationship map | `docs/assets/charts/task_direction_pipeline_relationship.png` | 1672 x 941 | `docs/assets/charts/task_direction_pipeline_relationship.prompt.md` | Overview map showing the exact 20 task tiles, four research-direction groups, and three foundation-pipeline columns used by the public reader flow. |
21
  | Spatial intelligence slide diagram | `docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png` | 2560 x 1920 | `scripts/render_foundation_pipeline_diagrams.py` | High-resolution slide diagram for the spatial intelligence pipeline track. |
22
  | Human-video world model slide diagram | `docs/assets/foundation-pipelines/human-video-world-model-pipeline.png` | 2560 x 1920 | `scripts/render_foundation_pipeline_diagrams.py` | High-resolution slide diagram for the human-video world-model pipeline track. |
23
  | Vision-language-action slide diagram | `docs/assets/foundation-pipelines/vision-language-action-pipeline.png` | 2560 x 1920 | `scripts/render_foundation_pipeline_diagrams.py` | High-resolution slide diagram for the VLA/action-policy pipeline track. |
 
17
  | Original task-suite infographic | `docs/assets/task_suite_infographic.png` | 1800 x 5000 | `scripts/render_task_suite_infographic.py` | Primary visual map of the walkthrough-backed task families, verified metrics, and sample modalities; the unified public suite is documented as 20 tasks. |
18
  | Episode-to-task pipeline diagram | `docs/assets/pipeline_diagram.png` | 1800 x 1120 | `scripts/generate_visualizations.py` | End-to-end data processing and evaluation pipeline overview. |
19
  | Qwen3-Omni LoRA training pipeline | `docs/assets/qwen3_omni_lora_pipeline.png` | 1536 x 1024 | `docs/assets/qwen3_omni_lora_pipeline.prompt.md` | Detailed raw-data-to-adapter flow for staged Xperience-10M Qwen3-Omni LoRA training. |
20
+ | 20-task / 4-direction / 3-pipeline / unified-model relationship map | `docs/assets/charts/task_direction_pipeline_relationship.png` | 1672 x 941 | `docs/assets/charts/task_direction_pipeline_relationship.prompt.md` | Overview map showing the exact 20 task tiles, four research-direction groups, three foundation-pipeline columns, and the unified embodied model target used by the public reader flow. |
21
  | Spatial intelligence slide diagram | `docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png` | 2560 x 1920 | `scripts/render_foundation_pipeline_diagrams.py` | High-resolution slide diagram for the spatial intelligence pipeline track. |
22
  | Human-video world model slide diagram | `docs/assets/foundation-pipelines/human-video-world-model-pipeline.png` | 2560 x 1920 | `scripts/render_foundation_pipeline_diagrams.py` | High-resolution slide diagram for the human-video world-model pipeline track. |
23
  | Vision-language-action slide diagram | `docs/assets/foundation-pipelines/vision-language-action-pipeline.png` | 2560 x 1920 | `scripts/render_foundation_pipeline_diagrams.py` | High-resolution slide diagram for the VLA/action-policy pipeline track. |
PROJECT_README.md CHANGED
@@ -106,6 +106,10 @@ The multilingual README files are reader guides. The canonical technical evidenc
106
  <td><strong>3 foundation pipelines</strong></td>
107
  <td>Spatial intelligence, human-video world modeling, and vision-language-action pipelines are documented as training recipes with task mappings, input-output contracts, and model-evidence requirements.</td>
108
  </tr>
 
 
 
 
109
  <tr>
110
  <td><strong>Public mirrors</strong></td>
111
  <td>GitHub, GitHub Pages, HF Space, HF artifact dataset, HF baseline model repo, Qwen3-Omni and Cosmos3 model repos, and HF collection.</td>
@@ -113,14 +117,14 @@ The multilingual README files are reader guides. The canonical technical evidenc
113
  </tbody>
114
  </table>
115
 
116
- ## Public Structure: 20 Tasks / 4 Directions / 3 Pipelines
117
 
118
- Read the project as three layers. The **20 tasks** are the scored benchmark contracts. The **4 directions** are reader-facing research groupings over those same tasks. The **3 foundation pipelines** are training recipes that reuse the same modalities, windows, and task targets. Use them in that order when reading the project.
119
 
120
- Reader rule: if it has a metric, it is a **task**; if it explains what the evidence studies, it is a **direction**; if it describes model inputs and training targets, it is a **pipeline**.
121
 
122
  <p align="center">
123
- <img src="docs/assets/charts/task_direction_pipeline_relationship.png" alt="Relationship map showing 20 task contracts, 4 research directions, and 3 foundation-model pipeline tracks" width="100%">
124
  </p>
125
 
126
  | Layer | Count | Reader role | Exact public labels |
@@ -128,6 +132,7 @@ Reader rule: if it has a metric, it is a **task**; if it explains what the evide
128
  | Task contracts | 20 | Score axes used by the matrix, radars, task cards, and method rows. | Action Recognition; Procedure Step Recognition; Action Boundary Detection; Next-Action Prediction; Hand Trajectory Forecasting; Contact State Prediction; Object Relevance Prediction; Language Grounding; Cross-Modal Retrieval; Cross-Modal Reconstruction; Temporal Order Verification; Multimodal Synchronization Detection; Long-Horizon Next-Action Forecasting; Long-Horizon Next-Subtask Forecasting; Interaction Text Prediction; Action-Object Relation Prediction; Future Object-Set Forecasting; IMU-to-Hand Pose Reconstruction; Camera-View Synchronization Retrieval; Time-to-Next-Transition Regression. |
129
  | Research directions | 4 | Ways to interpret what the 20 tasks study; not separate benchmark tiers. | Human Modeling & Motion Understanding; 3D/4D Reconstruction & Neural Rendering; Egocentric Vision & Interaction; Scene Reconstruction & World Modeling. |
130
  | Foundation pipelines | 3 | Larger-model training tracks with separate input-output recipes and result gates. | Spatial intelligence models; Human-video world models; Vision-language-action models. |
 
131
 
132
  ## Two Evidence Lines
133
 
 
106
  <td><strong>3 foundation pipelines</strong></td>
107
  <td>Spatial intelligence, human-video world modeling, and vision-language-action pipelines are documented as training recipes with task mappings, input-output contracts, and model-evidence requirements.</td>
108
  </tr>
109
+ <tr>
110
+ <td><strong>1 unified target</strong></td>
111
+ <td>The long-term embodied foundation-model target connects perception, 3D memory, language-grounded reasoning, action, and planning without adding a new score axis.</td>
112
+ </tr>
113
  <tr>
114
  <td><strong>Public mirrors</strong></td>
115
  <td>GitHub, GitHub Pages, HF Space, HF artifact dataset, HF baseline model repo, Qwen3-Omni and Cosmos3 model repos, and HF collection.</td>
 
117
  </tbody>
118
  </table>
119
 
120
+ ## Public Structure: 20 Tasks / 4 Directions / 3 Pipelines / 1 Unified Target
121
 
122
+ Read the project as four connected layers. The **20 tasks** are the scored benchmark contracts. The **4 directions** are reader-facing research groupings over those same tasks. The **3 foundation pipelines** are training recipes that reuse the same modalities, windows, and task targets. The **1 unified embodied model target** is the long-term integration goal after those pipelines mature. Use them in that order when reading the project.
123
 
124
+ Reader rule: if it has a metric, it is a **task**; if it explains what the evidence studies, it is a **direction**; if it describes model inputs and training targets, it is a **pipeline**; if it combines perception, 3D memory, language, action, and planning, it is the **unified target** rather than an extra score axis.
125
 
126
  <p align="center">
127
+ <img src="docs/assets/charts/task_direction_pipeline_relationship.png" alt="Relationship map showing 20 task contracts, 4 research directions, 3 foundation-model pipeline tracks, and 1 unified embodied model target" width="100%">
128
  </p>
129
 
130
  | Layer | Count | Reader role | Exact public labels |
 
132
  | Task contracts | 20 | Score axes used by the matrix, radars, task cards, and method rows. | Action Recognition; Procedure Step Recognition; Action Boundary Detection; Next-Action Prediction; Hand Trajectory Forecasting; Contact State Prediction; Object Relevance Prediction; Language Grounding; Cross-Modal Retrieval; Cross-Modal Reconstruction; Temporal Order Verification; Multimodal Synchronization Detection; Long-Horizon Next-Action Forecasting; Long-Horizon Next-Subtask Forecasting; Interaction Text Prediction; Action-Object Relation Prediction; Future Object-Set Forecasting; IMU-to-Hand Pose Reconstruction; Camera-View Synchronization Retrieval; Time-to-Next-Transition Regression. |
133
  | Research directions | 4 | Ways to interpret what the 20 tasks study; not separate benchmark tiers. | Human Modeling & Motion Understanding; 3D/4D Reconstruction & Neural Rendering; Egocentric Vision & Interaction; Scene Reconstruction & World Modeling. |
134
  | Foundation pipelines | 3 | Larger-model training tracks with separate input-output recipes and result gates. | Spatial intelligence models; Human-video world models; Vision-language-action models. |
135
+ | Unified embodied model target | 1 | Long-term integration target, not a task/method row in the 180-result matrix. | Perception; 3D memory; language-grounded reasoning; action; planning. |
136
 
137
  ## Two Evidence Lines
138
 
README.de.md CHANGED
@@ -69,11 +69,11 @@ Einstieg: [Leitfaden zu zwei Evidenzlinien](TWO_EVIDENCE_LINES.md), [Daten der z
69
 
70
  ## Struktur
71
 
72
- - Leseregel: Hat es eine Metrik, gehört es zu den 20 Aufgaben; erklärt es, was die Evidenz untersucht, gehört es zu den 4 research directions; beschreibt es Trainings-Inputs und Targets, gehört es zu den 3 foundation pipelines.
73
  - Daten: 20-Frame-Fenster über Video, Audio, Tiefe, Pose/SLAM, Mocap, IMU, Kalibrierung und Sprachannotation.
74
  - Aufgaben: 20 Verträge für Erkennung, Vorhersage, Retrieval, Rekonstruktion, Ordnung, Synchronisierung, Langhorizont-Prognose, Aktion-Objekt-Bindung und Sensor-Brücken.
75
  - Ergebnisse: Single-Episode minimal/NN decken 20/20 ab; 128-Episode-Zweige trennen Metadata, Raw Features, Qwen3 und Cosmos; die öffentliche Matrix steht bei 180/180 gescorten Einträgen: 174 direct und 6 compact proxy, mit sichtbaren Proxy-Targets.
76
- - Richtungen: spatial intelligence, human-video world model und vision-language-action sind mit Aufgaben und Evidenzanforderungen dokumentiert.
77
 
78
  ## Öffentliche Grenze
79
 
 
69
 
70
  ## Struktur
71
 
72
+ - Leseregel: Hat es eine Metrik, gehört es zu den 20 Aufgaben; erklärt es, was die Evidenz untersucht, gehört es zu den 4 research directions; beschreibt es Trainings-Inputs und Targets, gehört es zu den 3 foundation pipelines; verbindet es Wahrnehmung, 3D-Gedächtnis, Sprache, Aktion und Planung, ist es das unified embodied model target, keine zusätzliche Score-Achse.
73
  - Daten: 20-Frame-Fenster über Video, Audio, Tiefe, Pose/SLAM, Mocap, IMU, Kalibrierung und Sprachannotation.
74
  - Aufgaben: 20 Verträge für Erkennung, Vorhersage, Retrieval, Rekonstruktion, Ordnung, Synchronisierung, Langhorizont-Prognose, Aktion-Objekt-Bindung und Sensor-Brücken.
75
  - Ergebnisse: Single-Episode minimal/NN decken 20/20 ab; 128-Episode-Zweige trennen Metadata, Raw Features, Qwen3 und Cosmos; die öffentliche Matrix steht bei 180/180 gescorten Einträgen: 174 direct und 6 compact proxy, mit sichtbaren Proxy-Targets.
76
+ - Richtungen: spatial intelligence, human-video world model und vision-language-action sind mit Aufgaben und Evidenzanforderungen dokumentiert; das langfristige Ziel ist ein unified embodied foundation model.
77
 
78
  ## Öffentliche Grenze
79
 
README.es.md CHANGED
@@ -69,11 +69,11 @@ Entradas: [guia de dos lineas de evidencia](TWO_EVIDENCE_LINES.md), [datos de do
69
 
70
  ## Estructura
71
 
72
- - Regla de lectura: si tiene una métrica, es una tarea de las 20; si explica qué estudia la evidencia, es una de las 4 research directions; si define inputs/outputs de entrenamiento, es una de las 3 foundation pipelines.
73
  - Datos: ventanas de 20 frames con video, audio, profundidad, pose/SLAM, mocap, IMU, calibración y lenguaje.
74
  - Tareas: 20 contratos para reconocimiento, predicción, recuperación, reconstrucción, sincronización, horizonte largo, relación acción-objeto y puentes de sensores.
75
  - Resultados: minimal/NN de un episodio cubren 20/20; las ramas de 128 episodios separan metadata, raw features, Qwen3 y Cosmos; la matriz pública está en 180/180 registros con score: 174 direct y 6 compact proxy, con proxy targets visibles.
76
- - Direcciones: spatial intelligence, human-video world model y vision-language-action tienen mapeo de tareas y requisitos de evidencia.
77
 
78
  ## Límite Público
79
 
 
69
 
70
  ## Estructura
71
 
72
+ - Regla de lectura: si tiene una métrica, es una tarea de las 20; si explica qué estudia la evidencia, es una de las 4 research directions; si define inputs/outputs de entrenamiento, es una de las 3 foundation pipelines; si combina percepción, memoria 3D, lenguaje, acción y planificación, es el unified embodied model target, no otro eje de score.
73
  - Datos: ventanas de 20 frames con video, audio, profundidad, pose/SLAM, mocap, IMU, calibración y lenguaje.
74
  - Tareas: 20 contratos para reconocimiento, predicción, recuperación, reconstrucción, sincronización, horizonte largo, relación acción-objeto y puentes de sensores.
75
  - Resultados: minimal/NN de un episodio cubren 20/20; las ramas de 128 episodios separan metadata, raw features, Qwen3 y Cosmos; la matriz pública está en 180/180 registros con score: 174 direct y 6 compact proxy, con proxy targets visibles.
76
+ - Direcciones: spatial intelligence, human-video world model y vision-language-action tienen mapeo de tareas y requisitos de evidencia; el objetivo largo plazo es un unified embodied foundation model.
77
 
78
  ## Límite Público
79
 
README.fr.md CHANGED
@@ -69,11 +69,11 @@ Entrées : [guide des deux lignes de preuve](TWO_EVIDENCE_LINES.md), [données d
69
 
70
  ## Structure
71
 
72
- - Règle de lecture : avec une métrique, c'est l'une des 20 tâches; si cela explique ce que les preuves étudient, c'est l'une des 4 research directions; si cela définit des inputs/outputs d'entraînement, c'est l'une des 3 foundation pipelines.
73
  - Données : fenêtres de 20 frames reliant vidéo, audio, profondeur, pose/SLAM, mocap, IMU, calibration et annotations de langage.
74
  - Tâches : 20 contrats couvrant reconnaissance, prévision, retrieval, reconstruction, ordre, synchronisation, horizon long, relations action-objet et sensor bridge.
75
  - Résultats : minimal/NN sur l'épisode public couvrent 20/20; la ligne 128 épisodes sépare metadata, raw features, Qwen3-Omni et Cosmos3; la matrice publique atteint 180/180 enregistrements scorés: 174 direct et 6 compact proxy, avec proxy targets visibles.
76
- - Directions : spatial intelligence, human-video world model et vision-language-action sont documentés avec tâches et preuves nécessaires.
77
 
78
  ## Frontière Publique
79
 
 
69
 
70
  ## Structure
71
 
72
+ - Règle de lecture : avec une métrique, c'est l'une des 20 tâches; si cela explique ce que les preuves étudient, c'est l'une des 4 research directions; si cela définit des inputs/outputs d'entraînement, c'est l'une des 3 foundation pipelines; si cela combine perception, mémoire 3D, langage, action et planification, c'est la cible unified embodied model, pas un nouvel axe de score.
73
  - Données : fenêtres de 20 frames reliant vidéo, audio, profondeur, pose/SLAM, mocap, IMU, calibration et annotations de langage.
74
  - Tâches : 20 contrats couvrant reconnaissance, prévision, retrieval, reconstruction, ordre, synchronisation, horizon long, relations action-objet et sensor bridge.
75
  - Résultats : minimal/NN sur l'épisode public couvrent 20/20; la ligne 128 épisodes sépare metadata, raw features, Qwen3-Omni et Cosmos3; la matrice publique atteint 180/180 enregistrements scorés: 174 direct et 6 compact proxy, avec proxy targets visibles.
76
+ - Directions : spatial intelligence, human-video world model et vision-language-action sont documentés avec tâches et preuves nécessaires; l'objectif à long terme est un unified embodied foundation model.
77
 
78
  ## Frontière Publique
79
 
README.ja.md CHANGED
@@ -69,11 +69,11 @@ Method blocks: Line 1 は task-head baselines(Minimal、Neural MLP)。Line 2
69
 
70
  ## 構造
71
 
72
- - 読み方のルール: metric があるものは 20 tasks、evidence が何を調べるかを説明するものは 4 research directions、training input/output を定義するものは 3 foundation pipelines です。
73
  - データ: 20-frame window が video、audio、depth、pose/SLAM、mocap、IMU、calibration、language annotation を結びます。
74
  - タスク: 認識、予測、retrieval、reconstruction、order、sync、long-horizon、action-object、sensor bridge など 20 契約。
75
  - 結果: single-episode minimal/NN は 20/20。128-episode 側は metadata、raw feature、Qwen3、Cosmos を証拠タイプ別に分けます。公開 matrix は 180/180 scored records で、174 direct と 6 compact proxy を分離し、proxy targets は明示します。
76
- - 方向: spatial intelligence、human-video world model、vision-language-action に対して、タスク対応と必要証拠を記録しています。
77
 
78
  ## 公開境界
79
 
 
69
 
70
  ## 構造
71
 
72
+ - 読み方のルール: metric があるものは 20 tasks、evidence が何を調べるかを説明するものは 4 research directions、training input/output を定義するものは 3 foundation pipelines です。perception、3D memory、language reasoning、action、planning を統合するものは unified embodied model target であり、新しい score axis ではありません。
73
  - データ: 20-frame window が video、audio、depth、pose/SLAM、mocap、IMU、calibration、language annotation を結びます。
74
  - タスク: 認識、予測、retrieval、reconstruction、order、sync、long-horizon、action-object、sensor bridge など 20 契約。
75
  - 結果: single-episode minimal/NN は 20/20。128-episode 側は metadata、raw feature、Qwen3、Cosmos を証拠タイプ別に分けます。公開 matrix は 180/180 scored records で、174 direct と 6 compact proxy を分離し、proxy targets は明示します。
76
+ - 方向: spatial intelligence、human-video world model、vision-language-action に対して、タスク対応と必要証拠を記録しています。長期目標は unified embodied foundation model です。
77
 
78
  ## 公開境界
79
 
README.ko.md CHANGED
@@ -69,11 +69,11 @@
69
 
70
  ## 구조
71
 
72
- - 읽기 규칙: metric이 있으면 20개 task layer이고, evidence가 무엇을 연구하는지 설명하면 4개 research direction layer이며, model input/output과 training target을 설명하면 3개 foundation pipeline layer입니다.
73
  - 데이터: 20-frame window가 video, audio, depth, pose/SLAM, mocap, IMU, calibration, language annotation을 연결합니다.
74
  - 과제: 인식, 예측, retrieval, reconstruction, order, sync, long-horizon, action-object binding, sensor bridge 등 20개 계약.
75
  - 결과: single-episode minimal/NN은 20/20; 128-episode 레이어는 metadata, raw feature, Qwen3, Cosmos를 증거 유형별로 분리합니다. 공개 matrix는 180/180 scored records이며 174 direct와 6 compact proxy를 분리하고 proxy targets를 명시합니다.
76
- - 방향: spatial intelligence, human-video world model, vision-language-action에 대해 과제 매핑과 필요한 증거를 기록합니다.
77
 
78
  ## 공개 경계
79
 
 
69
 
70
  ## 구조
71
 
72
+ - 읽기 규칙: metric이 있으면 20개 task layer이고, evidence가 무엇을 연구하는지 설명하면 4개 research direction layer이며, model input/output과 training target을 설명하면 3개 foundation pipeline layer입니다. perception, 3D memory, language reasoning, action, planning을 합치는 것은 unified embodied model target이며 새 score axis가 아닙니다.
73
  - 데이터: 20-frame window가 video, audio, depth, pose/SLAM, mocap, IMU, calibration, language annotation을 연결합니다.
74
  - 과제: 인식, 예측, retrieval, reconstruction, order, sync, long-horizon, action-object binding, sensor bridge 등 20개 계약.
75
  - 결과: single-episode minimal/NN은 20/20; 128-episode 레이어는 metadata, raw feature, Qwen3, Cosmos를 증거 유형별로 분리합니다. 공개 matrix는 180/180 scored records이며 174 direct와 6 compact proxy를 분리하고 proxy targets를 명시합니다.
76
+ - 방향: spatial intelligence, human-video world model, vision-language-action에 대해 과제 매핑과 필요한 증거를 기록합니다. 장기 목표는 unified embodied foundation model입니다.
77
 
78
  ## 공개 경계
79
 
README.md CHANGED
@@ -128,6 +128,10 @@ The multilingual README files are reader guides. The canonical technical evidenc
128
  <td><strong>3 foundation pipelines</strong></td>
129
  <td>Spatial intelligence, human-video world modeling, and vision-language-action pipelines are documented as training recipes with task mappings, input-output contracts, and model-evidence requirements.</td>
130
  </tr>
 
 
 
 
131
  <tr>
132
  <td><strong>Public mirrors</strong></td>
133
  <td>GitHub, GitHub Pages, HF Space, HF artifact dataset, HF baseline model repo, Qwen3-Omni and Cosmos3 model repos, and HF collection.</td>
@@ -135,14 +139,14 @@ The multilingual README files are reader guides. The canonical technical evidenc
135
  </tbody>
136
  </table>
137
 
138
- ## Public Structure: 20 Tasks / 4 Directions / 3 Pipelines
139
 
140
- Read the project as three layers. The **20 tasks** are the scored benchmark contracts. The **4 directions** are reader-facing research groupings over those same tasks. The **3 foundation pipelines** are training recipes that reuse the same modalities, windows, and task targets. Use them in that order when reading the project.
141
 
142
- Reader rule: if it has a metric, it is a **task**; if it explains what the evidence studies, it is a **direction**; if it describes model inputs and training targets, it is a **pipeline**.
143
 
144
  <p align="center">
145
- <img src="docs/assets/charts/task_direction_pipeline_relationship.png" alt="Relationship map showing 20 task contracts, 4 research directions, and 3 foundation-model pipeline tracks" width="100%">
146
  </p>
147
 
148
  | Layer | Count | Reader role | Exact public labels |
@@ -150,6 +154,7 @@ Reader rule: if it has a metric, it is a **task**; if it explains what the evide
150
  | Task contracts | 20 | Score axes used by the matrix, radars, task cards, and method rows. | Action Recognition; Procedure Step Recognition; Action Boundary Detection; Next-Action Prediction; Hand Trajectory Forecasting; Contact State Prediction; Object Relevance Prediction; Language Grounding; Cross-Modal Retrieval; Cross-Modal Reconstruction; Temporal Order Verification; Multimodal Synchronization Detection; Long-Horizon Next-Action Forecasting; Long-Horizon Next-Subtask Forecasting; Interaction Text Prediction; Action-Object Relation Prediction; Future Object-Set Forecasting; IMU-to-Hand Pose Reconstruction; Camera-View Synchronization Retrieval; Time-to-Next-Transition Regression. |
151
  | Research directions | 4 | Ways to interpret what the 20 tasks study; not separate benchmark tiers. | Human Modeling & Motion Understanding; 3D/4D Reconstruction & Neural Rendering; Egocentric Vision & Interaction; Scene Reconstruction & World Modeling. |
152
  | Foundation pipelines | 3 | Larger-model training tracks with separate input-output recipes and result gates. | Spatial intelligence models; Human-video world models; Vision-language-action models. |
 
153
 
154
  ## Two Evidence Lines
155
 
 
128
  <td><strong>3 foundation pipelines</strong></td>
129
  <td>Spatial intelligence, human-video world modeling, and vision-language-action pipelines are documented as training recipes with task mappings, input-output contracts, and model-evidence requirements.</td>
130
  </tr>
131
+ <tr>
132
+ <td><strong>1 unified target</strong></td>
133
+ <td>The long-term embodied foundation-model target connects perception, 3D memory, language-grounded reasoning, action, and planning without adding a new score axis.</td>
134
+ </tr>
135
  <tr>
136
  <td><strong>Public mirrors</strong></td>
137
  <td>GitHub, GitHub Pages, HF Space, HF artifact dataset, HF baseline model repo, Qwen3-Omni and Cosmos3 model repos, and HF collection.</td>
 
139
  </tbody>
140
  </table>
141
 
142
+ ## Public Structure: 20 Tasks / 4 Directions / 3 Pipelines / 1 Unified Target
143
 
144
+ Read the project as four connected layers. The **20 tasks** are the scored benchmark contracts. The **4 directions** are reader-facing research groupings over those same tasks. The **3 foundation pipelines** are training recipes that reuse the same modalities, windows, and task targets. The **1 unified embodied model target** is the long-term integration goal after those pipelines mature. Use them in that order when reading the project.
145
 
146
+ Reader rule: if it has a metric, it is a **task**; if it explains what the evidence studies, it is a **direction**; if it describes model inputs and training targets, it is a **pipeline**; if it combines perception, 3D memory, language, action, and planning, it is the **unified target** rather than an extra score axis.
147
 
148
  <p align="center">
149
+ <img src="docs/assets/charts/task_direction_pipeline_relationship.png" alt="Relationship map showing 20 task contracts, 4 research directions, 3 foundation-model pipeline tracks, and 1 unified embodied model target" width="100%">
150
  </p>
151
 
152
  | Layer | Count | Reader role | Exact public labels |
 
154
  | Task contracts | 20 | Score axes used by the matrix, radars, task cards, and method rows. | Action Recognition; Procedure Step Recognition; Action Boundary Detection; Next-Action Prediction; Hand Trajectory Forecasting; Contact State Prediction; Object Relevance Prediction; Language Grounding; Cross-Modal Retrieval; Cross-Modal Reconstruction; Temporal Order Verification; Multimodal Synchronization Detection; Long-Horizon Next-Action Forecasting; Long-Horizon Next-Subtask Forecasting; Interaction Text Prediction; Action-Object Relation Prediction; Future Object-Set Forecasting; IMU-to-Hand Pose Reconstruction; Camera-View Synchronization Retrieval; Time-to-Next-Transition Regression. |
155
  | Research directions | 4 | Ways to interpret what the 20 tasks study; not separate benchmark tiers. | Human Modeling & Motion Understanding; 3D/4D Reconstruction & Neural Rendering; Egocentric Vision & Interaction; Scene Reconstruction & World Modeling. |
156
  | Foundation pipelines | 3 | Larger-model training tracks with separate input-output recipes and result gates. | Spatial intelligence models; Human-video world models; Vision-language-action models. |
157
+ | Unified embodied model target | 1 | Long-term integration target, not a task/method row in the 180-result matrix. | Perception; 3D memory; language-grounded reasoning; action; planning. |
158
 
159
  ## Two Evidence Lines
160
 
README.pt.md CHANGED
@@ -69,11 +69,11 @@ Entradas: [guia de duas linhas de evidencia](TWO_EVIDENCE_LINES.md), [dados das
69
 
70
  ## Estrutura
71
 
72
- - Regra de leitura: se tem uma métrica, pertence às 20 tarefas; se explica o que a evidência estuda, pertence às 4 research directions; se define inputs/outputs de treino, pertence às 3 foundation pipelines.
73
  - Dados: janelas de 20 frames ligam vídeo, áudio, profundidade, pose/SLAM, mocap, IMU, calibração e anotações de linguagem.
74
  - Tarefas: 20 contratos cobrem reconhecimento, previsão, retrieval, reconstrução, ordem, sincronização, horizonte longo, relação ação-objeto e pontes de sensores.
75
  - Resultados: minimal/NN de um episódio cobrem 20/20; a camada de 128 episódios separa metadata, raw features, Qwen3 e Cosmos; a matriz pública está em 180/180 registros com score: 174 direct e 6 compact proxy, com proxy targets visíveis.
76
- - Direções: spatial intelligence, human-video world model e vision-language-action têm mapeamento de tarefas e requisitos de evidência.
77
 
78
  ## Fronteira Pública
79
 
 
69
 
70
  ## Estrutura
71
 
72
+ - Regra de leitura: se tem uma métrica, pertence às 20 tarefas; se explica o que a evidência estuda, pertence às 4 research directions; se define inputs/outputs de treino, pertence às 3 foundation pipelines; se combina percepção, memória 3D, linguagem, ação e planejamento, pertence ao unified embodied model target, não a um novo eixo de score.
73
  - Dados: janelas de 20 frames ligam vídeo, áudio, profundidade, pose/SLAM, mocap, IMU, calibração e anotações de linguagem.
74
  - Tarefas: 20 contratos cobrem reconhecimento, previsão, retrieval, reconstrução, ordem, sincronização, horizonte longo, relação ação-objeto e pontes de sensores.
75
  - Resultados: minimal/NN de um episódio cobrem 20/20; a camada de 128 episódios separa metadata, raw features, Qwen3 e Cosmos; a matriz pública está em 180/180 registros com score: 174 direct e 6 compact proxy, com proxy targets visíveis.
76
+ - Direções: spatial intelligence, human-video world model e vision-language-action têm mapeamento de tarefas e requisitos de evidência; o objetivo de longo prazo é um unified embodied foundation model.
77
 
78
  ## Fronteira Pública
79
 
README.zh.md CHANGED
@@ -69,11 +69,11 @@
69
 
70
  ## 核心结构
71
 
72
- - 识别规则:有 metric 的是 20 个任务层;解释这些 evidence 研究什么的是 4 个 research directions;描述模型 input/output 和训练目标的是 3 条 foundation pipelines。
73
  - 数据层:公开 sample episode 被切成 20-frame 窗口,并连接视频、音频、深度、pose/SLAM、mocap、IMU、calibration 和语言标注。
74
  - 任务层:20 个统一任务覆盖识别、预测、检索、重建、同步、长时预测、action-object 关系和 sensor bridge。
75
  - 结果层:单 episode minimal/NN 覆盖 20/20;128-episode metadata/raw、Qwen3-Omni v6 LoRA、Cosmos3-Super Reasoner、Cosmos3-Nano Future Window 分开标注;当前公开矩阵为 180/180 scored records,其中 174 direct、6 compact proxy,proxy target 显式保留。
76
- - 训练方向:spatial intelligence、human-video world model、vision-language-action 三条 pipeline 已经有任务映射和需要的证据清单。
77
 
78
  ## 公开边界
79
 
 
69
 
70
  ## 核心结构
71
 
72
+ - 识别规则:有 metric 的是 20 个任务层;解释这些 evidence 研究什么的是 4 个 research directions;描述模型 input/output 和训练目标的是 3 条 foundation pipelines;把感知、3D 记忆、语言推理、action 和 planning 合并起来的是 unified embodied model target,不是新的评分轴
73
  - 数据层:公开 sample episode 被切成 20-frame 窗口,并连接视频、音频、深度、pose/SLAM、mocap、IMU、calibration 和语言标注。
74
  - 任务层:20 个统一任务覆盖识别、预测、检索、重建、同步、长时预测、action-object 关系和 sensor bridge。
75
  - 结果层:单 episode minimal/NN 覆盖 20/20;128-episode metadata/raw、Qwen3-Omni v6 LoRA、Cosmos3-Super Reasoner、Cosmos3-Nano Future Window 分开标注;当前公开矩阵为 180/180 scored records,其中 174 direct、6 compact proxy,proxy target 显式保留。
76
+ - 训练方向:spatial intelligence、human-video world model、vision-language-action 三条 pipeline 已经有任务映射和需要的证据清单;长期目标是一个 unified embodied foundation model
77
 
78
  ## 公开边界
79
 
assets/charts/task_direction_pipeline_relationship.prompt.md CHANGED
@@ -14,13 +14,17 @@ Asset type: high-resolution website figure for Ropedia Xperience-10M.
14
 
15
  Primary request: generate a polished, readable, dark neon Ropedia-style
16
  infographic that clearly explains the current expandable structure:
17
- 20 task contracts -> 4 research directions -> 3 foundation training pipelines.
 
18
 
19
  Critical text accuracy and layout:
20
 
21
- - Make the numbers 20, 4, and 3 unmistakable. Use large section headings:
22
- `20 TASKS`, `4 RESEARCH DIRECTIONS`, `3 FOUNDATION PIPELINES`.
23
- - Add the subtitle: `Current public release, open to expand`.
 
 
 
24
  - Left side: exactly twenty task tiles in a 5 x 4 grid. Use large numbers
25
  `01` through `20` plus simple icons. Keep task labels short and readable:
26
  Action, Step, Boundary, Next Action, Hand Path, Contact, Object, Grounding,
@@ -45,9 +49,13 @@ Critical text accuracy and layout:
45
  - Spatial Intelligence: RGB + depth + pose -> 3D geometry + spatial reasoning
46
  - Human-Video World Model: video + action + motion -> future frame + future action
47
  - Vision-Language-Action: video + language + motion -> robot action chunk
 
 
 
48
  - Draw clean arrows from the 20-task grid into the 4 direction panels, then
49
- arrows into the 3 pipeline cards.
50
- - Add a footer line: `Tasks, directions, and pipelines can expand as new evidence is added.`
 
51
 
52
  Visual style:
53
 
@@ -58,15 +66,10 @@ Visual style:
58
  - No photorealistic presenter, no white page background, no watermark.
59
  - Avoid tiny decorative clutter; prioritize readability at website size.
60
 
61
- ## Post-Processing
62
-
63
- The generated image output was used as the visual base. The top title band was
64
- locally corrected with an exact text overlay to avoid generated-text spelling
65
- drift while preserving the generated diagram content.
66
-
67
  ## Verification
68
 
69
- The committed asset was visually checked after post-processing. The page also
70
- includes an HTML key that lists the exact 20 task names, four canonical research
71
- directions, and three foundation-pipeline tracks, so reader-facing counts do
72
- not depend only on the image.
 
 
14
 
15
  Primary request: generate a polished, readable, dark neon Ropedia-style
16
  infographic that clearly explains the current expandable structure:
17
+ 20 task contracts -> 4 research directions -> 3 foundation training pipelines
18
+ -> 1 unified embodied foundation model target.
19
 
20
  Critical text accuracy and layout:
21
 
22
+ - Use the exact title: `Ropedia Xperience-10M Task Suite`.
23
+ - Make the numbers 20, 4, 3, and 1 unmistakable. Use large section headings:
24
+ `20 TASKS`, `4 RESEARCH DIRECTIONS`, `3 FOUNDATION PIPELINES`,
25
+ and `1 UNIFIED EMBODIED FOUNDATION MODEL`.
26
+ - Add the subtitle:
27
+ `20 tasks -> 4 directions -> 3 pipelines -> 1 unified embodied foundation model, open to expand`.
28
  - Left side: exactly twenty task tiles in a 5 x 4 grid. Use large numbers
29
  `01` through `20` plus simple icons. Keep task labels short and readable:
30
  Action, Step, Boundary, Next Action, Hand Path, Contact, Object, Grounding,
 
49
  - Spatial Intelligence: RGB + depth + pose -> 3D geometry + spatial reasoning
50
  - Human-Video World Model: video + action + motion -> future frame + future action
51
  - Vision-Language-Action: video + language + motion -> robot action chunk
52
+ - Far right: exactly one final synthesis card labeled
53
+ `1 Unified Embodied Foundation Model`. Show it as the convergence target for
54
+ perception, 3D memory, language-grounded reasoning, action, and planning.
55
  - Draw clean arrows from the 20-task grid into the 4 direction panels, then
56
+ arrows into the 3 pipeline cards, then arrows into the unified model target.
57
+ - Add a footer line:
58
+ `Tasks, directions, pipelines, and unified model targets can expand as new evidence is added.`
59
 
60
  Visual style:
61
 
 
66
  - No photorealistic presenter, no white page background, no watermark.
67
  - Avoid tiny decorative clutter; prioritize readability at website size.
68
 
 
 
 
 
 
 
69
  ## Verification
70
 
71
+ The committed asset was visually checked at its native 1672 x 941 resolution.
72
+ The page also includes an HTML key that lists the exact 20 task names, four
73
+ canonical research directions, three foundation-pipeline tracks, and one
74
+ unified embodied foundation-model target, so reader-facing counts do not depend
75
+ only on the image.
data/figure_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Figure Index",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T06:16:03+00:00",
5
  "scope": "Public figures, diagrams, charts, and derived modality thumbnails. Raw Xperience-10M videos, annotations, RRD files, and Qwen weights are excluded.",
6
  "figure_count": 30,
7
  "figures": [
@@ -109,14 +109,14 @@
109
  },
110
  {
111
  "id": "task_direction_pipeline_relationship",
112
- "title": "20-task / 4-direction / 3-pipeline relationship map",
113
  "path": "docs/assets/charts/task_direction_pipeline_relationship.png",
114
- "role": "Overview map showing the exact 20 task tiles, four research-direction groups, and three foundation-pipeline columns used by the public reader flow.",
115
  "source_script": "docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
116
  "surface": "website overview, HF Space, artifact dataset, model card",
117
  "exists": true,
118
- "bytes": 1541517,
119
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0",
120
  "dimensions": {
121
  "format": "PNG",
122
  "width": 1672,
 
1
  {
2
  "title": "Ropedia Xperience-10M Figure Index",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:16:44+00:00",
5
  "scope": "Public figures, diagrams, charts, and derived modality thumbnails. Raw Xperience-10M videos, annotations, RRD files, and Qwen weights are excluded.",
6
  "figure_count": 30,
7
  "figures": [
 
109
  },
110
  {
111
  "id": "task_direction_pipeline_relationship",
112
+ "title": "20-task / 4-direction / 3-pipeline / unified-model relationship map",
113
  "path": "docs/assets/charts/task_direction_pipeline_relationship.png",
114
+ "role": "Overview map showing the exact 20 task tiles, four research-direction groups, three foundation-pipeline columns, and the unified embodied model target used by the public reader flow.",
115
  "source_script": "docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
116
  "surface": "website overview, HF Space, artifact dataset, model card",
117
  "exists": true,
118
+ "bytes": 1795186,
119
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b",
120
  "dimensions": {
121
  "format": "PNG",
122
  "width": 1672,
data/mirror_parity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T06:24:37+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
  "group_count": 1308,
@@ -139,44 +139,44 @@
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
  "bytes": 124477,
142
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
  "bytes": 124477,
149
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
  "bytes": 124477,
155
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
  "bytes": 124477,
161
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
  "bytes": 124477,
167
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
  "bytes": 124477,
173
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
  "bytes": 124477,
179
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
180
  }
181
  },
182
  "failures": []
@@ -334,45 +334,45 @@
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
- "bytes": 20339,
338
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
- "bytes": 20339,
345
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
- "bytes": 20339,
351
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
- "bytes": 20339,
357
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
- "bytes": 20339,
363
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
- "bytes": 20339,
369
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
- "bytes": 20339,
375
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
376
  }
377
  },
378
  "failures": []
@@ -972,44 +972,44 @@
972
  "path": "repo:docs/data/publication_audit.json",
973
  "exists": true,
974
  "bytes": 10940,
975
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
976
  },
977
  "mirrors": {
978
  "hf_space": {
979
  "path": "hf_space:data/publication_audit.json",
980
  "exists": true,
981
  "bytes": 10940,
982
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
983
  },
984
  "hf_artifacts_data": {
985
  "path": "hf_artifacts:data/publication_audit.json",
986
  "exists": true,
987
  "bytes": 10940,
988
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
989
  },
990
  "hf_artifacts": {
991
  "path": "hf_artifacts:docs/data/publication_audit.json",
992
  "exists": true,
993
  "bytes": 10940,
994
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
995
  },
996
  "hf_model_data": {
997
  "path": "hf_model:data/publication_audit.json",
998
  "exists": true,
999
  "bytes": 10940,
1000
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
1001
  },
1002
  "hf_model_docs_data": {
1003
  "path": "hf_model:docs/data/publication_audit.json",
1004
  "exists": true,
1005
  "bytes": 10940,
1006
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
1007
  },
1008
  "hf_model": {
1009
  "path": "hf_model:metrics/publication_audit.json",
1010
  "exists": true,
1011
  "bytes": 10940,
1012
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
1013
  }
1014
  },
1015
  "failures": []
@@ -1021,44 +1021,44 @@
1021
  "path": "repo:docs/data/public_surface_qa.json",
1022
  "exists": true,
1023
  "bytes": 7690,
1024
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1025
  },
1026
  "mirrors": {
1027
  "hf_space": {
1028
  "path": "hf_space:data/public_surface_qa.json",
1029
  "exists": true,
1030
  "bytes": 7690,
1031
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1032
  },
1033
  "hf_artifacts_data": {
1034
  "path": "hf_artifacts:data/public_surface_qa.json",
1035
  "exists": true,
1036
  "bytes": 7690,
1037
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1038
  },
1039
  "hf_artifacts": {
1040
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
1041
  "exists": true,
1042
  "bytes": 7690,
1043
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1044
  },
1045
  "hf_model_data": {
1046
  "path": "hf_model:data/public_surface_qa.json",
1047
  "exists": true,
1048
  "bytes": 7690,
1049
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1050
  },
1051
  "hf_model_docs_data": {
1052
  "path": "hf_model:docs/data/public_surface_qa.json",
1053
  "exists": true,
1054
  "bytes": 7690,
1055
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1056
  },
1057
  "hf_model": {
1058
  "path": "hf_model:metrics/public_surface_qa.json",
1059
  "exists": true,
1060
  "bytes": 7690,
1061
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1062
  }
1063
  },
1064
  "failures": []
@@ -1217,44 +1217,44 @@
1217
  "path": "repo:docs/data/quality_gates.json",
1218
  "exists": true,
1219
  "bytes": 8640,
1220
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1221
  },
1222
  "mirrors": {
1223
  "hf_space": {
1224
  "path": "hf_space:data/quality_gates.json",
1225
  "exists": true,
1226
  "bytes": 8640,
1227
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1228
  },
1229
  "hf_artifacts_data": {
1230
  "path": "hf_artifacts:data/quality_gates.json",
1231
  "exists": true,
1232
  "bytes": 8640,
1233
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1234
  },
1235
  "hf_artifacts": {
1236
  "path": "hf_artifacts:docs/data/quality_gates.json",
1237
  "exists": true,
1238
  "bytes": 8640,
1239
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1240
  },
1241
  "hf_model_data": {
1242
  "path": "hf_model:data/quality_gates.json",
1243
  "exists": true,
1244
  "bytes": 8640,
1245
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1246
  },
1247
  "hf_model_docs_data": {
1248
  "path": "hf_model:docs/data/quality_gates.json",
1249
  "exists": true,
1250
  "bytes": 8640,
1251
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1252
  },
1253
  "hf_model": {
1254
  "path": "hf_model:metrics/quality_gates.json",
1255
  "exists": true,
1256
  "bytes": 8640,
1257
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1258
  }
1259
  },
1260
  "failures": []
@@ -1658,44 +1658,44 @@
1658
  "path": "repo:docs/data/scope_claims_audit.json",
1659
  "exists": true,
1660
  "bytes": 21322,
1661
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1662
  },
1663
  "mirrors": {
1664
  "hf_space": {
1665
  "path": "hf_space:data/scope_claims_audit.json",
1666
  "exists": true,
1667
  "bytes": 21322,
1668
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1669
  },
1670
  "hf_artifacts_data": {
1671
  "path": "hf_artifacts:data/scope_claims_audit.json",
1672
  "exists": true,
1673
  "bytes": 21322,
1674
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1675
  },
1676
  "hf_artifacts": {
1677
  "path": "hf_artifacts:docs/data/scope_claims_audit.json",
1678
  "exists": true,
1679
  "bytes": 21322,
1680
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1681
  },
1682
  "hf_model_data": {
1683
  "path": "hf_model:data/scope_claims_audit.json",
1684
  "exists": true,
1685
  "bytes": 21322,
1686
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1687
  },
1688
  "hf_model_docs_data": {
1689
  "path": "hf_model:docs/data/scope_claims_audit.json",
1690
  "exists": true,
1691
  "bytes": 21322,
1692
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1693
  },
1694
  "hf_model": {
1695
  "path": "hf_model:metrics/scope_claims_audit.json",
1696
  "exists": true,
1697
  "bytes": 21322,
1698
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1699
  }
1700
  },
1701
  "failures": []
@@ -1756,44 +1756,44 @@
1756
  "path": "repo:docs/data/source_alignment_audit.json",
1757
  "exists": true,
1758
  "bytes": 4432,
1759
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/source_alignment_audit.json",
1764
  "exists": true,
1765
  "bytes": 4432,
1766
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/source_alignment_audit.json",
1770
  "exists": true,
1771
  "bytes": 4432,
1772
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1776
  "exists": true,
1777
  "bytes": 4432,
1778
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/source_alignment_audit.json",
1782
  "exists": true,
1783
  "bytes": 4432,
1784
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/source_alignment_audit.json",
1788
  "exists": true,
1789
  "bytes": 4432,
1790
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/source_alignment_audit.json",
1794
  "exists": true,
1795
  "bytes": 4432,
1796
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1797
  }
1798
  },
1799
  "failures": []
@@ -2197,44 +2197,44 @@
2197
  "path": "repo:docs/data/task_surface_integrity.json",
2198
  "exists": true,
2199
  "bytes": 46399,
2200
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/task_surface_integrity.json",
2205
  "exists": true,
2206
  "bytes": 46399,
2207
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/task_surface_integrity.json",
2211
  "exists": true,
2212
  "bytes": 46399,
2213
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
2217
  "exists": true,
2218
  "bytes": 46399,
2219
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/task_surface_integrity.json",
2223
  "exists": true,
2224
  "bytes": 46399,
2225
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/task_surface_integrity.json",
2229
  "exists": true,
2230
  "bytes": 46399,
2231
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/task_surface_integrity.json",
2235
  "exists": true,
2236
  "bytes": 46399,
2237
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2238
  }
2239
  },
2240
  "failures": []
@@ -2589,44 +2589,44 @@
2589
  "path": "repo:docs/data/website_integrity.json",
2590
  "exists": true,
2591
  "bytes": 25144,
2592
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2593
  },
2594
  "mirrors": {
2595
  "hf_space": {
2596
  "path": "hf_space:data/website_integrity.json",
2597
  "exists": true,
2598
  "bytes": 25144,
2599
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2600
  },
2601
  "hf_artifacts_data": {
2602
  "path": "hf_artifacts:data/website_integrity.json",
2603
  "exists": true,
2604
  "bytes": 25144,
2605
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2606
  },
2607
  "hf_artifacts": {
2608
  "path": "hf_artifacts:docs/data/website_integrity.json",
2609
  "exists": true,
2610
  "bytes": 25144,
2611
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2612
  },
2613
  "hf_model_data": {
2614
  "path": "hf_model:data/website_integrity.json",
2615
  "exists": true,
2616
  "bytes": 25144,
2617
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2618
  },
2619
  "hf_model_docs_data": {
2620
  "path": "hf_model:docs/data/website_integrity.json",
2621
  "exists": true,
2622
  "bytes": 25144,
2623
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2624
  },
2625
  "hf_model": {
2626
  "path": "hf_model:metrics/website_integrity.json",
2627
  "exists": true,
2628
  "bytes": 25144,
2629
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2630
  }
2631
  },
2632
  "failures": []
@@ -2994,33 +2994,33 @@
2994
  "local": {
2995
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.png",
2996
  "exists": true,
2997
- "bytes": 1541517,
2998
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
2999
  },
3000
  "mirrors": {
3001
  "hf_space": {
3002
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.png",
3003
  "exists": true,
3004
- "bytes": 1541517,
3005
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3006
  },
3007
  "hf_artifacts_docs": {
3008
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.png",
3009
  "exists": true,
3010
- "bytes": 1541517,
3011
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3012
  },
3013
  "hf_artifacts_card": {
3014
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.png",
3015
  "exists": true,
3016
- "bytes": 1541517,
3017
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3018
  },
3019
  "hf_model": {
3020
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.png",
3021
  "exists": true,
3022
- "bytes": 1541517,
3023
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3024
  }
3025
  },
3026
  "failures": []
@@ -3031,33 +3031,33 @@
3031
  "local": {
3032
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3033
  "exists": true,
3034
- "bytes": 3207,
3035
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3036
  },
3037
  "mirrors": {
3038
  "hf_space": {
3039
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.prompt.md",
3040
  "exists": true,
3041
- "bytes": 3207,
3042
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3043
  },
3044
  "hf_artifacts_docs": {
3045
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3046
  "exists": true,
3047
- "bytes": 3207,
3048
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3049
  },
3050
  "hf_artifacts_card": {
3051
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.prompt.md",
3052
  "exists": true,
3053
- "bytes": 3207,
3054
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3055
  },
3056
  "hf_model": {
3057
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.prompt.md",
3058
  "exists": true,
3059
- "bytes": 3207,
3060
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3061
  }
3062
  },
3063
  "failures": []
@@ -6549,21 +6549,21 @@
6549
  "local": {
6550
  "path": "repo:scripts/build_figure_index.py",
6551
  "exists": true,
6552
- "bytes": 17444,
6553
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
6554
  },
6555
  "mirrors": {
6556
  "hf_artifacts": {
6557
  "path": "hf_artifacts:scripts/build_figure_index.py",
6558
  "exists": true,
6559
- "bytes": 17444,
6560
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
6561
  },
6562
  "hf_model": {
6563
  "path": "hf_model:scripts/build_figure_index.py",
6564
  "exists": true,
6565
- "bytes": 17444,
6566
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
6567
  }
6568
  },
6569
  "failures": []
@@ -6699,21 +6699,21 @@
6699
  "local": {
6700
  "path": "repo:scripts/build_multilingual_public_readmes.py",
6701
  "exists": true,
6702
- "bytes": 56637,
6703
- "sha256": "fffac7c303a750d24ff0ee0c4c0811d70895623e4095c72effcc0b5b7a6d6f6f"
6704
  },
6705
  "mirrors": {
6706
  "hf_artifacts": {
6707
  "path": "hf_artifacts:scripts/build_multilingual_public_readmes.py",
6708
  "exists": true,
6709
- "bytes": 56637,
6710
- "sha256": "fffac7c303a750d24ff0ee0c4c0811d70895623e4095c72effcc0b5b7a6d6f6f"
6711
  },
6712
  "hf_model": {
6713
  "path": "hf_model:scripts/build_multilingual_public_readmes.py",
6714
  "exists": true,
6715
- "bytes": 56637,
6716
- "sha256": "fffac7c303a750d24ff0ee0c4c0811d70895623e4095c72effcc0b5b7a6d6f6f"
6717
  }
6718
  },
6719
  "failures": []
@@ -7099,21 +7099,21 @@
7099
  "local": {
7100
  "path": "repo:scripts/verify_live_publication.py",
7101
  "exists": true,
7102
- "bytes": 69811,
7103
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
7104
  },
7105
  "mirrors": {
7106
  "hf_artifacts": {
7107
  "path": "hf_artifacts:scripts/verify_live_publication.py",
7108
  "exists": true,
7109
- "bytes": 69811,
7110
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
7111
  },
7112
  "hf_model": {
7113
  "path": "hf_model:scripts/verify_live_publication.py",
7114
  "exists": true,
7115
- "bytes": 69811,
7116
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
7117
  }
7118
  },
7119
  "failures": []
@@ -7503,39 +7503,39 @@
7503
  "local": {
7504
  "path": "repo:docs/index.html",
7505
  "exists": true,
7506
- "bytes": 451415,
7507
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7508
  },
7509
  "mirrors": {
7510
  "hf_space": {
7511
  "path": "hf_space:index.html",
7512
  "exists": true,
7513
- "bytes": 451415,
7514
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7515
  },
7516
  "hf_artifacts_root": {
7517
  "path": "hf_artifacts:index.html",
7518
  "exists": true,
7519
- "bytes": 451415,
7520
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7521
  },
7522
  "hf_artifacts_docs": {
7523
  "path": "hf_artifacts:docs/index.html",
7524
  "exists": true,
7525
- "bytes": 451415,
7526
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7527
  },
7528
  "hf_model": {
7529
  "path": "hf_model:index.html",
7530
  "exists": true,
7531
- "bytes": 451415,
7532
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7533
  },
7534
  "hf_model_docs": {
7535
  "path": "hf_model:docs/index.html",
7536
  "exists": true,
7537
- "bytes": 451415,
7538
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7539
  }
7540
  },
7541
  "failures": []
@@ -32254,27 +32254,27 @@
32254
  "local": {
32255
  "path": "repo:README.zh.md",
32256
  "exists": true,
32257
- "bytes": 7335,
32258
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32259
  },
32260
  "mirrors": {
32261
  "hf_space": {
32262
  "path": "hf_space:README.zh.md",
32263
  "exists": true,
32264
- "bytes": 7335,
32265
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32266
  },
32267
  "hf_artifacts": {
32268
  "path": "hf_artifacts:README.zh.md",
32269
  "exists": true,
32270
- "bytes": 7335,
32271
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32272
  },
32273
  "hf_model": {
32274
  "path": "hf_model:README.zh.md",
32275
  "exists": true,
32276
- "bytes": 7335,
32277
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32278
  }
32279
  },
32280
  "failures": []
@@ -32285,27 +32285,27 @@
32285
  "local": {
32286
  "path": "repo:README.es.md",
32287
  "exists": true,
32288
- "bytes": 7557,
32289
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32290
  },
32291
  "mirrors": {
32292
  "hf_space": {
32293
  "path": "hf_space:README.es.md",
32294
  "exists": true,
32295
- "bytes": 7557,
32296
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32297
  },
32298
  "hf_artifacts": {
32299
  "path": "hf_artifacts:README.es.md",
32300
  "exists": true,
32301
- "bytes": 7557,
32302
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32303
  },
32304
  "hf_model": {
32305
  "path": "hf_model:README.es.md",
32306
  "exists": true,
32307
- "bytes": 7557,
32308
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32309
  }
32310
  },
32311
  "failures": []
@@ -32316,27 +32316,27 @@
32316
  "local": {
32317
  "path": "repo:README.fr.md",
32318
  "exists": true,
32319
- "bytes": 7751,
32320
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32321
  },
32322
  "mirrors": {
32323
  "hf_space": {
32324
  "path": "hf_space:README.fr.md",
32325
  "exists": true,
32326
- "bytes": 7751,
32327
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32328
  },
32329
  "hf_artifacts": {
32330
  "path": "hf_artifacts:README.fr.md",
32331
  "exists": true,
32332
- "bytes": 7751,
32333
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32334
  },
32335
  "hf_model": {
32336
  "path": "hf_model:README.fr.md",
32337
  "exists": true,
32338
- "bytes": 7751,
32339
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32340
  }
32341
  },
32342
  "failures": []
@@ -32347,27 +32347,27 @@
32347
  "local": {
32348
  "path": "repo:README.de.md",
32349
  "exists": true,
32350
- "bytes": 7565,
32351
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32352
  },
32353
  "mirrors": {
32354
  "hf_space": {
32355
  "path": "hf_space:README.de.md",
32356
  "exists": true,
32357
- "bytes": 7565,
32358
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32359
  },
32360
  "hf_artifacts": {
32361
  "path": "hf_artifacts:README.de.md",
32362
  "exists": true,
32363
- "bytes": 7565,
32364
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32365
  },
32366
  "hf_model": {
32367
  "path": "hf_model:README.de.md",
32368
  "exists": true,
32369
- "bytes": 7565,
32370
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32371
  }
32372
  },
32373
  "failures": []
@@ -32378,27 +32378,27 @@
32378
  "local": {
32379
  "path": "repo:README.ja.md",
32380
  "exists": true,
32381
- "bytes": 7748,
32382
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32383
  },
32384
  "mirrors": {
32385
  "hf_space": {
32386
  "path": "hf_space:README.ja.md",
32387
  "exists": true,
32388
- "bytes": 7748,
32389
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32390
  },
32391
  "hf_artifacts": {
32392
  "path": "hf_artifacts:README.ja.md",
32393
  "exists": true,
32394
- "bytes": 7748,
32395
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32396
  },
32397
  "hf_model": {
32398
  "path": "hf_model:README.ja.md",
32399
  "exists": true,
32400
- "bytes": 7748,
32401
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32402
  }
32403
  },
32404
  "failures": []
@@ -32409,27 +32409,27 @@
32409
  "local": {
32410
  "path": "repo:README.ko.md",
32411
  "exists": true,
32412
- "bytes": 7537,
32413
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32414
  },
32415
  "mirrors": {
32416
  "hf_space": {
32417
  "path": "hf_space:README.ko.md",
32418
  "exists": true,
32419
- "bytes": 7537,
32420
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32421
  },
32422
  "hf_artifacts": {
32423
  "path": "hf_artifacts:README.ko.md",
32424
  "exists": true,
32425
- "bytes": 7537,
32426
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32427
  },
32428
  "hf_model": {
32429
  "path": "hf_model:README.ko.md",
32430
  "exists": true,
32431
- "bytes": 7537,
32432
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32433
  }
32434
  },
32435
  "failures": []
@@ -32440,27 +32440,27 @@
32440
  "local": {
32441
  "path": "repo:README.pt.md",
32442
  "exists": true,
32443
- "bytes": 7551,
32444
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32445
  },
32446
  "mirrors": {
32447
  "hf_space": {
32448
  "path": "hf_space:README.pt.md",
32449
  "exists": true,
32450
- "bytes": 7551,
32451
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32452
  },
32453
  "hf_artifacts": {
32454
  "path": "hf_artifacts:README.pt.md",
32455
  "exists": true,
32456
- "bytes": 7551,
32457
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32458
  },
32459
  "hf_model": {
32460
  "path": "hf_model:README.pt.md",
32461
  "exists": true,
32462
- "bytes": 7551,
32463
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32464
  }
32465
  },
32466
  "failures": []
@@ -32595,27 +32595,27 @@
32595
  "local": {
32596
  "path": "repo:FIGURE_INDEX.md",
32597
  "exists": true,
32598
- "bytes": 7421,
32599
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32600
  },
32601
  "mirrors": {
32602
  "hf_space": {
32603
  "path": "hf_space:FIGURE_INDEX.md",
32604
  "exists": true,
32605
- "bytes": 7421,
32606
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32607
  },
32608
  "hf_artifacts": {
32609
  "path": "hf_artifacts:FIGURE_INDEX.md",
32610
  "exists": true,
32611
- "bytes": 7421,
32612
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32613
  },
32614
  "hf_model": {
32615
  "path": "hf_model:FIGURE_INDEX.md",
32616
  "exists": true,
32617
- "bytes": 7421,
32618
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32619
  }
32620
  },
32621
  "failures": []
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:44:41+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
  "group_count": 1308,
 
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
  "bytes": 124477,
142
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
  "bytes": 124477,
149
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
  "bytes": 124477,
155
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
  "bytes": 124477,
161
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
  "bytes": 124477,
167
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
  "bytes": 124477,
173
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
  "bytes": 124477,
179
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
180
  }
181
  },
182
  "failures": []
 
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
+ "bytes": 20390,
338
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
+ "bytes": 20390,
345
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
+ "bytes": 20390,
351
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
+ "bytes": 20390,
357
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
+ "bytes": 20390,
363
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
+ "bytes": 20390,
369
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
+ "bytes": 20390,
375
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
376
  }
377
  },
378
  "failures": []
 
972
  "path": "repo:docs/data/publication_audit.json",
973
  "exists": true,
974
  "bytes": 10940,
975
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
976
  },
977
  "mirrors": {
978
  "hf_space": {
979
  "path": "hf_space:data/publication_audit.json",
980
  "exists": true,
981
  "bytes": 10940,
982
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
983
  },
984
  "hf_artifacts_data": {
985
  "path": "hf_artifacts:data/publication_audit.json",
986
  "exists": true,
987
  "bytes": 10940,
988
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
989
  },
990
  "hf_artifacts": {
991
  "path": "hf_artifacts:docs/data/publication_audit.json",
992
  "exists": true,
993
  "bytes": 10940,
994
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
995
  },
996
  "hf_model_data": {
997
  "path": "hf_model:data/publication_audit.json",
998
  "exists": true,
999
  "bytes": 10940,
1000
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
1001
  },
1002
  "hf_model_docs_data": {
1003
  "path": "hf_model:docs/data/publication_audit.json",
1004
  "exists": true,
1005
  "bytes": 10940,
1006
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
1007
  },
1008
  "hf_model": {
1009
  "path": "hf_model:metrics/publication_audit.json",
1010
  "exists": true,
1011
  "bytes": 10940,
1012
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
1013
  }
1014
  },
1015
  "failures": []
 
1021
  "path": "repo:docs/data/public_surface_qa.json",
1022
  "exists": true,
1023
  "bytes": 7690,
1024
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1025
  },
1026
  "mirrors": {
1027
  "hf_space": {
1028
  "path": "hf_space:data/public_surface_qa.json",
1029
  "exists": true,
1030
  "bytes": 7690,
1031
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1032
  },
1033
  "hf_artifacts_data": {
1034
  "path": "hf_artifacts:data/public_surface_qa.json",
1035
  "exists": true,
1036
  "bytes": 7690,
1037
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1038
  },
1039
  "hf_artifacts": {
1040
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
1041
  "exists": true,
1042
  "bytes": 7690,
1043
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1044
  },
1045
  "hf_model_data": {
1046
  "path": "hf_model:data/public_surface_qa.json",
1047
  "exists": true,
1048
  "bytes": 7690,
1049
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1050
  },
1051
  "hf_model_docs_data": {
1052
  "path": "hf_model:docs/data/public_surface_qa.json",
1053
  "exists": true,
1054
  "bytes": 7690,
1055
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1056
  },
1057
  "hf_model": {
1058
  "path": "hf_model:metrics/public_surface_qa.json",
1059
  "exists": true,
1060
  "bytes": 7690,
1061
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1062
  }
1063
  },
1064
  "failures": []
 
1217
  "path": "repo:docs/data/quality_gates.json",
1218
  "exists": true,
1219
  "bytes": 8640,
1220
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1221
  },
1222
  "mirrors": {
1223
  "hf_space": {
1224
  "path": "hf_space:data/quality_gates.json",
1225
  "exists": true,
1226
  "bytes": 8640,
1227
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1228
  },
1229
  "hf_artifacts_data": {
1230
  "path": "hf_artifacts:data/quality_gates.json",
1231
  "exists": true,
1232
  "bytes": 8640,
1233
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1234
  },
1235
  "hf_artifacts": {
1236
  "path": "hf_artifacts:docs/data/quality_gates.json",
1237
  "exists": true,
1238
  "bytes": 8640,
1239
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1240
  },
1241
  "hf_model_data": {
1242
  "path": "hf_model:data/quality_gates.json",
1243
  "exists": true,
1244
  "bytes": 8640,
1245
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1246
  },
1247
  "hf_model_docs_data": {
1248
  "path": "hf_model:docs/data/quality_gates.json",
1249
  "exists": true,
1250
  "bytes": 8640,
1251
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1252
  },
1253
  "hf_model": {
1254
  "path": "hf_model:metrics/quality_gates.json",
1255
  "exists": true,
1256
  "bytes": 8640,
1257
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1258
  }
1259
  },
1260
  "failures": []
 
1658
  "path": "repo:docs/data/scope_claims_audit.json",
1659
  "exists": true,
1660
  "bytes": 21322,
1661
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1662
  },
1663
  "mirrors": {
1664
  "hf_space": {
1665
  "path": "hf_space:data/scope_claims_audit.json",
1666
  "exists": true,
1667
  "bytes": 21322,
1668
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1669
  },
1670
  "hf_artifacts_data": {
1671
  "path": "hf_artifacts:data/scope_claims_audit.json",
1672
  "exists": true,
1673
  "bytes": 21322,
1674
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1675
  },
1676
  "hf_artifacts": {
1677
  "path": "hf_artifacts:docs/data/scope_claims_audit.json",
1678
  "exists": true,
1679
  "bytes": 21322,
1680
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1681
  },
1682
  "hf_model_data": {
1683
  "path": "hf_model:data/scope_claims_audit.json",
1684
  "exists": true,
1685
  "bytes": 21322,
1686
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1687
  },
1688
  "hf_model_docs_data": {
1689
  "path": "hf_model:docs/data/scope_claims_audit.json",
1690
  "exists": true,
1691
  "bytes": 21322,
1692
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1693
  },
1694
  "hf_model": {
1695
  "path": "hf_model:metrics/scope_claims_audit.json",
1696
  "exists": true,
1697
  "bytes": 21322,
1698
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1699
  }
1700
  },
1701
  "failures": []
 
1756
  "path": "repo:docs/data/source_alignment_audit.json",
1757
  "exists": true,
1758
  "bytes": 4432,
1759
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/source_alignment_audit.json",
1764
  "exists": true,
1765
  "bytes": 4432,
1766
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/source_alignment_audit.json",
1770
  "exists": true,
1771
  "bytes": 4432,
1772
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1776
  "exists": true,
1777
  "bytes": 4432,
1778
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/source_alignment_audit.json",
1782
  "exists": true,
1783
  "bytes": 4432,
1784
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/source_alignment_audit.json",
1788
  "exists": true,
1789
  "bytes": 4432,
1790
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/source_alignment_audit.json",
1794
  "exists": true,
1795
  "bytes": 4432,
1796
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1797
  }
1798
  },
1799
  "failures": []
 
2197
  "path": "repo:docs/data/task_surface_integrity.json",
2198
  "exists": true,
2199
  "bytes": 46399,
2200
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/task_surface_integrity.json",
2205
  "exists": true,
2206
  "bytes": 46399,
2207
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/task_surface_integrity.json",
2211
  "exists": true,
2212
  "bytes": 46399,
2213
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
2217
  "exists": true,
2218
  "bytes": 46399,
2219
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/task_surface_integrity.json",
2223
  "exists": true,
2224
  "bytes": 46399,
2225
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/task_surface_integrity.json",
2229
  "exists": true,
2230
  "bytes": 46399,
2231
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/task_surface_integrity.json",
2235
  "exists": true,
2236
  "bytes": 46399,
2237
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2238
  }
2239
  },
2240
  "failures": []
 
2589
  "path": "repo:docs/data/website_integrity.json",
2590
  "exists": true,
2591
  "bytes": 25144,
2592
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2593
  },
2594
  "mirrors": {
2595
  "hf_space": {
2596
  "path": "hf_space:data/website_integrity.json",
2597
  "exists": true,
2598
  "bytes": 25144,
2599
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2600
  },
2601
  "hf_artifacts_data": {
2602
  "path": "hf_artifacts:data/website_integrity.json",
2603
  "exists": true,
2604
  "bytes": 25144,
2605
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2606
  },
2607
  "hf_artifacts": {
2608
  "path": "hf_artifacts:docs/data/website_integrity.json",
2609
  "exists": true,
2610
  "bytes": 25144,
2611
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2612
  },
2613
  "hf_model_data": {
2614
  "path": "hf_model:data/website_integrity.json",
2615
  "exists": true,
2616
  "bytes": 25144,
2617
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2618
  },
2619
  "hf_model_docs_data": {
2620
  "path": "hf_model:docs/data/website_integrity.json",
2621
  "exists": true,
2622
  "bytes": 25144,
2623
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2624
  },
2625
  "hf_model": {
2626
  "path": "hf_model:metrics/website_integrity.json",
2627
  "exists": true,
2628
  "bytes": 25144,
2629
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2630
  }
2631
  },
2632
  "failures": []
 
2994
  "local": {
2995
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.png",
2996
  "exists": true,
2997
+ "bytes": 1795186,
2998
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
2999
  },
3000
  "mirrors": {
3001
  "hf_space": {
3002
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.png",
3003
  "exists": true,
3004
+ "bytes": 1795186,
3005
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3006
  },
3007
  "hf_artifacts_docs": {
3008
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.png",
3009
  "exists": true,
3010
+ "bytes": 1795186,
3011
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3012
  },
3013
  "hf_artifacts_card": {
3014
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.png",
3015
  "exists": true,
3016
+ "bytes": 1795186,
3017
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3018
  },
3019
  "hf_model": {
3020
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.png",
3021
  "exists": true,
3022
+ "bytes": 1795186,
3023
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3024
  }
3025
  },
3026
  "failures": []
 
3031
  "local": {
3032
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3033
  "exists": true,
3034
+ "bytes": 3523,
3035
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3036
  },
3037
  "mirrors": {
3038
  "hf_space": {
3039
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.prompt.md",
3040
  "exists": true,
3041
+ "bytes": 3523,
3042
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3043
  },
3044
  "hf_artifacts_docs": {
3045
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3046
  "exists": true,
3047
+ "bytes": 3523,
3048
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3049
  },
3050
  "hf_artifacts_card": {
3051
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.prompt.md",
3052
  "exists": true,
3053
+ "bytes": 3523,
3054
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3055
  },
3056
  "hf_model": {
3057
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.prompt.md",
3058
  "exists": true,
3059
+ "bytes": 3523,
3060
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3061
  }
3062
  },
3063
  "failures": []
 
6549
  "local": {
6550
  "path": "repo:scripts/build_figure_index.py",
6551
  "exists": true,
6552
+ "bytes": 17495,
6553
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
6554
  },
6555
  "mirrors": {
6556
  "hf_artifacts": {
6557
  "path": "hf_artifacts:scripts/build_figure_index.py",
6558
  "exists": true,
6559
+ "bytes": 17495,
6560
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
6561
  },
6562
  "hf_model": {
6563
  "path": "hf_model:scripts/build_figure_index.py",
6564
  "exists": true,
6565
+ "bytes": 17495,
6566
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
6567
  }
6568
  },
6569
  "failures": []
 
6699
  "local": {
6700
  "path": "repo:scripts/build_multilingual_public_readmes.py",
6701
  "exists": true,
6702
+ "bytes": 58831,
6703
+ "sha256": "0eb03db190aac04f42acf1680a3b2a245e4c721c9149aab1bf61986c34270220"
6704
  },
6705
  "mirrors": {
6706
  "hf_artifacts": {
6707
  "path": "hf_artifacts:scripts/build_multilingual_public_readmes.py",
6708
  "exists": true,
6709
+ "bytes": 58831,
6710
+ "sha256": "0eb03db190aac04f42acf1680a3b2a245e4c721c9149aab1bf61986c34270220"
6711
  },
6712
  "hf_model": {
6713
  "path": "hf_model:scripts/build_multilingual_public_readmes.py",
6714
  "exists": true,
6715
+ "bytes": 58831,
6716
+ "sha256": "0eb03db190aac04f42acf1680a3b2a245e4c721c9149aab1bf61986c34270220"
6717
  }
6718
  },
6719
  "failures": []
 
7099
  "local": {
7100
  "path": "repo:scripts/verify_live_publication.py",
7101
  "exists": true,
7102
+ "bytes": 69839,
7103
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
7104
  },
7105
  "mirrors": {
7106
  "hf_artifacts": {
7107
  "path": "hf_artifacts:scripts/verify_live_publication.py",
7108
  "exists": true,
7109
+ "bytes": 69839,
7110
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
7111
  },
7112
  "hf_model": {
7113
  "path": "hf_model:scripts/verify_live_publication.py",
7114
  "exists": true,
7115
+ "bytes": 69839,
7116
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
7117
  }
7118
  },
7119
  "failures": []
 
7503
  "local": {
7504
  "path": "repo:docs/index.html",
7505
  "exists": true,
7506
+ "bytes": 453514,
7507
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7508
  },
7509
  "mirrors": {
7510
  "hf_space": {
7511
  "path": "hf_space:index.html",
7512
  "exists": true,
7513
+ "bytes": 453514,
7514
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7515
  },
7516
  "hf_artifacts_root": {
7517
  "path": "hf_artifacts:index.html",
7518
  "exists": true,
7519
+ "bytes": 453514,
7520
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7521
  },
7522
  "hf_artifacts_docs": {
7523
  "path": "hf_artifacts:docs/index.html",
7524
  "exists": true,
7525
+ "bytes": 453514,
7526
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7527
  },
7528
  "hf_model": {
7529
  "path": "hf_model:index.html",
7530
  "exists": true,
7531
+ "bytes": 453514,
7532
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7533
  },
7534
  "hf_model_docs": {
7535
  "path": "hf_model:docs/index.html",
7536
  "exists": true,
7537
+ "bytes": 453514,
7538
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7539
  }
7540
  },
7541
  "failures": []
 
32254
  "local": {
32255
  "path": "repo:README.zh.md",
32256
  "exists": true,
32257
+ "bytes": 7527,
32258
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32259
  },
32260
  "mirrors": {
32261
  "hf_space": {
32262
  "path": "hf_space:README.zh.md",
32263
  "exists": true,
32264
+ "bytes": 7527,
32265
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32266
  },
32267
  "hf_artifacts": {
32268
  "path": "hf_artifacts:README.zh.md",
32269
  "exists": true,
32270
+ "bytes": 7527,
32271
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32272
  },
32273
  "hf_model": {
32274
  "path": "hf_model:README.zh.md",
32275
  "exists": true,
32276
+ "bytes": 7527,
32277
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32278
  }
32279
  },
32280
  "failures": []
 
32285
  "local": {
32286
  "path": "repo:README.es.md",
32287
  "exists": true,
32288
+ "bytes": 7753,
32289
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32290
  },
32291
  "mirrors": {
32292
  "hf_space": {
32293
  "path": "hf_space:README.es.md",
32294
  "exists": true,
32295
+ "bytes": 7753,
32296
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32297
  },
32298
  "hf_artifacts": {
32299
  "path": "hf_artifacts:README.es.md",
32300
  "exists": true,
32301
+ "bytes": 7753,
32302
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32303
  },
32304
  "hf_model": {
32305
  "path": "hf_model:README.es.md",
32306
  "exists": true,
32307
+ "bytes": 7753,
32308
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32309
  }
32310
  },
32311
  "failures": []
 
32316
  "local": {
32317
  "path": "repo:README.fr.md",
32318
  "exists": true,
32319
+ "bytes": 7960,
32320
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32321
  },
32322
  "mirrors": {
32323
  "hf_space": {
32324
  "path": "hf_space:README.fr.md",
32325
  "exists": true,
32326
+ "bytes": 7960,
32327
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32328
  },
32329
  "hf_artifacts": {
32330
  "path": "hf_artifacts:README.fr.md",
32331
  "exists": true,
32332
+ "bytes": 7960,
32333
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32334
  },
32335
  "hf_model": {
32336
  "path": "hf_model:README.fr.md",
32337
  "exists": true,
32338
+ "bytes": 7960,
32339
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32340
  }
32341
  },
32342
  "failures": []
 
32347
  "local": {
32348
  "path": "repo:README.de.md",
32349
  "exists": true,
32350
+ "bytes": 7775,
32351
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32352
  },
32353
  "mirrors": {
32354
  "hf_space": {
32355
  "path": "hf_space:README.de.md",
32356
  "exists": true,
32357
+ "bytes": 7775,
32358
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32359
  },
32360
  "hf_artifacts": {
32361
  "path": "hf_artifacts:README.de.md",
32362
  "exists": true,
32363
+ "bytes": 7775,
32364
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32365
  },
32366
  "hf_model": {
32367
  "path": "hf_model:README.de.md",
32368
  "exists": true,
32369
+ "bytes": 7775,
32370
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32371
  }
32372
  },
32373
  "failures": []
 
32378
  "local": {
32379
  "path": "repo:README.ja.md",
32380
  "exists": true,
32381
+ "bytes": 7983,
32382
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32383
  },
32384
  "mirrors": {
32385
  "hf_space": {
32386
  "path": "hf_space:README.ja.md",
32387
  "exists": true,
32388
+ "bytes": 7983,
32389
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32390
  },
32391
  "hf_artifacts": {
32392
  "path": "hf_artifacts:README.ja.md",
32393
  "exists": true,
32394
+ "bytes": 7983,
32395
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32396
  },
32397
  "hf_model": {
32398
  "path": "hf_model:README.ja.md",
32399
  "exists": true,
32400
+ "bytes": 7983,
32401
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32402
  }
32403
  },
32404
  "failures": []
 
32409
  "local": {
32410
  "path": "repo:README.ko.md",
32411
  "exists": true,
32412
+ "bytes": 7746,
32413
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32414
  },
32415
  "mirrors": {
32416
  "hf_space": {
32417
  "path": "hf_space:README.ko.md",
32418
  "exists": true,
32419
+ "bytes": 7746,
32420
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32421
  },
32422
  "hf_artifacts": {
32423
  "path": "hf_artifacts:README.ko.md",
32424
  "exists": true,
32425
+ "bytes": 7746,
32426
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32427
  },
32428
  "hf_model": {
32429
  "path": "hf_model:README.ko.md",
32430
  "exists": true,
32431
+ "bytes": 7746,
32432
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32433
  }
32434
  },
32435
  "failures": []
 
32440
  "local": {
32441
  "path": "repo:README.pt.md",
32442
  "exists": true,
32443
+ "bytes": 7762,
32444
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32445
  },
32446
  "mirrors": {
32447
  "hf_space": {
32448
  "path": "hf_space:README.pt.md",
32449
  "exists": true,
32450
+ "bytes": 7762,
32451
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32452
  },
32453
  "hf_artifacts": {
32454
  "path": "hf_artifacts:README.pt.md",
32455
  "exists": true,
32456
+ "bytes": 7762,
32457
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32458
  },
32459
  "hf_model": {
32460
  "path": "hf_model:README.pt.md",
32461
  "exists": true,
32462
+ "bytes": 7762,
32463
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32464
  }
32465
  },
32466
  "failures": []
 
32595
  "local": {
32596
  "path": "repo:FIGURE_INDEX.md",
32597
  "exists": true,
32598
+ "bytes": 7472,
32599
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32600
  },
32601
  "mirrors": {
32602
  "hf_space": {
32603
  "path": "hf_space:FIGURE_INDEX.md",
32604
  "exists": true,
32605
+ "bytes": 7472,
32606
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32607
  },
32608
  "hf_artifacts": {
32609
  "path": "hf_artifacts:FIGURE_INDEX.md",
32610
  "exists": true,
32611
+ "bytes": 7472,
32612
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32613
  },
32614
  "hf_model": {
32615
  "path": "hf_model:FIGURE_INDEX.md",
32616
  "exists": true,
32617
+ "bytes": 7472,
32618
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32619
  }
32620
  },
32621
  "failures": []
data/public_surface_qa.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T06:25:44+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
@@ -28,17 +28,17 @@
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
- "generated_at_utc": "2026-06-23T04:12:55+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
- "generated_at_utc": "2026-06-23T04:12:55+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
40
  "status": "pass",
41
- "generated_at_utc": "2026-06-22T21:02:07+00:00"
42
  },
43
  "publication_package": {
44
  "exists": true,
@@ -48,7 +48,7 @@
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
- "generated_at_utc": "2026-06-23T06:24:37+00:00"
52
  }
53
  },
54
  "failures": {}
@@ -95,8 +95,8 @@
95
  "status": "pass",
96
  "reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
97
  "marker_counts": {
98
- "Ropedia Xperience-10M Task Suite": 22,
99
- "Xperience-10M": 173,
100
  "20-task": 126,
101
  "Qwen3-Omni": 232,
102
  "128-episode pilot": 1
 
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:26:14+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
 
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
+ "generated_at_utc": "2026-06-23T07:24:36+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
+ "generated_at_utc": "2026-06-23T07:24:36+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
40
  "status": "pass",
41
+ "generated_at_utc": "2026-06-23T07:24:48+00:00"
42
  },
43
  "publication_package": {
44
  "exists": true,
 
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
+ "generated_at_utc": "2026-06-23T06:27:20+00:00"
52
  }
53
  },
54
  "failures": {}
 
95
  "status": "pass",
96
  "reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
97
  "marker_counts": {
98
+ "Ropedia Xperience-10M Task Suite": 23,
99
+ "Xperience-10M": 174,
100
  "20-task": 126,
101
  "Qwen3-Omni": 232,
102
  "128-episode pilot": 1
data/publication_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T06:24:46+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:44:56+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
data/scope_claims_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-22T21:02:07+00:00",
4
  "summary": {
5
  "qwen3_omni_verified_diagnostic_pilot": true,
6
  "dataset_manifest_num_episodes": 119,
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:24:48+00:00",
4
  "summary": {
5
  "qwen3_omni_verified_diagnostic_pilot": true,
6
  "dataset_manifest_num_episodes": 119,
data/source_alignment_audit.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Source Alignment Note",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T04:12:55+00:00",
5
  "alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
6
  "alignment_summary": {
7
  "full_dataset_repo": "ropedia-ai/xperience-10m",
 
1
  {
2
  "title": "Ropedia Xperience-10M Source Alignment Note",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:24:36+00:00",
5
  "alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
6
  "alignment_summary": {
7
  "full_dataset_repo": "ropedia-ai/xperience-10m",
data/task_surface_integrity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T04:12:55+00:00",
4
  "summary": {
5
  "original_walkthrough_task_count": 12,
6
  "expected_original_walkthrough_task_count": 12,
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:24:36+00:00",
4
  "summary": {
5
  "original_walkthrough_task_count": 12,
6
  "expected_original_walkthrough_task_count": 12,
data/website_integrity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T06:16:03+00:00",
4
  "docs_root": "docs",
5
  "site_base": "/ropedia-xperience-10m-task-suite/",
6
  "summary": {
@@ -80,8 +80,8 @@
80
  "name": "project_overview_precedes_progress_ledger",
81
  "status": "pass",
82
  "reason": "The project overview should appear before the deeper progress ledger.",
83
- "overview_index": 192813,
84
- "evidence_index": 255779
85
  },
86
  {
87
  "name": "project_status_links_json",
@@ -159,9 +159,9 @@
159
  "name": "evaluation_protocol_between_overview_and_progress",
160
  "status": "pass",
161
  "reason": "The evaluation protocol should appear before the deeper evidence ledger.",
162
- "overview_index": 192813,
163
- "protocol_index": 251984,
164
- "evidence_index": 255779
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
@@ -345,7 +345,7 @@
345
  },
346
  {
347
  "path": "data/figure_index.json",
348
- "bytes": 20339,
349
  "top_level_type": "dict"
350
  },
351
  {
@@ -420,7 +420,7 @@
420
  },
421
  {
422
  "path": "data/publication_audit.json",
423
- "bytes": 14235,
424
  "top_level_type": "dict"
425
  },
426
  {
@@ -678,7 +678,7 @@
678
  {
679
  "path": "assets/charts/task_direction_pipeline_relationship.png",
680
  "exists": true,
681
- "bytes": 1541517,
682
  "width": 1672,
683
  "height": 941,
684
  "format": "PNG"
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:26:19+00:00",
4
  "docs_root": "docs",
5
  "site_base": "/ropedia-xperience-10m-task-suite/",
6
  "summary": {
 
80
  "name": "project_overview_precedes_progress_ledger",
81
  "status": "pass",
82
  "reason": "The project overview should appear before the deeper progress ledger.",
83
+ "overview_index": 192865,
84
+ "evidence_index": 257878
85
  },
86
  {
87
  "name": "project_status_links_json",
 
159
  "name": "evaluation_protocol_between_overview_and_progress",
160
  "status": "pass",
161
  "reason": "The evaluation protocol should appear before the deeper evidence ledger.",
162
+ "overview_index": 192865,
163
+ "protocol_index": 254083,
164
+ "evidence_index": 257878
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
 
345
  },
346
  {
347
  "path": "data/figure_index.json",
348
+ "bytes": 20390,
349
  "top_level_type": "dict"
350
  },
351
  {
 
420
  },
421
  {
422
  "path": "data/publication_audit.json",
423
+ "bytes": 10940,
424
  "top_level_type": "dict"
425
  },
426
  {
 
678
  {
679
  "path": "assets/charts/task_direction_pipeline_relationship.png",
680
  "exists": true,
681
+ "bytes": 1795186,
682
  "width": 1672,
683
  "height": 941,
684
  "format": "PNG"
docs/assets/charts/task_direction_pipeline_relationship.prompt.md CHANGED
@@ -14,13 +14,17 @@ Asset type: high-resolution website figure for Ropedia Xperience-10M.
14
 
15
  Primary request: generate a polished, readable, dark neon Ropedia-style
16
  infographic that clearly explains the current expandable structure:
17
- 20 task contracts -> 4 research directions -> 3 foundation training pipelines.
 
18
 
19
  Critical text accuracy and layout:
20
 
21
- - Make the numbers 20, 4, and 3 unmistakable. Use large section headings:
22
- `20 TASKS`, `4 RESEARCH DIRECTIONS`, `3 FOUNDATION PIPELINES`.
23
- - Add the subtitle: `Current public release, open to expand`.
 
 
 
24
  - Left side: exactly twenty task tiles in a 5 x 4 grid. Use large numbers
25
  `01` through `20` plus simple icons. Keep task labels short and readable:
26
  Action, Step, Boundary, Next Action, Hand Path, Contact, Object, Grounding,
@@ -45,9 +49,13 @@ Critical text accuracy and layout:
45
  - Spatial Intelligence: RGB + depth + pose -> 3D geometry + spatial reasoning
46
  - Human-Video World Model: video + action + motion -> future frame + future action
47
  - Vision-Language-Action: video + language + motion -> robot action chunk
 
 
 
48
  - Draw clean arrows from the 20-task grid into the 4 direction panels, then
49
- arrows into the 3 pipeline cards.
50
- - Add a footer line: `Tasks, directions, and pipelines can expand as new evidence is added.`
 
51
 
52
  Visual style:
53
 
@@ -58,15 +66,10 @@ Visual style:
58
  - No photorealistic presenter, no white page background, no watermark.
59
  - Avoid tiny decorative clutter; prioritize readability at website size.
60
 
61
- ## Post-Processing
62
-
63
- The generated image output was used as the visual base. The top title band was
64
- locally corrected with an exact text overlay to avoid generated-text spelling
65
- drift while preserving the generated diagram content.
66
-
67
  ## Verification
68
 
69
- The committed asset was visually checked after post-processing. The page also
70
- includes an HTML key that lists the exact 20 task names, four canonical research
71
- directions, and three foundation-pipeline tracks, so reader-facing counts do
72
- not depend only on the image.
 
 
14
 
15
  Primary request: generate a polished, readable, dark neon Ropedia-style
16
  infographic that clearly explains the current expandable structure:
17
+ 20 task contracts -> 4 research directions -> 3 foundation training pipelines
18
+ -> 1 unified embodied foundation model target.
19
 
20
  Critical text accuracy and layout:
21
 
22
+ - Use the exact title: `Ropedia Xperience-10M Task Suite`.
23
+ - Make the numbers 20, 4, 3, and 1 unmistakable. Use large section headings:
24
+ `20 TASKS`, `4 RESEARCH DIRECTIONS`, `3 FOUNDATION PIPELINES`,
25
+ and `1 UNIFIED EMBODIED FOUNDATION MODEL`.
26
+ - Add the subtitle:
27
+ `20 tasks -> 4 directions -> 3 pipelines -> 1 unified embodied foundation model, open to expand`.
28
  - Left side: exactly twenty task tiles in a 5 x 4 grid. Use large numbers
29
  `01` through `20` plus simple icons. Keep task labels short and readable:
30
  Action, Step, Boundary, Next Action, Hand Path, Contact, Object, Grounding,
 
49
  - Spatial Intelligence: RGB + depth + pose -> 3D geometry + spatial reasoning
50
  - Human-Video World Model: video + action + motion -> future frame + future action
51
  - Vision-Language-Action: video + language + motion -> robot action chunk
52
+ - Far right: exactly one final synthesis card labeled
53
+ `1 Unified Embodied Foundation Model`. Show it as the convergence target for
54
+ perception, 3D memory, language-grounded reasoning, action, and planning.
55
  - Draw clean arrows from the 20-task grid into the 4 direction panels, then
56
+ arrows into the 3 pipeline cards, then arrows into the unified model target.
57
+ - Add a footer line:
58
+ `Tasks, directions, pipelines, and unified model targets can expand as new evidence is added.`
59
 
60
  Visual style:
61
 
 
66
  - No photorealistic presenter, no white page background, no watermark.
67
  - Avoid tiny decorative clutter; prioritize readability at website size.
68
 
 
 
 
 
 
 
69
  ## Verification
70
 
71
+ The committed asset was visually checked at its native 1672 x 941 resolution.
72
+ The page also includes an HTML key that lists the exact 20 task names, four
73
+ canonical research directions, three foundation-pipeline tracks, and one
74
+ unified embodied foundation-model target, so reader-facing counts do not depend
75
+ only on the image.
docs/data/artifact_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
- "generated_at_utc": "2026-06-23T06:16:03+00:00",
4
  "status": "pass",
5
  "artifact_count": 228,
6
  "missing": [],
@@ -632,7 +632,7 @@
632
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
633
  "exists": true,
634
  "bytes": 4432,
635
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
636
  },
637
  {
638
  "id": "source_alignment_validator",
@@ -1093,8 +1093,8 @@
1093
  "surface": "repo_hf",
1094
  "shows": "Catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts.",
1095
  "exists": true,
1096
- "bytes": 7421,
1097
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
1098
  },
1099
  {
1100
  "id": "figure_index_json",
@@ -1104,8 +1104,8 @@
1104
  "surface": "website_hf",
1105
  "shows": "Machine-readable visual asset index for website and Hugging Face mirrors.",
1106
  "exists": true,
1107
- "bytes": 20339,
1108
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
1109
  },
1110
  {
1111
  "id": "figure_index_builder",
@@ -1115,8 +1115,8 @@
1115
  "surface": "repo_hf",
1116
  "shows": "Regenerates visual-asset hashes, dimensions, and source-script provenance.",
1117
  "exists": true,
1118
- "bytes": 17444,
1119
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
1120
  },
1121
  {
1122
  "id": "brand_assets_json",
@@ -1182,7 +1182,7 @@
1182
  "shows": "Machine-readable release-check summary for validators, mirrors, and public project surfaces.",
1183
  "exists": true,
1184
  "bytes": 8640,
1185
- "sha256": "dedc34fa478d0d55198dd775205f0fe76032a964f70b6eb34e7d5941bcb3ab03"
1186
  },
1187
  {
1188
  "id": "public_surface_qa",
@@ -1318,8 +1318,8 @@
1318
  "surface": "repo",
1319
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
1320
  "exists": true,
1321
- "bytes": 69811,
1322
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
1323
  },
1324
  {
1325
  "id": "reproducibility_contract",
@@ -1363,7 +1363,7 @@
1363
  "volatile": true,
1364
  "shows": "Confirms public bundles exclude raw data, caches, heavy archives, and credential text.",
1365
  "exists": true,
1366
- "bytes": 14235,
1367
  "hash_policy": "existence_and_size_only"
1368
  },
1369
  {
 
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
+ "generated_at_utc": "2026-06-23T07:24:42+00:00",
4
  "status": "pass",
5
  "artifact_count": 228,
6
  "missing": [],
 
632
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
633
  "exists": true,
634
  "bytes": 4432,
635
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
636
  },
637
  {
638
  "id": "source_alignment_validator",
 
1093
  "surface": "repo_hf",
1094
  "shows": "Catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts.",
1095
  "exists": true,
1096
+ "bytes": 7472,
1097
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
1098
  },
1099
  {
1100
  "id": "figure_index_json",
 
1104
  "surface": "website_hf",
1105
  "shows": "Machine-readable visual asset index for website and Hugging Face mirrors.",
1106
  "exists": true,
1107
+ "bytes": 20390,
1108
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
1109
  },
1110
  {
1111
  "id": "figure_index_builder",
 
1115
  "surface": "repo_hf",
1116
  "shows": "Regenerates visual-asset hashes, dimensions, and source-script provenance.",
1117
  "exists": true,
1118
+ "bytes": 17495,
1119
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
1120
  },
1121
  {
1122
  "id": "brand_assets_json",
 
1182
  "shows": "Machine-readable release-check summary for validators, mirrors, and public project surfaces.",
1183
  "exists": true,
1184
  "bytes": 8640,
1185
+ "sha256": "812203f1e12b211770f2a0771ecc2cf27d350250ea8181867e41e9c5f9ff47fc"
1186
  },
1187
  {
1188
  "id": "public_surface_qa",
 
1318
  "surface": "repo",
1319
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
1320
  "exists": true,
1321
+ "bytes": 69839,
1322
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
1323
  },
1324
  {
1325
  "id": "reproducibility_contract",
 
1363
  "volatile": true,
1364
  "shows": "Confirms public bundles exclude raw data, caches, heavy archives, and credential text.",
1365
  "exists": true,
1366
+ "bytes": 10940,
1367
  "hash_policy": "existence_and_size_only"
1368
  },
1369
  {
docs/data/figure_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Figure Index",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T06:16:03+00:00",
5
  "scope": "Public figures, diagrams, charts, and derived modality thumbnails. Raw Xperience-10M videos, annotations, RRD files, and Qwen weights are excluded.",
6
  "figure_count": 30,
7
  "figures": [
@@ -109,14 +109,14 @@
109
  },
110
  {
111
  "id": "task_direction_pipeline_relationship",
112
- "title": "20-task / 4-direction / 3-pipeline relationship map",
113
  "path": "docs/assets/charts/task_direction_pipeline_relationship.png",
114
- "role": "Overview map showing the exact 20 task tiles, four research-direction groups, and three foundation-pipeline columns used by the public reader flow.",
115
  "source_script": "docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
116
  "surface": "website overview, HF Space, artifact dataset, model card",
117
  "exists": true,
118
- "bytes": 1541517,
119
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0",
120
  "dimensions": {
121
  "format": "PNG",
122
  "width": 1672,
 
1
  {
2
  "title": "Ropedia Xperience-10M Figure Index",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:16:44+00:00",
5
  "scope": "Public figures, diagrams, charts, and derived modality thumbnails. Raw Xperience-10M videos, annotations, RRD files, and Qwen weights are excluded.",
6
  "figure_count": 30,
7
  "figures": [
 
109
  },
110
  {
111
  "id": "task_direction_pipeline_relationship",
112
+ "title": "20-task / 4-direction / 3-pipeline / unified-model relationship map",
113
  "path": "docs/assets/charts/task_direction_pipeline_relationship.png",
114
+ "role": "Overview map showing the exact 20 task tiles, four research-direction groups, three foundation-pipeline columns, and the unified embodied model target used by the public reader flow.",
115
  "source_script": "docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
116
  "surface": "website overview, HF Space, artifact dataset, model card",
117
  "exists": true,
118
+ "bytes": 1795186,
119
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b",
120
  "dimensions": {
121
  "format": "PNG",
122
  "width": 1672,
docs/data/mirror_parity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T06:24:37+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
  "group_count": 1308,
@@ -139,44 +139,44 @@
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
  "bytes": 124477,
142
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
  "bytes": 124477,
149
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
  "bytes": 124477,
155
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
  "bytes": 124477,
161
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
  "bytes": 124477,
167
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
  "bytes": 124477,
173
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
  "bytes": 124477,
179
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
180
  }
181
  },
182
  "failures": []
@@ -334,45 +334,45 @@
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
- "bytes": 20339,
338
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
- "bytes": 20339,
345
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
- "bytes": 20339,
351
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
- "bytes": 20339,
357
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
- "bytes": 20339,
363
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
- "bytes": 20339,
369
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
- "bytes": 20339,
375
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
376
  }
377
  },
378
  "failures": []
@@ -972,44 +972,44 @@
972
  "path": "repo:docs/data/publication_audit.json",
973
  "exists": true,
974
  "bytes": 10940,
975
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
976
  },
977
  "mirrors": {
978
  "hf_space": {
979
  "path": "hf_space:data/publication_audit.json",
980
  "exists": true,
981
  "bytes": 10940,
982
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
983
  },
984
  "hf_artifacts_data": {
985
  "path": "hf_artifacts:data/publication_audit.json",
986
  "exists": true,
987
  "bytes": 10940,
988
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
989
  },
990
  "hf_artifacts": {
991
  "path": "hf_artifacts:docs/data/publication_audit.json",
992
  "exists": true,
993
  "bytes": 10940,
994
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
995
  },
996
  "hf_model_data": {
997
  "path": "hf_model:data/publication_audit.json",
998
  "exists": true,
999
  "bytes": 10940,
1000
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
1001
  },
1002
  "hf_model_docs_data": {
1003
  "path": "hf_model:docs/data/publication_audit.json",
1004
  "exists": true,
1005
  "bytes": 10940,
1006
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
1007
  },
1008
  "hf_model": {
1009
  "path": "hf_model:metrics/publication_audit.json",
1010
  "exists": true,
1011
  "bytes": 10940,
1012
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
1013
  }
1014
  },
1015
  "failures": []
@@ -1021,44 +1021,44 @@
1021
  "path": "repo:docs/data/public_surface_qa.json",
1022
  "exists": true,
1023
  "bytes": 7690,
1024
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1025
  },
1026
  "mirrors": {
1027
  "hf_space": {
1028
  "path": "hf_space:data/public_surface_qa.json",
1029
  "exists": true,
1030
  "bytes": 7690,
1031
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1032
  },
1033
  "hf_artifacts_data": {
1034
  "path": "hf_artifacts:data/public_surface_qa.json",
1035
  "exists": true,
1036
  "bytes": 7690,
1037
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1038
  },
1039
  "hf_artifacts": {
1040
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
1041
  "exists": true,
1042
  "bytes": 7690,
1043
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1044
  },
1045
  "hf_model_data": {
1046
  "path": "hf_model:data/public_surface_qa.json",
1047
  "exists": true,
1048
  "bytes": 7690,
1049
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1050
  },
1051
  "hf_model_docs_data": {
1052
  "path": "hf_model:docs/data/public_surface_qa.json",
1053
  "exists": true,
1054
  "bytes": 7690,
1055
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1056
  },
1057
  "hf_model": {
1058
  "path": "hf_model:metrics/public_surface_qa.json",
1059
  "exists": true,
1060
  "bytes": 7690,
1061
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1062
  }
1063
  },
1064
  "failures": []
@@ -1217,44 +1217,44 @@
1217
  "path": "repo:docs/data/quality_gates.json",
1218
  "exists": true,
1219
  "bytes": 8640,
1220
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1221
  },
1222
  "mirrors": {
1223
  "hf_space": {
1224
  "path": "hf_space:data/quality_gates.json",
1225
  "exists": true,
1226
  "bytes": 8640,
1227
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1228
  },
1229
  "hf_artifacts_data": {
1230
  "path": "hf_artifacts:data/quality_gates.json",
1231
  "exists": true,
1232
  "bytes": 8640,
1233
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1234
  },
1235
  "hf_artifacts": {
1236
  "path": "hf_artifacts:docs/data/quality_gates.json",
1237
  "exists": true,
1238
  "bytes": 8640,
1239
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1240
  },
1241
  "hf_model_data": {
1242
  "path": "hf_model:data/quality_gates.json",
1243
  "exists": true,
1244
  "bytes": 8640,
1245
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1246
  },
1247
  "hf_model_docs_data": {
1248
  "path": "hf_model:docs/data/quality_gates.json",
1249
  "exists": true,
1250
  "bytes": 8640,
1251
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1252
  },
1253
  "hf_model": {
1254
  "path": "hf_model:metrics/quality_gates.json",
1255
  "exists": true,
1256
  "bytes": 8640,
1257
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1258
  }
1259
  },
1260
  "failures": []
@@ -1658,44 +1658,44 @@
1658
  "path": "repo:docs/data/scope_claims_audit.json",
1659
  "exists": true,
1660
  "bytes": 21322,
1661
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1662
  },
1663
  "mirrors": {
1664
  "hf_space": {
1665
  "path": "hf_space:data/scope_claims_audit.json",
1666
  "exists": true,
1667
  "bytes": 21322,
1668
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1669
  },
1670
  "hf_artifacts_data": {
1671
  "path": "hf_artifacts:data/scope_claims_audit.json",
1672
  "exists": true,
1673
  "bytes": 21322,
1674
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1675
  },
1676
  "hf_artifacts": {
1677
  "path": "hf_artifacts:docs/data/scope_claims_audit.json",
1678
  "exists": true,
1679
  "bytes": 21322,
1680
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1681
  },
1682
  "hf_model_data": {
1683
  "path": "hf_model:data/scope_claims_audit.json",
1684
  "exists": true,
1685
  "bytes": 21322,
1686
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1687
  },
1688
  "hf_model_docs_data": {
1689
  "path": "hf_model:docs/data/scope_claims_audit.json",
1690
  "exists": true,
1691
  "bytes": 21322,
1692
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1693
  },
1694
  "hf_model": {
1695
  "path": "hf_model:metrics/scope_claims_audit.json",
1696
  "exists": true,
1697
  "bytes": 21322,
1698
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1699
  }
1700
  },
1701
  "failures": []
@@ -1756,44 +1756,44 @@
1756
  "path": "repo:docs/data/source_alignment_audit.json",
1757
  "exists": true,
1758
  "bytes": 4432,
1759
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/source_alignment_audit.json",
1764
  "exists": true,
1765
  "bytes": 4432,
1766
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/source_alignment_audit.json",
1770
  "exists": true,
1771
  "bytes": 4432,
1772
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1776
  "exists": true,
1777
  "bytes": 4432,
1778
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/source_alignment_audit.json",
1782
  "exists": true,
1783
  "bytes": 4432,
1784
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/source_alignment_audit.json",
1788
  "exists": true,
1789
  "bytes": 4432,
1790
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/source_alignment_audit.json",
1794
  "exists": true,
1795
  "bytes": 4432,
1796
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1797
  }
1798
  },
1799
  "failures": []
@@ -2197,44 +2197,44 @@
2197
  "path": "repo:docs/data/task_surface_integrity.json",
2198
  "exists": true,
2199
  "bytes": 46399,
2200
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/task_surface_integrity.json",
2205
  "exists": true,
2206
  "bytes": 46399,
2207
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/task_surface_integrity.json",
2211
  "exists": true,
2212
  "bytes": 46399,
2213
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
2217
  "exists": true,
2218
  "bytes": 46399,
2219
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/task_surface_integrity.json",
2223
  "exists": true,
2224
  "bytes": 46399,
2225
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/task_surface_integrity.json",
2229
  "exists": true,
2230
  "bytes": 46399,
2231
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/task_surface_integrity.json",
2235
  "exists": true,
2236
  "bytes": 46399,
2237
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2238
  }
2239
  },
2240
  "failures": []
@@ -2589,44 +2589,44 @@
2589
  "path": "repo:docs/data/website_integrity.json",
2590
  "exists": true,
2591
  "bytes": 25144,
2592
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2593
  },
2594
  "mirrors": {
2595
  "hf_space": {
2596
  "path": "hf_space:data/website_integrity.json",
2597
  "exists": true,
2598
  "bytes": 25144,
2599
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2600
  },
2601
  "hf_artifacts_data": {
2602
  "path": "hf_artifacts:data/website_integrity.json",
2603
  "exists": true,
2604
  "bytes": 25144,
2605
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2606
  },
2607
  "hf_artifacts": {
2608
  "path": "hf_artifacts:docs/data/website_integrity.json",
2609
  "exists": true,
2610
  "bytes": 25144,
2611
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2612
  },
2613
  "hf_model_data": {
2614
  "path": "hf_model:data/website_integrity.json",
2615
  "exists": true,
2616
  "bytes": 25144,
2617
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2618
  },
2619
  "hf_model_docs_data": {
2620
  "path": "hf_model:docs/data/website_integrity.json",
2621
  "exists": true,
2622
  "bytes": 25144,
2623
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2624
  },
2625
  "hf_model": {
2626
  "path": "hf_model:metrics/website_integrity.json",
2627
  "exists": true,
2628
  "bytes": 25144,
2629
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2630
  }
2631
  },
2632
  "failures": []
@@ -2994,33 +2994,33 @@
2994
  "local": {
2995
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.png",
2996
  "exists": true,
2997
- "bytes": 1541517,
2998
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
2999
  },
3000
  "mirrors": {
3001
  "hf_space": {
3002
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.png",
3003
  "exists": true,
3004
- "bytes": 1541517,
3005
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3006
  },
3007
  "hf_artifacts_docs": {
3008
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.png",
3009
  "exists": true,
3010
- "bytes": 1541517,
3011
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3012
  },
3013
  "hf_artifacts_card": {
3014
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.png",
3015
  "exists": true,
3016
- "bytes": 1541517,
3017
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3018
  },
3019
  "hf_model": {
3020
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.png",
3021
  "exists": true,
3022
- "bytes": 1541517,
3023
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3024
  }
3025
  },
3026
  "failures": []
@@ -3031,33 +3031,33 @@
3031
  "local": {
3032
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3033
  "exists": true,
3034
- "bytes": 3207,
3035
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3036
  },
3037
  "mirrors": {
3038
  "hf_space": {
3039
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.prompt.md",
3040
  "exists": true,
3041
- "bytes": 3207,
3042
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3043
  },
3044
  "hf_artifacts_docs": {
3045
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3046
  "exists": true,
3047
- "bytes": 3207,
3048
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3049
  },
3050
  "hf_artifacts_card": {
3051
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.prompt.md",
3052
  "exists": true,
3053
- "bytes": 3207,
3054
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3055
  },
3056
  "hf_model": {
3057
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.prompt.md",
3058
  "exists": true,
3059
- "bytes": 3207,
3060
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3061
  }
3062
  },
3063
  "failures": []
@@ -6549,21 +6549,21 @@
6549
  "local": {
6550
  "path": "repo:scripts/build_figure_index.py",
6551
  "exists": true,
6552
- "bytes": 17444,
6553
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
6554
  },
6555
  "mirrors": {
6556
  "hf_artifacts": {
6557
  "path": "hf_artifacts:scripts/build_figure_index.py",
6558
  "exists": true,
6559
- "bytes": 17444,
6560
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
6561
  },
6562
  "hf_model": {
6563
  "path": "hf_model:scripts/build_figure_index.py",
6564
  "exists": true,
6565
- "bytes": 17444,
6566
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
6567
  }
6568
  },
6569
  "failures": []
@@ -6699,21 +6699,21 @@
6699
  "local": {
6700
  "path": "repo:scripts/build_multilingual_public_readmes.py",
6701
  "exists": true,
6702
- "bytes": 56637,
6703
- "sha256": "fffac7c303a750d24ff0ee0c4c0811d70895623e4095c72effcc0b5b7a6d6f6f"
6704
  },
6705
  "mirrors": {
6706
  "hf_artifacts": {
6707
  "path": "hf_artifacts:scripts/build_multilingual_public_readmes.py",
6708
  "exists": true,
6709
- "bytes": 56637,
6710
- "sha256": "fffac7c303a750d24ff0ee0c4c0811d70895623e4095c72effcc0b5b7a6d6f6f"
6711
  },
6712
  "hf_model": {
6713
  "path": "hf_model:scripts/build_multilingual_public_readmes.py",
6714
  "exists": true,
6715
- "bytes": 56637,
6716
- "sha256": "fffac7c303a750d24ff0ee0c4c0811d70895623e4095c72effcc0b5b7a6d6f6f"
6717
  }
6718
  },
6719
  "failures": []
@@ -7099,21 +7099,21 @@
7099
  "local": {
7100
  "path": "repo:scripts/verify_live_publication.py",
7101
  "exists": true,
7102
- "bytes": 69811,
7103
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
7104
  },
7105
  "mirrors": {
7106
  "hf_artifacts": {
7107
  "path": "hf_artifacts:scripts/verify_live_publication.py",
7108
  "exists": true,
7109
- "bytes": 69811,
7110
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
7111
  },
7112
  "hf_model": {
7113
  "path": "hf_model:scripts/verify_live_publication.py",
7114
  "exists": true,
7115
- "bytes": 69811,
7116
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
7117
  }
7118
  },
7119
  "failures": []
@@ -7503,39 +7503,39 @@
7503
  "local": {
7504
  "path": "repo:docs/index.html",
7505
  "exists": true,
7506
- "bytes": 451415,
7507
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7508
  },
7509
  "mirrors": {
7510
  "hf_space": {
7511
  "path": "hf_space:index.html",
7512
  "exists": true,
7513
- "bytes": 451415,
7514
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7515
  },
7516
  "hf_artifacts_root": {
7517
  "path": "hf_artifacts:index.html",
7518
  "exists": true,
7519
- "bytes": 451415,
7520
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7521
  },
7522
  "hf_artifacts_docs": {
7523
  "path": "hf_artifacts:docs/index.html",
7524
  "exists": true,
7525
- "bytes": 451415,
7526
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7527
  },
7528
  "hf_model": {
7529
  "path": "hf_model:index.html",
7530
  "exists": true,
7531
- "bytes": 451415,
7532
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7533
  },
7534
  "hf_model_docs": {
7535
  "path": "hf_model:docs/index.html",
7536
  "exists": true,
7537
- "bytes": 451415,
7538
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7539
  }
7540
  },
7541
  "failures": []
@@ -32254,27 +32254,27 @@
32254
  "local": {
32255
  "path": "repo:README.zh.md",
32256
  "exists": true,
32257
- "bytes": 7335,
32258
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32259
  },
32260
  "mirrors": {
32261
  "hf_space": {
32262
  "path": "hf_space:README.zh.md",
32263
  "exists": true,
32264
- "bytes": 7335,
32265
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32266
  },
32267
  "hf_artifacts": {
32268
  "path": "hf_artifacts:README.zh.md",
32269
  "exists": true,
32270
- "bytes": 7335,
32271
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32272
  },
32273
  "hf_model": {
32274
  "path": "hf_model:README.zh.md",
32275
  "exists": true,
32276
- "bytes": 7335,
32277
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32278
  }
32279
  },
32280
  "failures": []
@@ -32285,27 +32285,27 @@
32285
  "local": {
32286
  "path": "repo:README.es.md",
32287
  "exists": true,
32288
- "bytes": 7557,
32289
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32290
  },
32291
  "mirrors": {
32292
  "hf_space": {
32293
  "path": "hf_space:README.es.md",
32294
  "exists": true,
32295
- "bytes": 7557,
32296
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32297
  },
32298
  "hf_artifacts": {
32299
  "path": "hf_artifacts:README.es.md",
32300
  "exists": true,
32301
- "bytes": 7557,
32302
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32303
  },
32304
  "hf_model": {
32305
  "path": "hf_model:README.es.md",
32306
  "exists": true,
32307
- "bytes": 7557,
32308
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32309
  }
32310
  },
32311
  "failures": []
@@ -32316,27 +32316,27 @@
32316
  "local": {
32317
  "path": "repo:README.fr.md",
32318
  "exists": true,
32319
- "bytes": 7751,
32320
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32321
  },
32322
  "mirrors": {
32323
  "hf_space": {
32324
  "path": "hf_space:README.fr.md",
32325
  "exists": true,
32326
- "bytes": 7751,
32327
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32328
  },
32329
  "hf_artifacts": {
32330
  "path": "hf_artifacts:README.fr.md",
32331
  "exists": true,
32332
- "bytes": 7751,
32333
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32334
  },
32335
  "hf_model": {
32336
  "path": "hf_model:README.fr.md",
32337
  "exists": true,
32338
- "bytes": 7751,
32339
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32340
  }
32341
  },
32342
  "failures": []
@@ -32347,27 +32347,27 @@
32347
  "local": {
32348
  "path": "repo:README.de.md",
32349
  "exists": true,
32350
- "bytes": 7565,
32351
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32352
  },
32353
  "mirrors": {
32354
  "hf_space": {
32355
  "path": "hf_space:README.de.md",
32356
  "exists": true,
32357
- "bytes": 7565,
32358
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32359
  },
32360
  "hf_artifacts": {
32361
  "path": "hf_artifacts:README.de.md",
32362
  "exists": true,
32363
- "bytes": 7565,
32364
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32365
  },
32366
  "hf_model": {
32367
  "path": "hf_model:README.de.md",
32368
  "exists": true,
32369
- "bytes": 7565,
32370
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32371
  }
32372
  },
32373
  "failures": []
@@ -32378,27 +32378,27 @@
32378
  "local": {
32379
  "path": "repo:README.ja.md",
32380
  "exists": true,
32381
- "bytes": 7748,
32382
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32383
  },
32384
  "mirrors": {
32385
  "hf_space": {
32386
  "path": "hf_space:README.ja.md",
32387
  "exists": true,
32388
- "bytes": 7748,
32389
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32390
  },
32391
  "hf_artifacts": {
32392
  "path": "hf_artifacts:README.ja.md",
32393
  "exists": true,
32394
- "bytes": 7748,
32395
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32396
  },
32397
  "hf_model": {
32398
  "path": "hf_model:README.ja.md",
32399
  "exists": true,
32400
- "bytes": 7748,
32401
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32402
  }
32403
  },
32404
  "failures": []
@@ -32409,27 +32409,27 @@
32409
  "local": {
32410
  "path": "repo:README.ko.md",
32411
  "exists": true,
32412
- "bytes": 7537,
32413
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32414
  },
32415
  "mirrors": {
32416
  "hf_space": {
32417
  "path": "hf_space:README.ko.md",
32418
  "exists": true,
32419
- "bytes": 7537,
32420
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32421
  },
32422
  "hf_artifacts": {
32423
  "path": "hf_artifacts:README.ko.md",
32424
  "exists": true,
32425
- "bytes": 7537,
32426
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32427
  },
32428
  "hf_model": {
32429
  "path": "hf_model:README.ko.md",
32430
  "exists": true,
32431
- "bytes": 7537,
32432
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32433
  }
32434
  },
32435
  "failures": []
@@ -32440,27 +32440,27 @@
32440
  "local": {
32441
  "path": "repo:README.pt.md",
32442
  "exists": true,
32443
- "bytes": 7551,
32444
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32445
  },
32446
  "mirrors": {
32447
  "hf_space": {
32448
  "path": "hf_space:README.pt.md",
32449
  "exists": true,
32450
- "bytes": 7551,
32451
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32452
  },
32453
  "hf_artifacts": {
32454
  "path": "hf_artifacts:README.pt.md",
32455
  "exists": true,
32456
- "bytes": 7551,
32457
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32458
  },
32459
  "hf_model": {
32460
  "path": "hf_model:README.pt.md",
32461
  "exists": true,
32462
- "bytes": 7551,
32463
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32464
  }
32465
  },
32466
  "failures": []
@@ -32595,27 +32595,27 @@
32595
  "local": {
32596
  "path": "repo:FIGURE_INDEX.md",
32597
  "exists": true,
32598
- "bytes": 7421,
32599
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32600
  },
32601
  "mirrors": {
32602
  "hf_space": {
32603
  "path": "hf_space:FIGURE_INDEX.md",
32604
  "exists": true,
32605
- "bytes": 7421,
32606
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32607
  },
32608
  "hf_artifacts": {
32609
  "path": "hf_artifacts:FIGURE_INDEX.md",
32610
  "exists": true,
32611
- "bytes": 7421,
32612
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32613
  },
32614
  "hf_model": {
32615
  "path": "hf_model:FIGURE_INDEX.md",
32616
  "exists": true,
32617
- "bytes": 7421,
32618
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32619
  }
32620
  },
32621
  "failures": []
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:44:41+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
  "group_count": 1308,
 
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
  "bytes": 124477,
142
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
  "bytes": 124477,
149
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
  "bytes": 124477,
155
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
  "bytes": 124477,
161
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
  "bytes": 124477,
167
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
  "bytes": 124477,
173
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
  "bytes": 124477,
179
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
180
  }
181
  },
182
  "failures": []
 
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
+ "bytes": 20390,
338
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
+ "bytes": 20390,
345
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
+ "bytes": 20390,
351
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
+ "bytes": 20390,
357
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
+ "bytes": 20390,
363
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
+ "bytes": 20390,
369
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
+ "bytes": 20390,
375
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
376
  }
377
  },
378
  "failures": []
 
972
  "path": "repo:docs/data/publication_audit.json",
973
  "exists": true,
974
  "bytes": 10940,
975
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
976
  },
977
  "mirrors": {
978
  "hf_space": {
979
  "path": "hf_space:data/publication_audit.json",
980
  "exists": true,
981
  "bytes": 10940,
982
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
983
  },
984
  "hf_artifacts_data": {
985
  "path": "hf_artifacts:data/publication_audit.json",
986
  "exists": true,
987
  "bytes": 10940,
988
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
989
  },
990
  "hf_artifacts": {
991
  "path": "hf_artifacts:docs/data/publication_audit.json",
992
  "exists": true,
993
  "bytes": 10940,
994
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
995
  },
996
  "hf_model_data": {
997
  "path": "hf_model:data/publication_audit.json",
998
  "exists": true,
999
  "bytes": 10940,
1000
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
1001
  },
1002
  "hf_model_docs_data": {
1003
  "path": "hf_model:docs/data/publication_audit.json",
1004
  "exists": true,
1005
  "bytes": 10940,
1006
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
1007
  },
1008
  "hf_model": {
1009
  "path": "hf_model:metrics/publication_audit.json",
1010
  "exists": true,
1011
  "bytes": 10940,
1012
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
1013
  }
1014
  },
1015
  "failures": []
 
1021
  "path": "repo:docs/data/public_surface_qa.json",
1022
  "exists": true,
1023
  "bytes": 7690,
1024
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1025
  },
1026
  "mirrors": {
1027
  "hf_space": {
1028
  "path": "hf_space:data/public_surface_qa.json",
1029
  "exists": true,
1030
  "bytes": 7690,
1031
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1032
  },
1033
  "hf_artifacts_data": {
1034
  "path": "hf_artifacts:data/public_surface_qa.json",
1035
  "exists": true,
1036
  "bytes": 7690,
1037
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1038
  },
1039
  "hf_artifacts": {
1040
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
1041
  "exists": true,
1042
  "bytes": 7690,
1043
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1044
  },
1045
  "hf_model_data": {
1046
  "path": "hf_model:data/public_surface_qa.json",
1047
  "exists": true,
1048
  "bytes": 7690,
1049
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1050
  },
1051
  "hf_model_docs_data": {
1052
  "path": "hf_model:docs/data/public_surface_qa.json",
1053
  "exists": true,
1054
  "bytes": 7690,
1055
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1056
  },
1057
  "hf_model": {
1058
  "path": "hf_model:metrics/public_surface_qa.json",
1059
  "exists": true,
1060
  "bytes": 7690,
1061
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1062
  }
1063
  },
1064
  "failures": []
 
1217
  "path": "repo:docs/data/quality_gates.json",
1218
  "exists": true,
1219
  "bytes": 8640,
1220
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1221
  },
1222
  "mirrors": {
1223
  "hf_space": {
1224
  "path": "hf_space:data/quality_gates.json",
1225
  "exists": true,
1226
  "bytes": 8640,
1227
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1228
  },
1229
  "hf_artifacts_data": {
1230
  "path": "hf_artifacts:data/quality_gates.json",
1231
  "exists": true,
1232
  "bytes": 8640,
1233
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1234
  },
1235
  "hf_artifacts": {
1236
  "path": "hf_artifacts:docs/data/quality_gates.json",
1237
  "exists": true,
1238
  "bytes": 8640,
1239
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1240
  },
1241
  "hf_model_data": {
1242
  "path": "hf_model:data/quality_gates.json",
1243
  "exists": true,
1244
  "bytes": 8640,
1245
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1246
  },
1247
  "hf_model_docs_data": {
1248
  "path": "hf_model:docs/data/quality_gates.json",
1249
  "exists": true,
1250
  "bytes": 8640,
1251
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1252
  },
1253
  "hf_model": {
1254
  "path": "hf_model:metrics/quality_gates.json",
1255
  "exists": true,
1256
  "bytes": 8640,
1257
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1258
  }
1259
  },
1260
  "failures": []
 
1658
  "path": "repo:docs/data/scope_claims_audit.json",
1659
  "exists": true,
1660
  "bytes": 21322,
1661
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1662
  },
1663
  "mirrors": {
1664
  "hf_space": {
1665
  "path": "hf_space:data/scope_claims_audit.json",
1666
  "exists": true,
1667
  "bytes": 21322,
1668
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1669
  },
1670
  "hf_artifacts_data": {
1671
  "path": "hf_artifacts:data/scope_claims_audit.json",
1672
  "exists": true,
1673
  "bytes": 21322,
1674
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1675
  },
1676
  "hf_artifacts": {
1677
  "path": "hf_artifacts:docs/data/scope_claims_audit.json",
1678
  "exists": true,
1679
  "bytes": 21322,
1680
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1681
  },
1682
  "hf_model_data": {
1683
  "path": "hf_model:data/scope_claims_audit.json",
1684
  "exists": true,
1685
  "bytes": 21322,
1686
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1687
  },
1688
  "hf_model_docs_data": {
1689
  "path": "hf_model:docs/data/scope_claims_audit.json",
1690
  "exists": true,
1691
  "bytes": 21322,
1692
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1693
  },
1694
  "hf_model": {
1695
  "path": "hf_model:metrics/scope_claims_audit.json",
1696
  "exists": true,
1697
  "bytes": 21322,
1698
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1699
  }
1700
  },
1701
  "failures": []
 
1756
  "path": "repo:docs/data/source_alignment_audit.json",
1757
  "exists": true,
1758
  "bytes": 4432,
1759
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/source_alignment_audit.json",
1764
  "exists": true,
1765
  "bytes": 4432,
1766
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/source_alignment_audit.json",
1770
  "exists": true,
1771
  "bytes": 4432,
1772
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1776
  "exists": true,
1777
  "bytes": 4432,
1778
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/source_alignment_audit.json",
1782
  "exists": true,
1783
  "bytes": 4432,
1784
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/source_alignment_audit.json",
1788
  "exists": true,
1789
  "bytes": 4432,
1790
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/source_alignment_audit.json",
1794
  "exists": true,
1795
  "bytes": 4432,
1796
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1797
  }
1798
  },
1799
  "failures": []
 
2197
  "path": "repo:docs/data/task_surface_integrity.json",
2198
  "exists": true,
2199
  "bytes": 46399,
2200
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/task_surface_integrity.json",
2205
  "exists": true,
2206
  "bytes": 46399,
2207
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/task_surface_integrity.json",
2211
  "exists": true,
2212
  "bytes": 46399,
2213
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
2217
  "exists": true,
2218
  "bytes": 46399,
2219
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/task_surface_integrity.json",
2223
  "exists": true,
2224
  "bytes": 46399,
2225
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/task_surface_integrity.json",
2229
  "exists": true,
2230
  "bytes": 46399,
2231
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/task_surface_integrity.json",
2235
  "exists": true,
2236
  "bytes": 46399,
2237
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2238
  }
2239
  },
2240
  "failures": []
 
2589
  "path": "repo:docs/data/website_integrity.json",
2590
  "exists": true,
2591
  "bytes": 25144,
2592
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2593
  },
2594
  "mirrors": {
2595
  "hf_space": {
2596
  "path": "hf_space:data/website_integrity.json",
2597
  "exists": true,
2598
  "bytes": 25144,
2599
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2600
  },
2601
  "hf_artifacts_data": {
2602
  "path": "hf_artifacts:data/website_integrity.json",
2603
  "exists": true,
2604
  "bytes": 25144,
2605
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2606
  },
2607
  "hf_artifacts": {
2608
  "path": "hf_artifacts:docs/data/website_integrity.json",
2609
  "exists": true,
2610
  "bytes": 25144,
2611
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2612
  },
2613
  "hf_model_data": {
2614
  "path": "hf_model:data/website_integrity.json",
2615
  "exists": true,
2616
  "bytes": 25144,
2617
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2618
  },
2619
  "hf_model_docs_data": {
2620
  "path": "hf_model:docs/data/website_integrity.json",
2621
  "exists": true,
2622
  "bytes": 25144,
2623
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2624
  },
2625
  "hf_model": {
2626
  "path": "hf_model:metrics/website_integrity.json",
2627
  "exists": true,
2628
  "bytes": 25144,
2629
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2630
  }
2631
  },
2632
  "failures": []
 
2994
  "local": {
2995
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.png",
2996
  "exists": true,
2997
+ "bytes": 1795186,
2998
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
2999
  },
3000
  "mirrors": {
3001
  "hf_space": {
3002
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.png",
3003
  "exists": true,
3004
+ "bytes": 1795186,
3005
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3006
  },
3007
  "hf_artifacts_docs": {
3008
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.png",
3009
  "exists": true,
3010
+ "bytes": 1795186,
3011
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3012
  },
3013
  "hf_artifacts_card": {
3014
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.png",
3015
  "exists": true,
3016
+ "bytes": 1795186,
3017
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3018
  },
3019
  "hf_model": {
3020
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.png",
3021
  "exists": true,
3022
+ "bytes": 1795186,
3023
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3024
  }
3025
  },
3026
  "failures": []
 
3031
  "local": {
3032
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3033
  "exists": true,
3034
+ "bytes": 3523,
3035
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3036
  },
3037
  "mirrors": {
3038
  "hf_space": {
3039
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.prompt.md",
3040
  "exists": true,
3041
+ "bytes": 3523,
3042
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3043
  },
3044
  "hf_artifacts_docs": {
3045
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3046
  "exists": true,
3047
+ "bytes": 3523,
3048
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3049
  },
3050
  "hf_artifacts_card": {
3051
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.prompt.md",
3052
  "exists": true,
3053
+ "bytes": 3523,
3054
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3055
  },
3056
  "hf_model": {
3057
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.prompt.md",
3058
  "exists": true,
3059
+ "bytes": 3523,
3060
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3061
  }
3062
  },
3063
  "failures": []
 
6549
  "local": {
6550
  "path": "repo:scripts/build_figure_index.py",
6551
  "exists": true,
6552
+ "bytes": 17495,
6553
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
6554
  },
6555
  "mirrors": {
6556
  "hf_artifacts": {
6557
  "path": "hf_artifacts:scripts/build_figure_index.py",
6558
  "exists": true,
6559
+ "bytes": 17495,
6560
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
6561
  },
6562
  "hf_model": {
6563
  "path": "hf_model:scripts/build_figure_index.py",
6564
  "exists": true,
6565
+ "bytes": 17495,
6566
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
6567
  }
6568
  },
6569
  "failures": []
 
6699
  "local": {
6700
  "path": "repo:scripts/build_multilingual_public_readmes.py",
6701
  "exists": true,
6702
+ "bytes": 58831,
6703
+ "sha256": "0eb03db190aac04f42acf1680a3b2a245e4c721c9149aab1bf61986c34270220"
6704
  },
6705
  "mirrors": {
6706
  "hf_artifacts": {
6707
  "path": "hf_artifacts:scripts/build_multilingual_public_readmes.py",
6708
  "exists": true,
6709
+ "bytes": 58831,
6710
+ "sha256": "0eb03db190aac04f42acf1680a3b2a245e4c721c9149aab1bf61986c34270220"
6711
  },
6712
  "hf_model": {
6713
  "path": "hf_model:scripts/build_multilingual_public_readmes.py",
6714
  "exists": true,
6715
+ "bytes": 58831,
6716
+ "sha256": "0eb03db190aac04f42acf1680a3b2a245e4c721c9149aab1bf61986c34270220"
6717
  }
6718
  },
6719
  "failures": []
 
7099
  "local": {
7100
  "path": "repo:scripts/verify_live_publication.py",
7101
  "exists": true,
7102
+ "bytes": 69839,
7103
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
7104
  },
7105
  "mirrors": {
7106
  "hf_artifacts": {
7107
  "path": "hf_artifacts:scripts/verify_live_publication.py",
7108
  "exists": true,
7109
+ "bytes": 69839,
7110
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
7111
  },
7112
  "hf_model": {
7113
  "path": "hf_model:scripts/verify_live_publication.py",
7114
  "exists": true,
7115
+ "bytes": 69839,
7116
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
7117
  }
7118
  },
7119
  "failures": []
 
7503
  "local": {
7504
  "path": "repo:docs/index.html",
7505
  "exists": true,
7506
+ "bytes": 453514,
7507
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7508
  },
7509
  "mirrors": {
7510
  "hf_space": {
7511
  "path": "hf_space:index.html",
7512
  "exists": true,
7513
+ "bytes": 453514,
7514
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7515
  },
7516
  "hf_artifacts_root": {
7517
  "path": "hf_artifacts:index.html",
7518
  "exists": true,
7519
+ "bytes": 453514,
7520
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7521
  },
7522
  "hf_artifacts_docs": {
7523
  "path": "hf_artifacts:docs/index.html",
7524
  "exists": true,
7525
+ "bytes": 453514,
7526
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7527
  },
7528
  "hf_model": {
7529
  "path": "hf_model:index.html",
7530
  "exists": true,
7531
+ "bytes": 453514,
7532
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7533
  },
7534
  "hf_model_docs": {
7535
  "path": "hf_model:docs/index.html",
7536
  "exists": true,
7537
+ "bytes": 453514,
7538
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7539
  }
7540
  },
7541
  "failures": []
 
32254
  "local": {
32255
  "path": "repo:README.zh.md",
32256
  "exists": true,
32257
+ "bytes": 7527,
32258
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32259
  },
32260
  "mirrors": {
32261
  "hf_space": {
32262
  "path": "hf_space:README.zh.md",
32263
  "exists": true,
32264
+ "bytes": 7527,
32265
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32266
  },
32267
  "hf_artifacts": {
32268
  "path": "hf_artifacts:README.zh.md",
32269
  "exists": true,
32270
+ "bytes": 7527,
32271
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32272
  },
32273
  "hf_model": {
32274
  "path": "hf_model:README.zh.md",
32275
  "exists": true,
32276
+ "bytes": 7527,
32277
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32278
  }
32279
  },
32280
  "failures": []
 
32285
  "local": {
32286
  "path": "repo:README.es.md",
32287
  "exists": true,
32288
+ "bytes": 7753,
32289
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32290
  },
32291
  "mirrors": {
32292
  "hf_space": {
32293
  "path": "hf_space:README.es.md",
32294
  "exists": true,
32295
+ "bytes": 7753,
32296
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32297
  },
32298
  "hf_artifacts": {
32299
  "path": "hf_artifacts:README.es.md",
32300
  "exists": true,
32301
+ "bytes": 7753,
32302
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32303
  },
32304
  "hf_model": {
32305
  "path": "hf_model:README.es.md",
32306
  "exists": true,
32307
+ "bytes": 7753,
32308
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32309
  }
32310
  },
32311
  "failures": []
 
32316
  "local": {
32317
  "path": "repo:README.fr.md",
32318
  "exists": true,
32319
+ "bytes": 7960,
32320
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32321
  },
32322
  "mirrors": {
32323
  "hf_space": {
32324
  "path": "hf_space:README.fr.md",
32325
  "exists": true,
32326
+ "bytes": 7960,
32327
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32328
  },
32329
  "hf_artifacts": {
32330
  "path": "hf_artifacts:README.fr.md",
32331
  "exists": true,
32332
+ "bytes": 7960,
32333
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32334
  },
32335
  "hf_model": {
32336
  "path": "hf_model:README.fr.md",
32337
  "exists": true,
32338
+ "bytes": 7960,
32339
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32340
  }
32341
  },
32342
  "failures": []
 
32347
  "local": {
32348
  "path": "repo:README.de.md",
32349
  "exists": true,
32350
+ "bytes": 7775,
32351
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32352
  },
32353
  "mirrors": {
32354
  "hf_space": {
32355
  "path": "hf_space:README.de.md",
32356
  "exists": true,
32357
+ "bytes": 7775,
32358
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32359
  },
32360
  "hf_artifacts": {
32361
  "path": "hf_artifacts:README.de.md",
32362
  "exists": true,
32363
+ "bytes": 7775,
32364
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32365
  },
32366
  "hf_model": {
32367
  "path": "hf_model:README.de.md",
32368
  "exists": true,
32369
+ "bytes": 7775,
32370
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32371
  }
32372
  },
32373
  "failures": []
 
32378
  "local": {
32379
  "path": "repo:README.ja.md",
32380
  "exists": true,
32381
+ "bytes": 7983,
32382
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32383
  },
32384
  "mirrors": {
32385
  "hf_space": {
32386
  "path": "hf_space:README.ja.md",
32387
  "exists": true,
32388
+ "bytes": 7983,
32389
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32390
  },
32391
  "hf_artifacts": {
32392
  "path": "hf_artifacts:README.ja.md",
32393
  "exists": true,
32394
+ "bytes": 7983,
32395
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32396
  },
32397
  "hf_model": {
32398
  "path": "hf_model:README.ja.md",
32399
  "exists": true,
32400
+ "bytes": 7983,
32401
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32402
  }
32403
  },
32404
  "failures": []
 
32409
  "local": {
32410
  "path": "repo:README.ko.md",
32411
  "exists": true,
32412
+ "bytes": 7746,
32413
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32414
  },
32415
  "mirrors": {
32416
  "hf_space": {
32417
  "path": "hf_space:README.ko.md",
32418
  "exists": true,
32419
+ "bytes": 7746,
32420
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32421
  },
32422
  "hf_artifacts": {
32423
  "path": "hf_artifacts:README.ko.md",
32424
  "exists": true,
32425
+ "bytes": 7746,
32426
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32427
  },
32428
  "hf_model": {
32429
  "path": "hf_model:README.ko.md",
32430
  "exists": true,
32431
+ "bytes": 7746,
32432
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32433
  }
32434
  },
32435
  "failures": []
 
32440
  "local": {
32441
  "path": "repo:README.pt.md",
32442
  "exists": true,
32443
+ "bytes": 7762,
32444
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32445
  },
32446
  "mirrors": {
32447
  "hf_space": {
32448
  "path": "hf_space:README.pt.md",
32449
  "exists": true,
32450
+ "bytes": 7762,
32451
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32452
  },
32453
  "hf_artifacts": {
32454
  "path": "hf_artifacts:README.pt.md",
32455
  "exists": true,
32456
+ "bytes": 7762,
32457
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32458
  },
32459
  "hf_model": {
32460
  "path": "hf_model:README.pt.md",
32461
  "exists": true,
32462
+ "bytes": 7762,
32463
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32464
  }
32465
  },
32466
  "failures": []
 
32595
  "local": {
32596
  "path": "repo:FIGURE_INDEX.md",
32597
  "exists": true,
32598
+ "bytes": 7472,
32599
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32600
  },
32601
  "mirrors": {
32602
  "hf_space": {
32603
  "path": "hf_space:FIGURE_INDEX.md",
32604
  "exists": true,
32605
+ "bytes": 7472,
32606
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32607
  },
32608
  "hf_artifacts": {
32609
  "path": "hf_artifacts:FIGURE_INDEX.md",
32610
  "exists": true,
32611
+ "bytes": 7472,
32612
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32613
  },
32614
  "hf_model": {
32615
  "path": "hf_model:FIGURE_INDEX.md",
32616
  "exists": true,
32617
+ "bytes": 7472,
32618
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32619
  }
32620
  },
32621
  "failures": []
docs/data/public_surface_qa.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T06:25:44+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
@@ -28,17 +28,17 @@
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
- "generated_at_utc": "2026-06-23T04:12:55+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
- "generated_at_utc": "2026-06-23T04:12:55+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
40
  "status": "pass",
41
- "generated_at_utc": "2026-06-22T21:02:07+00:00"
42
  },
43
  "publication_package": {
44
  "exists": true,
@@ -48,7 +48,7 @@
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
- "generated_at_utc": "2026-06-23T06:24:37+00:00"
52
  }
53
  },
54
  "failures": {}
@@ -95,8 +95,8 @@
95
  "status": "pass",
96
  "reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
97
  "marker_counts": {
98
- "Ropedia Xperience-10M Task Suite": 22,
99
- "Xperience-10M": 173,
100
  "20-task": 126,
101
  "Qwen3-Omni": 232,
102
  "128-episode pilot": 1
 
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:26:14+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
 
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
+ "generated_at_utc": "2026-06-23T07:24:36+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
+ "generated_at_utc": "2026-06-23T07:24:36+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
40
  "status": "pass",
41
+ "generated_at_utc": "2026-06-23T07:24:48+00:00"
42
  },
43
  "publication_package": {
44
  "exists": true,
 
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
+ "generated_at_utc": "2026-06-23T06:27:20+00:00"
52
  }
53
  },
54
  "failures": {}
 
95
  "status": "pass",
96
  "reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
97
  "marker_counts": {
98
+ "Ropedia Xperience-10M Task Suite": 23,
99
+ "Xperience-10M": 174,
100
  "20-task": 126,
101
  "Qwen3-Omni": 232,
102
  "128-episode pilot": 1
docs/data/publication_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T06:24:46+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:44:56+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
docs/data/quality_gates.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Release Checks",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T06:25:44+00:00",
5
  "rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
6
  "automated_gates": [
7
  {
 
1
  {
2
  "title": "Ropedia Xperience-10M Release Checks",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:26:14+00:00",
5
  "rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
6
  "automated_gates": [
7
  {
docs/data/scope_claims_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-22T21:02:07+00:00",
4
  "summary": {
5
  "qwen3_omni_verified_diagnostic_pilot": true,
6
  "dataset_manifest_num_episodes": 119,
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:24:48+00:00",
4
  "summary": {
5
  "qwen3_omni_verified_diagnostic_pilot": true,
6
  "dataset_manifest_num_episodes": 119,
docs/data/source_alignment_audit.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Source Alignment Note",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T04:12:55+00:00",
5
  "alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
6
  "alignment_summary": {
7
  "full_dataset_repo": "ropedia-ai/xperience-10m",
 
1
  {
2
  "title": "Ropedia Xperience-10M Source Alignment Note",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:24:36+00:00",
5
  "alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
6
  "alignment_summary": {
7
  "full_dataset_repo": "ropedia-ai/xperience-10m",
docs/data/task_surface_integrity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T04:12:55+00:00",
4
  "summary": {
5
  "original_walkthrough_task_count": 12,
6
  "expected_original_walkthrough_task_count": 12,
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:24:36+00:00",
4
  "summary": {
5
  "original_walkthrough_task_count": 12,
6
  "expected_original_walkthrough_task_count": 12,
docs/data/website_integrity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T06:16:03+00:00",
4
  "docs_root": "docs",
5
  "site_base": "/ropedia-xperience-10m-task-suite/",
6
  "summary": {
@@ -80,8 +80,8 @@
80
  "name": "project_overview_precedes_progress_ledger",
81
  "status": "pass",
82
  "reason": "The project overview should appear before the deeper progress ledger.",
83
- "overview_index": 192813,
84
- "evidence_index": 255779
85
  },
86
  {
87
  "name": "project_status_links_json",
@@ -159,9 +159,9 @@
159
  "name": "evaluation_protocol_between_overview_and_progress",
160
  "status": "pass",
161
  "reason": "The evaluation protocol should appear before the deeper evidence ledger.",
162
- "overview_index": 192813,
163
- "protocol_index": 251984,
164
- "evidence_index": 255779
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
@@ -345,7 +345,7 @@
345
  },
346
  {
347
  "path": "data/figure_index.json",
348
- "bytes": 20339,
349
  "top_level_type": "dict"
350
  },
351
  {
@@ -420,7 +420,7 @@
420
  },
421
  {
422
  "path": "data/publication_audit.json",
423
- "bytes": 14235,
424
  "top_level_type": "dict"
425
  },
426
  {
@@ -678,7 +678,7 @@
678
  {
679
  "path": "assets/charts/task_direction_pipeline_relationship.png",
680
  "exists": true,
681
- "bytes": 1541517,
682
  "width": 1672,
683
  "height": 941,
684
  "format": "PNG"
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:26:19+00:00",
4
  "docs_root": "docs",
5
  "site_base": "/ropedia-xperience-10m-task-suite/",
6
  "summary": {
 
80
  "name": "project_overview_precedes_progress_ledger",
81
  "status": "pass",
82
  "reason": "The project overview should appear before the deeper progress ledger.",
83
+ "overview_index": 192865,
84
+ "evidence_index": 257878
85
  },
86
  {
87
  "name": "project_status_links_json",
 
159
  "name": "evaluation_protocol_between_overview_and_progress",
160
  "status": "pass",
161
  "reason": "The evaluation protocol should appear before the deeper evidence ledger.",
162
+ "overview_index": 192865,
163
+ "protocol_index": 254083,
164
+ "evidence_index": 257878
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
 
345
  },
346
  {
347
  "path": "data/figure_index.json",
348
+ "bytes": 20390,
349
  "top_level_type": "dict"
350
  },
351
  {
 
420
  },
421
  {
422
  "path": "data/publication_audit.json",
423
+ "bytes": 10940,
424
  "top_level_type": "dict"
425
  },
426
  {
 
678
  {
679
  "path": "assets/charts/task_direction_pipeline_relationship.png",
680
  "exists": true,
681
+ "bytes": 1795186,
682
  "width": 1672,
683
  "height": 941,
684
  "format": "PNG"
docs/index.html CHANGED
@@ -1766,12 +1766,12 @@
1766
  }
1767
  .task-axis-grid {
1768
  display: grid;
1769
- grid-template-columns: repeat(3, minmax(0, 1fr));
1770
  gap: 12px;
1771
  }
1772
  .task-axis-visual {
1773
  position: relative;
1774
- margin: 0 0 16px;
1775
  border: 1px solid rgba(204, 255, 160, 0.18);
1776
  border-radius: var(--radius);
1777
  overflow: hidden;
@@ -1787,18 +1787,17 @@
1787
  background: #020502;
1788
  }
1789
  .task-axis-visual figcaption {
1790
- position: absolute;
1791
- left: 14px;
1792
- right: 14px;
1793
- bottom: 14px;
1794
  display: grid;
1795
- grid-template-columns: repeat(3, minmax(0, 1fr));
1796
  gap: 8px;
 
 
 
1797
  }
1798
  .task-axis-visual figcaption span {
1799
  border: 1px solid rgba(204, 255, 160, 0.22);
1800
  border-radius: 8px;
1801
- background: rgba(2, 5, 2, 0.72);
1802
  backdrop-filter: blur(10px);
1803
  color: rgba(245, 247, 240, 0.84);
1804
  font-family: var(--font-ui);
@@ -1819,7 +1818,7 @@
1819
  }
1820
  .task-axis-summary {
1821
  display: grid;
1822
- grid-template-columns: 1.08fr 1fr 0.92fr;
1823
  gap: 12px;
1824
  margin: 0 0 16px;
1825
  }
@@ -1877,7 +1876,7 @@
1877
  }
1878
  .task-axis-reader-rule {
1879
  display: grid;
1880
- grid-template-columns: repeat(3, minmax(0, 1fr));
1881
  gap: 12px;
1882
  margin: 0 0 16px;
1883
  }
@@ -1914,7 +1913,7 @@
1914
  }
1915
  .task-axis-key {
1916
  display: grid;
1917
- grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.92fr) minmax(0, 0.84fr);
1918
  gap: 12px;
1919
  margin: 0 0 16px;
1920
  }
@@ -2048,7 +2047,7 @@
2048
  }
2049
  .task-axis-flow {
2050
  display: grid;
2051
- grid-template-columns: 1fr auto 1fr auto 1fr;
2052
  align-items: center;
2053
  gap: 10px;
2054
  margin-top: 14px;
@@ -6709,13 +6708,13 @@
6709
  <a href="#artifacts"><span>04 reuse</span><strong>Artifacts and mirrors</strong><em>GitHub, GitHub Pages, HF Space, datasets, weights, and validation outputs.</em></a>
6710
  </div>
6711
  </div>
6712
- <div class="task-axis-panel" aria-label="Relationship between tasks, research directions, and training pipelines">
6713
  <div class="task-axis-head">
6714
  <div>
6715
  <small>relationship map</small>
6716
- <strong>20 tasks / 4 directions / 3 foundation pipelines.</strong>
6717
  </div>
6718
- <p>Read the project in that order. The 20 tasks are the scored contracts; the four directions are reader-facing research groupings over those tasks; the three foundation pipelines are model-training recipes that reuse the same episode files.</p>
6719
  </div>
6720
  <div class="task-axis-summary" aria-label="Reader key for the public structure">
6721
  <article class="task-axis-summary-card">
@@ -6742,8 +6741,16 @@
6742
  <p>Spatial intelligence, human-video world models, and vision-language-action models reuse the same files with different input-output recipes.</p>
6743
  </div>
6744
  </article>
 
 
 
 
 
 
 
 
6745
  </div>
6746
- <div class="task-axis-reader-rule" aria-label="How to identify the three public layers">
6747
  <article>
6748
  <span>score question</span>
6749
  <strong>If it has a metric, it belongs to the 20-task layer.</strong>
@@ -6759,13 +6766,19 @@
6759
  <strong>If it describes model inputs and targets, it belongs to the 3-pipeline layer.</strong>
6760
  <p>Spatial, world-model, and VLA pipelines are recipes for future scale-up and task-grounded model training.</p>
6761
  </article>
 
 
 
 
 
6762
  </div>
6763
  <figure class="task-axis-visual">
6764
- <img src="assets/charts/task_direction_pipeline_relationship.png?v=relationship-map-v2-chatgpt" alt="Labeled relationship map showing 20 task contracts flowing into four named research directions and three foundation-model training pipelines, with the current structure marked as expandable.">
6765
  <figcaption aria-label="Relationship map legend">
6766
  <span><strong>20 tasks</strong>Score axes used by every method row.</span>
6767
  <span><strong>4 directions</strong>Research questions for reading those scores.</span>
6768
  <span><strong>3 pipelines</strong>Training recipes for larger foundation models.</span>
 
6769
  </figcaption>
6770
  </figure>
6771
  <div class="task-axis-key" aria-label="Explicit relationship key for the map">
@@ -6817,6 +6830,17 @@
6817
  <li><b>3</b>Vision-language-action models</li>
6818
  </ol>
6819
  </article>
 
 
 
 
 
 
 
 
 
 
 
6820
  </div>
6821
  <div class="task-axis-grid">
6822
  <article class="task-axis-card">
@@ -6834,6 +6858,11 @@
6834
  <strong>3 foundation pipelines</strong>
6835
  <p>Spatial intelligence models; Human-video world models; Vision-language-action models.</p>
6836
  </article>
 
 
 
 
 
6837
  </div>
6838
  <div class="task-axis-flow" aria-label="Tasks directions and pipelines reading formula">
6839
  <strong>20 tasks are the score axes.</strong>
@@ -6841,6 +6870,8 @@
6841
  <strong>4 directions organize what the scores study.</strong>
6842
  <span>-></span>
6843
  <strong>3 pipelines describe how to train larger models.</strong>
 
 
6844
  </div>
6845
  </div>
6846
  <figure class="line-map-figure">
 
1766
  }
1767
  .task-axis-grid {
1768
  display: grid;
1769
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1770
  gap: 12px;
1771
  }
1772
  .task-axis-visual {
1773
  position: relative;
1774
+ margin: 22px 0 18px;
1775
  border: 1px solid rgba(204, 255, 160, 0.18);
1776
  border-radius: var(--radius);
1777
  overflow: hidden;
 
1787
  background: #020502;
1788
  }
1789
  .task-axis-visual figcaption {
 
 
 
 
1790
  display: grid;
1791
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1792
  gap: 8px;
1793
+ padding: 12px;
1794
+ border-top: 1px solid rgba(204, 255, 160, 0.16);
1795
+ background: rgba(2, 5, 2, 0.92);
1796
  }
1797
  .task-axis-visual figcaption span {
1798
  border: 1px solid rgba(204, 255, 160, 0.22);
1799
  border-radius: 8px;
1800
+ background: rgba(204, 255, 160, 0.055);
1801
  backdrop-filter: blur(10px);
1802
  color: rgba(245, 247, 240, 0.84);
1803
  font-family: var(--font-ui);
 
1818
  }
1819
  .task-axis-summary {
1820
  display: grid;
1821
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1822
  gap: 12px;
1823
  margin: 0 0 16px;
1824
  }
 
1876
  }
1877
  .task-axis-reader-rule {
1878
  display: grid;
1879
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1880
  gap: 12px;
1881
  margin: 0 0 16px;
1882
  }
 
1913
  }
1914
  .task-axis-key {
1915
  display: grid;
1916
+ grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.82fr));
1917
  gap: 12px;
1918
  margin: 0 0 16px;
1919
  }
 
2047
  }
2048
  .task-axis-flow {
2049
  display: grid;
2050
+ grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
2051
  align-items: center;
2052
  gap: 10px;
2053
  margin-top: 14px;
 
6708
  <a href="#artifacts"><span>04 reuse</span><strong>Artifacts and mirrors</strong><em>GitHub, GitHub Pages, HF Space, datasets, weights, and validation outputs.</em></a>
6709
  </div>
6710
  </div>
6711
+ <div class="task-axis-panel" aria-label="Relationship between tasks, research directions, training pipelines, and unified embodied model target">
6712
  <div class="task-axis-head">
6713
  <div>
6714
  <small>relationship map</small>
6715
+ <strong>20 tasks / 4 directions / 3 pipelines / 1 unified model target.</strong>
6716
  </div>
6717
+ <p>Read the project in that order. The 20 tasks are scored contracts; the four directions group what those scores study; the three pipelines define training recipes; the unified embodied model is the long-term integration target.</p>
6718
  </div>
6719
  <div class="task-axis-summary" aria-label="Reader key for the public structure">
6720
  <article class="task-axis-summary-card">
 
6741
  <p>Spatial intelligence, human-video world models, and vision-language-action models reuse the same files with different input-output recipes.</p>
6742
  </div>
6743
  </article>
6744
+ <article class="task-axis-summary-card">
6745
+ <span class="task-axis-count">1</span>
6746
+ <div>
6747
+ <small>unified target</small>
6748
+ <strong>One embodied foundation model goal.</strong>
6749
+ <p>The pipeline outputs converge toward perception, 3D memory, language, action, and planning in one model family.</p>
6750
+ </div>
6751
+ </article>
6752
  </div>
6753
+ <div class="task-axis-reader-rule" aria-label="How to identify the public layers">
6754
  <article>
6755
  <span>score question</span>
6756
  <strong>If it has a metric, it belongs to the 20-task layer.</strong>
 
6766
  <strong>If it describes model inputs and targets, it belongs to the 3-pipeline layer.</strong>
6767
  <p>Spatial, world-model, and VLA pipelines are recipes for future scale-up and task-grounded model training.</p>
6768
  </article>
6769
+ <article>
6770
+ <span>synthesis question</span>
6771
+ <strong>If it combines pipeline abilities, it belongs to the unified-model target.</strong>
6772
+ <p>This is the expandable integration goal, not an extra scored task axis in the 180-result matrix.</p>
6773
+ </article>
6774
  </div>
6775
  <figure class="task-axis-visual">
6776
+ <img src="assets/charts/task_direction_pipeline_relationship.png?v=relationship-map-v4-unified" alt="Labeled Ropedia Xperience-10M Task Suite relationship map showing 20 task contracts flowing into four named research directions, three foundation-model training pipelines, and one unified embodied foundation model target, with each layer open to expand.">
6777
  <figcaption aria-label="Relationship map legend">
6778
  <span><strong>20 tasks</strong>Score axes used by every method row.</span>
6779
  <span><strong>4 directions</strong>Research questions for reading those scores.</span>
6780
  <span><strong>3 pipelines</strong>Training recipes for larger foundation models.</span>
6781
+ <span><strong>1 unified model</strong>Future integration target, not a new score axis.</span>
6782
  </figcaption>
6783
  </figure>
6784
  <div class="task-axis-key" aria-label="Explicit relationship key for the map">
 
6830
  <li><b>3</b>Vision-language-action models</li>
6831
  </ol>
6832
  </article>
6833
+ <article class="task-axis-key-card">
6834
+ <span>1 unified target</span>
6835
+ <strong>The pipelines converge into one embodied model goal.</strong>
6836
+ <p>This target integrates perception, 3D memory, language, action, and planning. It is a research direction for scale-up, not a tenth method or twenty-first task.</p>
6837
+ <ol class="task-axis-mini-list">
6838
+ <li><b>P</b>Perception and multimodal input</li>
6839
+ <li><b>M</b>3D memory and scene state</li>
6840
+ <li><b>L</b>Language-grounded reasoning</li>
6841
+ <li><b>A</b>Action and planning</li>
6842
+ </ol>
6843
+ </article>
6844
  </div>
6845
  <div class="task-axis-grid">
6846
  <article class="task-axis-card">
 
6858
  <strong>3 foundation pipelines</strong>
6859
  <p>Spatial intelligence models; Human-video world models; Vision-language-action models.</p>
6860
  </article>
6861
+ <article class="task-axis-card">
6862
+ <span>synthesis target</span>
6863
+ <strong>1 unified embodied model</strong>
6864
+ <p>A long-term model target where perception, spatial memory, language, action, and planning are trained against the same evidence structure.</p>
6865
+ </article>
6866
  </div>
6867
  <div class="task-axis-flow" aria-label="Tasks directions and pipelines reading formula">
6868
  <strong>20 tasks are the score axes.</strong>
 
6870
  <strong>4 directions organize what the scores study.</strong>
6871
  <span>-></span>
6872
  <strong>3 pipelines describe how to train larger models.</strong>
6873
+ <span>-></span>
6874
+ <strong>1 unified model is the integration target.</strong>
6875
  </div>
6876
  </div>
6877
  <figure class="line-map-figure">
index.html CHANGED
@@ -1766,12 +1766,12 @@
1766
  }
1767
  .task-axis-grid {
1768
  display: grid;
1769
- grid-template-columns: repeat(3, minmax(0, 1fr));
1770
  gap: 12px;
1771
  }
1772
  .task-axis-visual {
1773
  position: relative;
1774
- margin: 0 0 16px;
1775
  border: 1px solid rgba(204, 255, 160, 0.18);
1776
  border-radius: var(--radius);
1777
  overflow: hidden;
@@ -1787,18 +1787,17 @@
1787
  background: #020502;
1788
  }
1789
  .task-axis-visual figcaption {
1790
- position: absolute;
1791
- left: 14px;
1792
- right: 14px;
1793
- bottom: 14px;
1794
  display: grid;
1795
- grid-template-columns: repeat(3, minmax(0, 1fr));
1796
  gap: 8px;
 
 
 
1797
  }
1798
  .task-axis-visual figcaption span {
1799
  border: 1px solid rgba(204, 255, 160, 0.22);
1800
  border-radius: 8px;
1801
- background: rgba(2, 5, 2, 0.72);
1802
  backdrop-filter: blur(10px);
1803
  color: rgba(245, 247, 240, 0.84);
1804
  font-family: var(--font-ui);
@@ -1819,7 +1818,7 @@
1819
  }
1820
  .task-axis-summary {
1821
  display: grid;
1822
- grid-template-columns: 1.08fr 1fr 0.92fr;
1823
  gap: 12px;
1824
  margin: 0 0 16px;
1825
  }
@@ -1877,7 +1876,7 @@
1877
  }
1878
  .task-axis-reader-rule {
1879
  display: grid;
1880
- grid-template-columns: repeat(3, minmax(0, 1fr));
1881
  gap: 12px;
1882
  margin: 0 0 16px;
1883
  }
@@ -1914,7 +1913,7 @@
1914
  }
1915
  .task-axis-key {
1916
  display: grid;
1917
- grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.92fr) minmax(0, 0.84fr);
1918
  gap: 12px;
1919
  margin: 0 0 16px;
1920
  }
@@ -2048,7 +2047,7 @@
2048
  }
2049
  .task-axis-flow {
2050
  display: grid;
2051
- grid-template-columns: 1fr auto 1fr auto 1fr;
2052
  align-items: center;
2053
  gap: 10px;
2054
  margin-top: 14px;
@@ -6709,13 +6708,13 @@
6709
  <a href="#artifacts"><span>04 reuse</span><strong>Artifacts and mirrors</strong><em>GitHub, GitHub Pages, HF Space, datasets, weights, and validation outputs.</em></a>
6710
  </div>
6711
  </div>
6712
- <div class="task-axis-panel" aria-label="Relationship between tasks, research directions, and training pipelines">
6713
  <div class="task-axis-head">
6714
  <div>
6715
  <small>relationship map</small>
6716
- <strong>20 tasks / 4 directions / 3 foundation pipelines.</strong>
6717
  </div>
6718
- <p>Read the project in that order. The 20 tasks are the scored contracts; the four directions are reader-facing research groupings over those tasks; the three foundation pipelines are model-training recipes that reuse the same episode files.</p>
6719
  </div>
6720
  <div class="task-axis-summary" aria-label="Reader key for the public structure">
6721
  <article class="task-axis-summary-card">
@@ -6742,8 +6741,16 @@
6742
  <p>Spatial intelligence, human-video world models, and vision-language-action models reuse the same files with different input-output recipes.</p>
6743
  </div>
6744
  </article>
 
 
 
 
 
 
 
 
6745
  </div>
6746
- <div class="task-axis-reader-rule" aria-label="How to identify the three public layers">
6747
  <article>
6748
  <span>score question</span>
6749
  <strong>If it has a metric, it belongs to the 20-task layer.</strong>
@@ -6759,13 +6766,19 @@
6759
  <strong>If it describes model inputs and targets, it belongs to the 3-pipeline layer.</strong>
6760
  <p>Spatial, world-model, and VLA pipelines are recipes for future scale-up and task-grounded model training.</p>
6761
  </article>
 
 
 
 
 
6762
  </div>
6763
  <figure class="task-axis-visual">
6764
- <img src="assets/charts/task_direction_pipeline_relationship.png?v=relationship-map-v2-chatgpt" alt="Labeled relationship map showing 20 task contracts flowing into four named research directions and three foundation-model training pipelines, with the current structure marked as expandable.">
6765
  <figcaption aria-label="Relationship map legend">
6766
  <span><strong>20 tasks</strong>Score axes used by every method row.</span>
6767
  <span><strong>4 directions</strong>Research questions for reading those scores.</span>
6768
  <span><strong>3 pipelines</strong>Training recipes for larger foundation models.</span>
 
6769
  </figcaption>
6770
  </figure>
6771
  <div class="task-axis-key" aria-label="Explicit relationship key for the map">
@@ -6817,6 +6830,17 @@
6817
  <li><b>3</b>Vision-language-action models</li>
6818
  </ol>
6819
  </article>
 
 
 
 
 
 
 
 
 
 
 
6820
  </div>
6821
  <div class="task-axis-grid">
6822
  <article class="task-axis-card">
@@ -6834,6 +6858,11 @@
6834
  <strong>3 foundation pipelines</strong>
6835
  <p>Spatial intelligence models; Human-video world models; Vision-language-action models.</p>
6836
  </article>
 
 
 
 
 
6837
  </div>
6838
  <div class="task-axis-flow" aria-label="Tasks directions and pipelines reading formula">
6839
  <strong>20 tasks are the score axes.</strong>
@@ -6841,6 +6870,8 @@
6841
  <strong>4 directions organize what the scores study.</strong>
6842
  <span>-></span>
6843
  <strong>3 pipelines describe how to train larger models.</strong>
 
 
6844
  </div>
6845
  </div>
6846
  <figure class="line-map-figure">
 
1766
  }
1767
  .task-axis-grid {
1768
  display: grid;
1769
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1770
  gap: 12px;
1771
  }
1772
  .task-axis-visual {
1773
  position: relative;
1774
+ margin: 22px 0 18px;
1775
  border: 1px solid rgba(204, 255, 160, 0.18);
1776
  border-radius: var(--radius);
1777
  overflow: hidden;
 
1787
  background: #020502;
1788
  }
1789
  .task-axis-visual figcaption {
 
 
 
 
1790
  display: grid;
1791
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1792
  gap: 8px;
1793
+ padding: 12px;
1794
+ border-top: 1px solid rgba(204, 255, 160, 0.16);
1795
+ background: rgba(2, 5, 2, 0.92);
1796
  }
1797
  .task-axis-visual figcaption span {
1798
  border: 1px solid rgba(204, 255, 160, 0.22);
1799
  border-radius: 8px;
1800
+ background: rgba(204, 255, 160, 0.055);
1801
  backdrop-filter: blur(10px);
1802
  color: rgba(245, 247, 240, 0.84);
1803
  font-family: var(--font-ui);
 
1818
  }
1819
  .task-axis-summary {
1820
  display: grid;
1821
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1822
  gap: 12px;
1823
  margin: 0 0 16px;
1824
  }
 
1876
  }
1877
  .task-axis-reader-rule {
1878
  display: grid;
1879
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1880
  gap: 12px;
1881
  margin: 0 0 16px;
1882
  }
 
1913
  }
1914
  .task-axis-key {
1915
  display: grid;
1916
+ grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.82fr));
1917
  gap: 12px;
1918
  margin: 0 0 16px;
1919
  }
 
2047
  }
2048
  .task-axis-flow {
2049
  display: grid;
2050
+ grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
2051
  align-items: center;
2052
  gap: 10px;
2053
  margin-top: 14px;
 
6708
  <a href="#artifacts"><span>04 reuse</span><strong>Artifacts and mirrors</strong><em>GitHub, GitHub Pages, HF Space, datasets, weights, and validation outputs.</em></a>
6709
  </div>
6710
  </div>
6711
+ <div class="task-axis-panel" aria-label="Relationship between tasks, research directions, training pipelines, and unified embodied model target">
6712
  <div class="task-axis-head">
6713
  <div>
6714
  <small>relationship map</small>
6715
+ <strong>20 tasks / 4 directions / 3 pipelines / 1 unified model target.</strong>
6716
  </div>
6717
+ <p>Read the project in that order. The 20 tasks are scored contracts; the four directions group what those scores study; the three pipelines define training recipes; the unified embodied model is the long-term integration target.</p>
6718
  </div>
6719
  <div class="task-axis-summary" aria-label="Reader key for the public structure">
6720
  <article class="task-axis-summary-card">
 
6741
  <p>Spatial intelligence, human-video world models, and vision-language-action models reuse the same files with different input-output recipes.</p>
6742
  </div>
6743
  </article>
6744
+ <article class="task-axis-summary-card">
6745
+ <span class="task-axis-count">1</span>
6746
+ <div>
6747
+ <small>unified target</small>
6748
+ <strong>One embodied foundation model goal.</strong>
6749
+ <p>The pipeline outputs converge toward perception, 3D memory, language, action, and planning in one model family.</p>
6750
+ </div>
6751
+ </article>
6752
  </div>
6753
+ <div class="task-axis-reader-rule" aria-label="How to identify the public layers">
6754
  <article>
6755
  <span>score question</span>
6756
  <strong>If it has a metric, it belongs to the 20-task layer.</strong>
 
6766
  <strong>If it describes model inputs and targets, it belongs to the 3-pipeline layer.</strong>
6767
  <p>Spatial, world-model, and VLA pipelines are recipes for future scale-up and task-grounded model training.</p>
6768
  </article>
6769
+ <article>
6770
+ <span>synthesis question</span>
6771
+ <strong>If it combines pipeline abilities, it belongs to the unified-model target.</strong>
6772
+ <p>This is the expandable integration goal, not an extra scored task axis in the 180-result matrix.</p>
6773
+ </article>
6774
  </div>
6775
  <figure class="task-axis-visual">
6776
+ <img src="assets/charts/task_direction_pipeline_relationship.png?v=relationship-map-v4-unified" alt="Labeled Ropedia Xperience-10M Task Suite relationship map showing 20 task contracts flowing into four named research directions, three foundation-model training pipelines, and one unified embodied foundation model target, with each layer open to expand.">
6777
  <figcaption aria-label="Relationship map legend">
6778
  <span><strong>20 tasks</strong>Score axes used by every method row.</span>
6779
  <span><strong>4 directions</strong>Research questions for reading those scores.</span>
6780
  <span><strong>3 pipelines</strong>Training recipes for larger foundation models.</span>
6781
+ <span><strong>1 unified model</strong>Future integration target, not a new score axis.</span>
6782
  </figcaption>
6783
  </figure>
6784
  <div class="task-axis-key" aria-label="Explicit relationship key for the map">
 
6830
  <li><b>3</b>Vision-language-action models</li>
6831
  </ol>
6832
  </article>
6833
+ <article class="task-axis-key-card">
6834
+ <span>1 unified target</span>
6835
+ <strong>The pipelines converge into one embodied model goal.</strong>
6836
+ <p>This target integrates perception, 3D memory, language, action, and planning. It is a research direction for scale-up, not a tenth method or twenty-first task.</p>
6837
+ <ol class="task-axis-mini-list">
6838
+ <li><b>P</b>Perception and multimodal input</li>
6839
+ <li><b>M</b>3D memory and scene state</li>
6840
+ <li><b>L</b>Language-grounded reasoning</li>
6841
+ <li><b>A</b>Action and planning</li>
6842
+ </ol>
6843
+ </article>
6844
  </div>
6845
  <div class="task-axis-grid">
6846
  <article class="task-axis-card">
 
6858
  <strong>3 foundation pipelines</strong>
6859
  <p>Spatial intelligence models; Human-video world models; Vision-language-action models.</p>
6860
  </article>
6861
+ <article class="task-axis-card">
6862
+ <span>synthesis target</span>
6863
+ <strong>1 unified embodied model</strong>
6864
+ <p>A long-term model target where perception, spatial memory, language, action, and planning are trained against the same evidence structure.</p>
6865
+ </article>
6866
  </div>
6867
  <div class="task-axis-flow" aria-label="Tasks directions and pipelines reading formula">
6868
  <strong>20 tasks are the score axes.</strong>
 
6870
  <strong>4 directions organize what the scores study.</strong>
6871
  <span>-></span>
6872
  <strong>3 pipelines describe how to train larger models.</strong>
6873
+ <span>-></span>
6874
+ <strong>1 unified model is the integration target.</strong>
6875
  </div>
6876
  </div>
6877
  <figure class="line-map-figure">
metrics/artifact_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
- "generated_at_utc": "2026-06-23T06:16:03+00:00",
4
  "status": "pass",
5
  "artifact_count": 228,
6
  "missing": [],
@@ -632,7 +632,7 @@
632
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
633
  "exists": true,
634
  "bytes": 4432,
635
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
636
  },
637
  {
638
  "id": "source_alignment_validator",
@@ -1093,8 +1093,8 @@
1093
  "surface": "repo_hf",
1094
  "shows": "Catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts.",
1095
  "exists": true,
1096
- "bytes": 7421,
1097
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
1098
  },
1099
  {
1100
  "id": "figure_index_json",
@@ -1104,8 +1104,8 @@
1104
  "surface": "website_hf",
1105
  "shows": "Machine-readable visual asset index for website and Hugging Face mirrors.",
1106
  "exists": true,
1107
- "bytes": 20339,
1108
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
1109
  },
1110
  {
1111
  "id": "figure_index_builder",
@@ -1115,8 +1115,8 @@
1115
  "surface": "repo_hf",
1116
  "shows": "Regenerates visual-asset hashes, dimensions, and source-script provenance.",
1117
  "exists": true,
1118
- "bytes": 17444,
1119
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
1120
  },
1121
  {
1122
  "id": "brand_assets_json",
@@ -1182,7 +1182,7 @@
1182
  "shows": "Machine-readable release-check summary for validators, mirrors, and public project surfaces.",
1183
  "exists": true,
1184
  "bytes": 8640,
1185
- "sha256": "dedc34fa478d0d55198dd775205f0fe76032a964f70b6eb34e7d5941bcb3ab03"
1186
  },
1187
  {
1188
  "id": "public_surface_qa",
@@ -1318,8 +1318,8 @@
1318
  "surface": "repo",
1319
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
1320
  "exists": true,
1321
- "bytes": 69811,
1322
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
1323
  },
1324
  {
1325
  "id": "reproducibility_contract",
@@ -1363,7 +1363,7 @@
1363
  "volatile": true,
1364
  "shows": "Confirms public bundles exclude raw data, caches, heavy archives, and credential text.",
1365
  "exists": true,
1366
- "bytes": 14235,
1367
  "hash_policy": "existence_and_size_only"
1368
  },
1369
  {
 
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
+ "generated_at_utc": "2026-06-23T07:24:42+00:00",
4
  "status": "pass",
5
  "artifact_count": 228,
6
  "missing": [],
 
632
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
633
  "exists": true,
634
  "bytes": 4432,
635
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
636
  },
637
  {
638
  "id": "source_alignment_validator",
 
1093
  "surface": "repo_hf",
1094
  "shows": "Catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts.",
1095
  "exists": true,
1096
+ "bytes": 7472,
1097
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
1098
  },
1099
  {
1100
  "id": "figure_index_json",
 
1104
  "surface": "website_hf",
1105
  "shows": "Machine-readable visual asset index for website and Hugging Face mirrors.",
1106
  "exists": true,
1107
+ "bytes": 20390,
1108
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
1109
  },
1110
  {
1111
  "id": "figure_index_builder",
 
1115
  "surface": "repo_hf",
1116
  "shows": "Regenerates visual-asset hashes, dimensions, and source-script provenance.",
1117
  "exists": true,
1118
+ "bytes": 17495,
1119
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
1120
  },
1121
  {
1122
  "id": "brand_assets_json",
 
1182
  "shows": "Machine-readable release-check summary for validators, mirrors, and public project surfaces.",
1183
  "exists": true,
1184
  "bytes": 8640,
1185
+ "sha256": "812203f1e12b211770f2a0771ecc2cf27d350250ea8181867e41e9c5f9ff47fc"
1186
  },
1187
  {
1188
  "id": "public_surface_qa",
 
1318
  "surface": "repo",
1319
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
1320
  "exists": true,
1321
+ "bytes": 69839,
1322
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
1323
  },
1324
  {
1325
  "id": "reproducibility_contract",
 
1363
  "volatile": true,
1364
  "shows": "Confirms public bundles exclude raw data, caches, heavy archives, and credential text.",
1365
  "exists": true,
1366
+ "bytes": 10940,
1367
  "hash_policy": "existence_and_size_only"
1368
  },
1369
  {
metrics/figure_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Figure Index",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T06:16:03+00:00",
5
  "scope": "Public figures, diagrams, charts, and derived modality thumbnails. Raw Xperience-10M videos, annotations, RRD files, and Qwen weights are excluded.",
6
  "figure_count": 30,
7
  "figures": [
@@ -109,14 +109,14 @@
109
  },
110
  {
111
  "id": "task_direction_pipeline_relationship",
112
- "title": "20-task / 4-direction / 3-pipeline relationship map",
113
  "path": "docs/assets/charts/task_direction_pipeline_relationship.png",
114
- "role": "Overview map showing the exact 20 task tiles, four research-direction groups, and three foundation-pipeline columns used by the public reader flow.",
115
  "source_script": "docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
116
  "surface": "website overview, HF Space, artifact dataset, model card",
117
  "exists": true,
118
- "bytes": 1541517,
119
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0",
120
  "dimensions": {
121
  "format": "PNG",
122
  "width": 1672,
 
1
  {
2
  "title": "Ropedia Xperience-10M Figure Index",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:16:44+00:00",
5
  "scope": "Public figures, diagrams, charts, and derived modality thumbnails. Raw Xperience-10M videos, annotations, RRD files, and Qwen weights are excluded.",
6
  "figure_count": 30,
7
  "figures": [
 
109
  },
110
  {
111
  "id": "task_direction_pipeline_relationship",
112
+ "title": "20-task / 4-direction / 3-pipeline / unified-model relationship map",
113
  "path": "docs/assets/charts/task_direction_pipeline_relationship.png",
114
+ "role": "Overview map showing the exact 20 task tiles, four research-direction groups, three foundation-pipeline columns, and the unified embodied model target used by the public reader flow.",
115
  "source_script": "docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
116
  "surface": "website overview, HF Space, artifact dataset, model card",
117
  "exists": true,
118
+ "bytes": 1795186,
119
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b",
120
  "dimensions": {
121
  "format": "PNG",
122
  "width": 1672,
metrics/mirror_parity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T06:24:37+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
  "group_count": 1308,
@@ -139,44 +139,44 @@
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
  "bytes": 124477,
142
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
  "bytes": 124477,
149
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
  "bytes": 124477,
155
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
  "bytes": 124477,
161
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
  "bytes": 124477,
167
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
  "bytes": 124477,
173
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
  "bytes": 124477,
179
- "sha256": "aa842a9b46089d1b6091841a2d7fc5ed854ebac3ffffbe6f4b13eb3a8387d534"
180
  }
181
  },
182
  "failures": []
@@ -334,45 +334,45 @@
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
- "bytes": 20339,
338
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
- "bytes": 20339,
345
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
- "bytes": 20339,
351
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
- "bytes": 20339,
357
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
- "bytes": 20339,
363
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
- "bytes": 20339,
369
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
- "bytes": 20339,
375
- "sha256": "15bb5dad98b9e53cb88c74e20e0a2b7e8f0080bf6d8301262b3df3e97216fe33"
376
  }
377
  },
378
  "failures": []
@@ -972,44 +972,44 @@
972
  "path": "repo:docs/data/publication_audit.json",
973
  "exists": true,
974
  "bytes": 10940,
975
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
976
  },
977
  "mirrors": {
978
  "hf_space": {
979
  "path": "hf_space:data/publication_audit.json",
980
  "exists": true,
981
  "bytes": 10940,
982
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
983
  },
984
  "hf_artifacts_data": {
985
  "path": "hf_artifacts:data/publication_audit.json",
986
  "exists": true,
987
  "bytes": 10940,
988
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
989
  },
990
  "hf_artifacts": {
991
  "path": "hf_artifacts:docs/data/publication_audit.json",
992
  "exists": true,
993
  "bytes": 10940,
994
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
995
  },
996
  "hf_model_data": {
997
  "path": "hf_model:data/publication_audit.json",
998
  "exists": true,
999
  "bytes": 10940,
1000
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
1001
  },
1002
  "hf_model_docs_data": {
1003
  "path": "hf_model:docs/data/publication_audit.json",
1004
  "exists": true,
1005
  "bytes": 10940,
1006
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
1007
  },
1008
  "hf_model": {
1009
  "path": "hf_model:metrics/publication_audit.json",
1010
  "exists": true,
1011
  "bytes": 10940,
1012
- "sha256": "a32ab09cf1ab4aa3b434eb6409be36b7c60d2060f6268060e560478ba826ff62"
1013
  }
1014
  },
1015
  "failures": []
@@ -1021,44 +1021,44 @@
1021
  "path": "repo:docs/data/public_surface_qa.json",
1022
  "exists": true,
1023
  "bytes": 7690,
1024
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1025
  },
1026
  "mirrors": {
1027
  "hf_space": {
1028
  "path": "hf_space:data/public_surface_qa.json",
1029
  "exists": true,
1030
  "bytes": 7690,
1031
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1032
  },
1033
  "hf_artifacts_data": {
1034
  "path": "hf_artifacts:data/public_surface_qa.json",
1035
  "exists": true,
1036
  "bytes": 7690,
1037
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1038
  },
1039
  "hf_artifacts": {
1040
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
1041
  "exists": true,
1042
  "bytes": 7690,
1043
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1044
  },
1045
  "hf_model_data": {
1046
  "path": "hf_model:data/public_surface_qa.json",
1047
  "exists": true,
1048
  "bytes": 7690,
1049
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1050
  },
1051
  "hf_model_docs_data": {
1052
  "path": "hf_model:docs/data/public_surface_qa.json",
1053
  "exists": true,
1054
  "bytes": 7690,
1055
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1056
  },
1057
  "hf_model": {
1058
  "path": "hf_model:metrics/public_surface_qa.json",
1059
  "exists": true,
1060
  "bytes": 7690,
1061
- "sha256": "92fa0026b930e9220eb9c7ac8e14f1f69d6463d136dce822046cd4e5f1ed8d18"
1062
  }
1063
  },
1064
  "failures": []
@@ -1217,44 +1217,44 @@
1217
  "path": "repo:docs/data/quality_gates.json",
1218
  "exists": true,
1219
  "bytes": 8640,
1220
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1221
  },
1222
  "mirrors": {
1223
  "hf_space": {
1224
  "path": "hf_space:data/quality_gates.json",
1225
  "exists": true,
1226
  "bytes": 8640,
1227
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1228
  },
1229
  "hf_artifacts_data": {
1230
  "path": "hf_artifacts:data/quality_gates.json",
1231
  "exists": true,
1232
  "bytes": 8640,
1233
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1234
  },
1235
  "hf_artifacts": {
1236
  "path": "hf_artifacts:docs/data/quality_gates.json",
1237
  "exists": true,
1238
  "bytes": 8640,
1239
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1240
  },
1241
  "hf_model_data": {
1242
  "path": "hf_model:data/quality_gates.json",
1243
  "exists": true,
1244
  "bytes": 8640,
1245
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1246
  },
1247
  "hf_model_docs_data": {
1248
  "path": "hf_model:docs/data/quality_gates.json",
1249
  "exists": true,
1250
  "bytes": 8640,
1251
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1252
  },
1253
  "hf_model": {
1254
  "path": "hf_model:metrics/quality_gates.json",
1255
  "exists": true,
1256
  "bytes": 8640,
1257
- "sha256": "74619e3b939d2308920fbc2261211272573b7935b130f91a35d773b368bdee6e"
1258
  }
1259
  },
1260
  "failures": []
@@ -1658,44 +1658,44 @@
1658
  "path": "repo:docs/data/scope_claims_audit.json",
1659
  "exists": true,
1660
  "bytes": 21322,
1661
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1662
  },
1663
  "mirrors": {
1664
  "hf_space": {
1665
  "path": "hf_space:data/scope_claims_audit.json",
1666
  "exists": true,
1667
  "bytes": 21322,
1668
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1669
  },
1670
  "hf_artifacts_data": {
1671
  "path": "hf_artifacts:data/scope_claims_audit.json",
1672
  "exists": true,
1673
  "bytes": 21322,
1674
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1675
  },
1676
  "hf_artifacts": {
1677
  "path": "hf_artifacts:docs/data/scope_claims_audit.json",
1678
  "exists": true,
1679
  "bytes": 21322,
1680
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1681
  },
1682
  "hf_model_data": {
1683
  "path": "hf_model:data/scope_claims_audit.json",
1684
  "exists": true,
1685
  "bytes": 21322,
1686
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1687
  },
1688
  "hf_model_docs_data": {
1689
  "path": "hf_model:docs/data/scope_claims_audit.json",
1690
  "exists": true,
1691
  "bytes": 21322,
1692
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1693
  },
1694
  "hf_model": {
1695
  "path": "hf_model:metrics/scope_claims_audit.json",
1696
  "exists": true,
1697
  "bytes": 21322,
1698
- "sha256": "6f451b4b6d371c70fc110183750a5d9fea360862514e5c7d91142e01e976ec1c"
1699
  }
1700
  },
1701
  "failures": []
@@ -1756,44 +1756,44 @@
1756
  "path": "repo:docs/data/source_alignment_audit.json",
1757
  "exists": true,
1758
  "bytes": 4432,
1759
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/source_alignment_audit.json",
1764
  "exists": true,
1765
  "bytes": 4432,
1766
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/source_alignment_audit.json",
1770
  "exists": true,
1771
  "bytes": 4432,
1772
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1776
  "exists": true,
1777
  "bytes": 4432,
1778
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/source_alignment_audit.json",
1782
  "exists": true,
1783
  "bytes": 4432,
1784
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/source_alignment_audit.json",
1788
  "exists": true,
1789
  "bytes": 4432,
1790
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/source_alignment_audit.json",
1794
  "exists": true,
1795
  "bytes": 4432,
1796
- "sha256": "e8706007477657bf1d8155006462101d355b8c9bf0d8ab155fc74a577ccfec46"
1797
  }
1798
  },
1799
  "failures": []
@@ -2197,44 +2197,44 @@
2197
  "path": "repo:docs/data/task_surface_integrity.json",
2198
  "exists": true,
2199
  "bytes": 46399,
2200
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/task_surface_integrity.json",
2205
  "exists": true,
2206
  "bytes": 46399,
2207
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/task_surface_integrity.json",
2211
  "exists": true,
2212
  "bytes": 46399,
2213
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
2217
  "exists": true,
2218
  "bytes": 46399,
2219
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/task_surface_integrity.json",
2223
  "exists": true,
2224
  "bytes": 46399,
2225
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/task_surface_integrity.json",
2229
  "exists": true,
2230
  "bytes": 46399,
2231
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/task_surface_integrity.json",
2235
  "exists": true,
2236
  "bytes": 46399,
2237
- "sha256": "2d1e6ecd2eb7c15f4eeafac82e50035e1bde7fb2dd8fa64c521b1200f362707b"
2238
  }
2239
  },
2240
  "failures": []
@@ -2589,44 +2589,44 @@
2589
  "path": "repo:docs/data/website_integrity.json",
2590
  "exists": true,
2591
  "bytes": 25144,
2592
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2593
  },
2594
  "mirrors": {
2595
  "hf_space": {
2596
  "path": "hf_space:data/website_integrity.json",
2597
  "exists": true,
2598
  "bytes": 25144,
2599
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2600
  },
2601
  "hf_artifacts_data": {
2602
  "path": "hf_artifacts:data/website_integrity.json",
2603
  "exists": true,
2604
  "bytes": 25144,
2605
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2606
  },
2607
  "hf_artifacts": {
2608
  "path": "hf_artifacts:docs/data/website_integrity.json",
2609
  "exists": true,
2610
  "bytes": 25144,
2611
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2612
  },
2613
  "hf_model_data": {
2614
  "path": "hf_model:data/website_integrity.json",
2615
  "exists": true,
2616
  "bytes": 25144,
2617
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2618
  },
2619
  "hf_model_docs_data": {
2620
  "path": "hf_model:docs/data/website_integrity.json",
2621
  "exists": true,
2622
  "bytes": 25144,
2623
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2624
  },
2625
  "hf_model": {
2626
  "path": "hf_model:metrics/website_integrity.json",
2627
  "exists": true,
2628
  "bytes": 25144,
2629
- "sha256": "8b235af4ace30dc0c8f2ec3f69e8328c2d5bda3c2edc7db9e43c5ae93c3c2146"
2630
  }
2631
  },
2632
  "failures": []
@@ -2994,33 +2994,33 @@
2994
  "local": {
2995
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.png",
2996
  "exists": true,
2997
- "bytes": 1541517,
2998
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
2999
  },
3000
  "mirrors": {
3001
  "hf_space": {
3002
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.png",
3003
  "exists": true,
3004
- "bytes": 1541517,
3005
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3006
  },
3007
  "hf_artifacts_docs": {
3008
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.png",
3009
  "exists": true,
3010
- "bytes": 1541517,
3011
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3012
  },
3013
  "hf_artifacts_card": {
3014
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.png",
3015
  "exists": true,
3016
- "bytes": 1541517,
3017
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3018
  },
3019
  "hf_model": {
3020
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.png",
3021
  "exists": true,
3022
- "bytes": 1541517,
3023
- "sha256": "0e70d267ada316447cd8ade3181f5037af9805721476ca02dde7070697d94ac0"
3024
  }
3025
  },
3026
  "failures": []
@@ -3031,33 +3031,33 @@
3031
  "local": {
3032
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3033
  "exists": true,
3034
- "bytes": 3207,
3035
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3036
  },
3037
  "mirrors": {
3038
  "hf_space": {
3039
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.prompt.md",
3040
  "exists": true,
3041
- "bytes": 3207,
3042
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3043
  },
3044
  "hf_artifacts_docs": {
3045
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3046
  "exists": true,
3047
- "bytes": 3207,
3048
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3049
  },
3050
  "hf_artifacts_card": {
3051
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.prompt.md",
3052
  "exists": true,
3053
- "bytes": 3207,
3054
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3055
  },
3056
  "hf_model": {
3057
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.prompt.md",
3058
  "exists": true,
3059
- "bytes": 3207,
3060
- "sha256": "1fb6137b1834017c54df49d43e6102bac773b0498b8fcdf4159bfdee303e6140"
3061
  }
3062
  },
3063
  "failures": []
@@ -6549,21 +6549,21 @@
6549
  "local": {
6550
  "path": "repo:scripts/build_figure_index.py",
6551
  "exists": true,
6552
- "bytes": 17444,
6553
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
6554
  },
6555
  "mirrors": {
6556
  "hf_artifacts": {
6557
  "path": "hf_artifacts:scripts/build_figure_index.py",
6558
  "exists": true,
6559
- "bytes": 17444,
6560
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
6561
  },
6562
  "hf_model": {
6563
  "path": "hf_model:scripts/build_figure_index.py",
6564
  "exists": true,
6565
- "bytes": 17444,
6566
- "sha256": "521f69760ba5f7d2993222495833f56f883aca6b832e71dd36c410a757bc1e20"
6567
  }
6568
  },
6569
  "failures": []
@@ -6699,21 +6699,21 @@
6699
  "local": {
6700
  "path": "repo:scripts/build_multilingual_public_readmes.py",
6701
  "exists": true,
6702
- "bytes": 56637,
6703
- "sha256": "fffac7c303a750d24ff0ee0c4c0811d70895623e4095c72effcc0b5b7a6d6f6f"
6704
  },
6705
  "mirrors": {
6706
  "hf_artifacts": {
6707
  "path": "hf_artifacts:scripts/build_multilingual_public_readmes.py",
6708
  "exists": true,
6709
- "bytes": 56637,
6710
- "sha256": "fffac7c303a750d24ff0ee0c4c0811d70895623e4095c72effcc0b5b7a6d6f6f"
6711
  },
6712
  "hf_model": {
6713
  "path": "hf_model:scripts/build_multilingual_public_readmes.py",
6714
  "exists": true,
6715
- "bytes": 56637,
6716
- "sha256": "fffac7c303a750d24ff0ee0c4c0811d70895623e4095c72effcc0b5b7a6d6f6f"
6717
  }
6718
  },
6719
  "failures": []
@@ -7099,21 +7099,21 @@
7099
  "local": {
7100
  "path": "repo:scripts/verify_live_publication.py",
7101
  "exists": true,
7102
- "bytes": 69811,
7103
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
7104
  },
7105
  "mirrors": {
7106
  "hf_artifacts": {
7107
  "path": "hf_artifacts:scripts/verify_live_publication.py",
7108
  "exists": true,
7109
- "bytes": 69811,
7110
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
7111
  },
7112
  "hf_model": {
7113
  "path": "hf_model:scripts/verify_live_publication.py",
7114
  "exists": true,
7115
- "bytes": 69811,
7116
- "sha256": "4d44fb7c634d84735a9c0ec2b3c1ab56c75fc65cce6137aae981f81de9121040"
7117
  }
7118
  },
7119
  "failures": []
@@ -7503,39 +7503,39 @@
7503
  "local": {
7504
  "path": "repo:docs/index.html",
7505
  "exists": true,
7506
- "bytes": 451415,
7507
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7508
  },
7509
  "mirrors": {
7510
  "hf_space": {
7511
  "path": "hf_space:index.html",
7512
  "exists": true,
7513
- "bytes": 451415,
7514
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7515
  },
7516
  "hf_artifacts_root": {
7517
  "path": "hf_artifacts:index.html",
7518
  "exists": true,
7519
- "bytes": 451415,
7520
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7521
  },
7522
  "hf_artifacts_docs": {
7523
  "path": "hf_artifacts:docs/index.html",
7524
  "exists": true,
7525
- "bytes": 451415,
7526
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7527
  },
7528
  "hf_model": {
7529
  "path": "hf_model:index.html",
7530
  "exists": true,
7531
- "bytes": 451415,
7532
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7533
  },
7534
  "hf_model_docs": {
7535
  "path": "hf_model:docs/index.html",
7536
  "exists": true,
7537
- "bytes": 451415,
7538
- "sha256": "cdef743aa0f04695e849aa149edbf9dcc2b841529b4536fa23030954c3aef19b"
7539
  }
7540
  },
7541
  "failures": []
@@ -32254,27 +32254,27 @@
32254
  "local": {
32255
  "path": "repo:README.zh.md",
32256
  "exists": true,
32257
- "bytes": 7335,
32258
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32259
  },
32260
  "mirrors": {
32261
  "hf_space": {
32262
  "path": "hf_space:README.zh.md",
32263
  "exists": true,
32264
- "bytes": 7335,
32265
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32266
  },
32267
  "hf_artifacts": {
32268
  "path": "hf_artifacts:README.zh.md",
32269
  "exists": true,
32270
- "bytes": 7335,
32271
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32272
  },
32273
  "hf_model": {
32274
  "path": "hf_model:README.zh.md",
32275
  "exists": true,
32276
- "bytes": 7335,
32277
- "sha256": "16f5229f60ecc806f014debad1e4aaf91ff878fbb9fcc0b71cf9ce1f2b15b519"
32278
  }
32279
  },
32280
  "failures": []
@@ -32285,27 +32285,27 @@
32285
  "local": {
32286
  "path": "repo:README.es.md",
32287
  "exists": true,
32288
- "bytes": 7557,
32289
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32290
  },
32291
  "mirrors": {
32292
  "hf_space": {
32293
  "path": "hf_space:README.es.md",
32294
  "exists": true,
32295
- "bytes": 7557,
32296
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32297
  },
32298
  "hf_artifacts": {
32299
  "path": "hf_artifacts:README.es.md",
32300
  "exists": true,
32301
- "bytes": 7557,
32302
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32303
  },
32304
  "hf_model": {
32305
  "path": "hf_model:README.es.md",
32306
  "exists": true,
32307
- "bytes": 7557,
32308
- "sha256": "fcdc35e047a7b265051f3cc822c465440004ce9d2ab7776d435f6dc55aa9d062"
32309
  }
32310
  },
32311
  "failures": []
@@ -32316,27 +32316,27 @@
32316
  "local": {
32317
  "path": "repo:README.fr.md",
32318
  "exists": true,
32319
- "bytes": 7751,
32320
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32321
  },
32322
  "mirrors": {
32323
  "hf_space": {
32324
  "path": "hf_space:README.fr.md",
32325
  "exists": true,
32326
- "bytes": 7751,
32327
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32328
  },
32329
  "hf_artifacts": {
32330
  "path": "hf_artifacts:README.fr.md",
32331
  "exists": true,
32332
- "bytes": 7751,
32333
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32334
  },
32335
  "hf_model": {
32336
  "path": "hf_model:README.fr.md",
32337
  "exists": true,
32338
- "bytes": 7751,
32339
- "sha256": "3bcfb28836052d8bfff14fcd9112d8154399c5cc04ca13fa86a08b643e0b979e"
32340
  }
32341
  },
32342
  "failures": []
@@ -32347,27 +32347,27 @@
32347
  "local": {
32348
  "path": "repo:README.de.md",
32349
  "exists": true,
32350
- "bytes": 7565,
32351
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32352
  },
32353
  "mirrors": {
32354
  "hf_space": {
32355
  "path": "hf_space:README.de.md",
32356
  "exists": true,
32357
- "bytes": 7565,
32358
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32359
  },
32360
  "hf_artifacts": {
32361
  "path": "hf_artifacts:README.de.md",
32362
  "exists": true,
32363
- "bytes": 7565,
32364
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32365
  },
32366
  "hf_model": {
32367
  "path": "hf_model:README.de.md",
32368
  "exists": true,
32369
- "bytes": 7565,
32370
- "sha256": "c7d8b5a23a48ab03bf559979c0edfab466f987c3264e69ef01800025653d483f"
32371
  }
32372
  },
32373
  "failures": []
@@ -32378,27 +32378,27 @@
32378
  "local": {
32379
  "path": "repo:README.ja.md",
32380
  "exists": true,
32381
- "bytes": 7748,
32382
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32383
  },
32384
  "mirrors": {
32385
  "hf_space": {
32386
  "path": "hf_space:README.ja.md",
32387
  "exists": true,
32388
- "bytes": 7748,
32389
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32390
  },
32391
  "hf_artifacts": {
32392
  "path": "hf_artifacts:README.ja.md",
32393
  "exists": true,
32394
- "bytes": 7748,
32395
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32396
  },
32397
  "hf_model": {
32398
  "path": "hf_model:README.ja.md",
32399
  "exists": true,
32400
- "bytes": 7748,
32401
- "sha256": "75666b8f00b7cb54899c1015de450a010aa32de6637790f1ac1f6eaad28619f4"
32402
  }
32403
  },
32404
  "failures": []
@@ -32409,27 +32409,27 @@
32409
  "local": {
32410
  "path": "repo:README.ko.md",
32411
  "exists": true,
32412
- "bytes": 7537,
32413
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32414
  },
32415
  "mirrors": {
32416
  "hf_space": {
32417
  "path": "hf_space:README.ko.md",
32418
  "exists": true,
32419
- "bytes": 7537,
32420
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32421
  },
32422
  "hf_artifacts": {
32423
  "path": "hf_artifacts:README.ko.md",
32424
  "exists": true,
32425
- "bytes": 7537,
32426
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32427
  },
32428
  "hf_model": {
32429
  "path": "hf_model:README.ko.md",
32430
  "exists": true,
32431
- "bytes": 7537,
32432
- "sha256": "fdf2557cb593df4bd2639feab884580314c7ce5c07ca12b1a52893f47af7f5bf"
32433
  }
32434
  },
32435
  "failures": []
@@ -32440,27 +32440,27 @@
32440
  "local": {
32441
  "path": "repo:README.pt.md",
32442
  "exists": true,
32443
- "bytes": 7551,
32444
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32445
  },
32446
  "mirrors": {
32447
  "hf_space": {
32448
  "path": "hf_space:README.pt.md",
32449
  "exists": true,
32450
- "bytes": 7551,
32451
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32452
  },
32453
  "hf_artifacts": {
32454
  "path": "hf_artifacts:README.pt.md",
32455
  "exists": true,
32456
- "bytes": 7551,
32457
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32458
  },
32459
  "hf_model": {
32460
  "path": "hf_model:README.pt.md",
32461
  "exists": true,
32462
- "bytes": 7551,
32463
- "sha256": "bed488d4e66baa7c28643dd27acaf5b3b037452f895a7a70acdce04a8e807fa4"
32464
  }
32465
  },
32466
  "failures": []
@@ -32595,27 +32595,27 @@
32595
  "local": {
32596
  "path": "repo:FIGURE_INDEX.md",
32597
  "exists": true,
32598
- "bytes": 7421,
32599
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32600
  },
32601
  "mirrors": {
32602
  "hf_space": {
32603
  "path": "hf_space:FIGURE_INDEX.md",
32604
  "exists": true,
32605
- "bytes": 7421,
32606
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32607
  },
32608
  "hf_artifacts": {
32609
  "path": "hf_artifacts:FIGURE_INDEX.md",
32610
  "exists": true,
32611
- "bytes": 7421,
32612
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32613
  },
32614
  "hf_model": {
32615
  "path": "hf_model:FIGURE_INDEX.md",
32616
  "exists": true,
32617
- "bytes": 7421,
32618
- "sha256": "76306997bd59ee0219d5f990fb92358a25ec0d15a70d4eed213215abf6fd152c"
32619
  }
32620
  },
32621
  "failures": []
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:44:41+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
  "group_count": 1308,
 
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
  "bytes": 124477,
142
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
  "bytes": 124477,
149
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
  "bytes": 124477,
155
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
  "bytes": 124477,
161
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
  "bytes": 124477,
167
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
  "bytes": 124477,
173
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
  "bytes": 124477,
179
+ "sha256": "dec694dd4cf58a5f09028821b4c3165e03a4835649f5821b05f60b8a879e7354"
180
  }
181
  },
182
  "failures": []
 
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
+ "bytes": 20390,
338
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
+ "bytes": 20390,
345
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
+ "bytes": 20390,
351
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
+ "bytes": 20390,
357
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
+ "bytes": 20390,
363
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
+ "bytes": 20390,
369
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
+ "bytes": 20390,
375
+ "sha256": "78d850db3f9b627e754139a2316f359ca6c61b142d43d87d1c51326364e31d38"
376
  }
377
  },
378
  "failures": []
 
972
  "path": "repo:docs/data/publication_audit.json",
973
  "exists": true,
974
  "bytes": 10940,
975
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
976
  },
977
  "mirrors": {
978
  "hf_space": {
979
  "path": "hf_space:data/publication_audit.json",
980
  "exists": true,
981
  "bytes": 10940,
982
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
983
  },
984
  "hf_artifacts_data": {
985
  "path": "hf_artifacts:data/publication_audit.json",
986
  "exists": true,
987
  "bytes": 10940,
988
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
989
  },
990
  "hf_artifacts": {
991
  "path": "hf_artifacts:docs/data/publication_audit.json",
992
  "exists": true,
993
  "bytes": 10940,
994
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
995
  },
996
  "hf_model_data": {
997
  "path": "hf_model:data/publication_audit.json",
998
  "exists": true,
999
  "bytes": 10940,
1000
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
1001
  },
1002
  "hf_model_docs_data": {
1003
  "path": "hf_model:docs/data/publication_audit.json",
1004
  "exists": true,
1005
  "bytes": 10940,
1006
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
1007
  },
1008
  "hf_model": {
1009
  "path": "hf_model:metrics/publication_audit.json",
1010
  "exists": true,
1011
  "bytes": 10940,
1012
+ "sha256": "4cb28f20569790af5fa04941abd2be1005aca8009c6a2b0e24d330d5894be82c"
1013
  }
1014
  },
1015
  "failures": []
 
1021
  "path": "repo:docs/data/public_surface_qa.json",
1022
  "exists": true,
1023
  "bytes": 7690,
1024
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1025
  },
1026
  "mirrors": {
1027
  "hf_space": {
1028
  "path": "hf_space:data/public_surface_qa.json",
1029
  "exists": true,
1030
  "bytes": 7690,
1031
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1032
  },
1033
  "hf_artifacts_data": {
1034
  "path": "hf_artifacts:data/public_surface_qa.json",
1035
  "exists": true,
1036
  "bytes": 7690,
1037
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1038
  },
1039
  "hf_artifacts": {
1040
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
1041
  "exists": true,
1042
  "bytes": 7690,
1043
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1044
  },
1045
  "hf_model_data": {
1046
  "path": "hf_model:data/public_surface_qa.json",
1047
  "exists": true,
1048
  "bytes": 7690,
1049
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1050
  },
1051
  "hf_model_docs_data": {
1052
  "path": "hf_model:docs/data/public_surface_qa.json",
1053
  "exists": true,
1054
  "bytes": 7690,
1055
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1056
  },
1057
  "hf_model": {
1058
  "path": "hf_model:metrics/public_surface_qa.json",
1059
  "exists": true,
1060
  "bytes": 7690,
1061
+ "sha256": "88bcf257f4b3cb11c418fe9e14ff01d877fc7cb44405c1ee612099c93a51dfe6"
1062
  }
1063
  },
1064
  "failures": []
 
1217
  "path": "repo:docs/data/quality_gates.json",
1218
  "exists": true,
1219
  "bytes": 8640,
1220
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1221
  },
1222
  "mirrors": {
1223
  "hf_space": {
1224
  "path": "hf_space:data/quality_gates.json",
1225
  "exists": true,
1226
  "bytes": 8640,
1227
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1228
  },
1229
  "hf_artifacts_data": {
1230
  "path": "hf_artifacts:data/quality_gates.json",
1231
  "exists": true,
1232
  "bytes": 8640,
1233
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1234
  },
1235
  "hf_artifacts": {
1236
  "path": "hf_artifacts:docs/data/quality_gates.json",
1237
  "exists": true,
1238
  "bytes": 8640,
1239
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1240
  },
1241
  "hf_model_data": {
1242
  "path": "hf_model:data/quality_gates.json",
1243
  "exists": true,
1244
  "bytes": 8640,
1245
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1246
  },
1247
  "hf_model_docs_data": {
1248
  "path": "hf_model:docs/data/quality_gates.json",
1249
  "exists": true,
1250
  "bytes": 8640,
1251
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1252
  },
1253
  "hf_model": {
1254
  "path": "hf_model:metrics/quality_gates.json",
1255
  "exists": true,
1256
  "bytes": 8640,
1257
+ "sha256": "5b915354d7c4c11994bf545a0135258f1e7a30cdb86545859784123f31d7bdf6"
1258
  }
1259
  },
1260
  "failures": []
 
1658
  "path": "repo:docs/data/scope_claims_audit.json",
1659
  "exists": true,
1660
  "bytes": 21322,
1661
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1662
  },
1663
  "mirrors": {
1664
  "hf_space": {
1665
  "path": "hf_space:data/scope_claims_audit.json",
1666
  "exists": true,
1667
  "bytes": 21322,
1668
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1669
  },
1670
  "hf_artifacts_data": {
1671
  "path": "hf_artifacts:data/scope_claims_audit.json",
1672
  "exists": true,
1673
  "bytes": 21322,
1674
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1675
  },
1676
  "hf_artifacts": {
1677
  "path": "hf_artifacts:docs/data/scope_claims_audit.json",
1678
  "exists": true,
1679
  "bytes": 21322,
1680
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1681
  },
1682
  "hf_model_data": {
1683
  "path": "hf_model:data/scope_claims_audit.json",
1684
  "exists": true,
1685
  "bytes": 21322,
1686
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1687
  },
1688
  "hf_model_docs_data": {
1689
  "path": "hf_model:docs/data/scope_claims_audit.json",
1690
  "exists": true,
1691
  "bytes": 21322,
1692
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1693
  },
1694
  "hf_model": {
1695
  "path": "hf_model:metrics/scope_claims_audit.json",
1696
  "exists": true,
1697
  "bytes": 21322,
1698
+ "sha256": "caeba528652105ea2afa623a32f65ce96fedfea63c039530ce34528f39fe2fd1"
1699
  }
1700
  },
1701
  "failures": []
 
1756
  "path": "repo:docs/data/source_alignment_audit.json",
1757
  "exists": true,
1758
  "bytes": 4432,
1759
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/source_alignment_audit.json",
1764
  "exists": true,
1765
  "bytes": 4432,
1766
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/source_alignment_audit.json",
1770
  "exists": true,
1771
  "bytes": 4432,
1772
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1776
  "exists": true,
1777
  "bytes": 4432,
1778
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/source_alignment_audit.json",
1782
  "exists": true,
1783
  "bytes": 4432,
1784
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/source_alignment_audit.json",
1788
  "exists": true,
1789
  "bytes": 4432,
1790
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/source_alignment_audit.json",
1794
  "exists": true,
1795
  "bytes": 4432,
1796
+ "sha256": "9da89d3ebcdd8494d26ad63c00064b757c2fbefbb6bf3708a64c5e3d2aa5a1cf"
1797
  }
1798
  },
1799
  "failures": []
 
2197
  "path": "repo:docs/data/task_surface_integrity.json",
2198
  "exists": true,
2199
  "bytes": 46399,
2200
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/task_surface_integrity.json",
2205
  "exists": true,
2206
  "bytes": 46399,
2207
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/task_surface_integrity.json",
2211
  "exists": true,
2212
  "bytes": 46399,
2213
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
2217
  "exists": true,
2218
  "bytes": 46399,
2219
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/task_surface_integrity.json",
2223
  "exists": true,
2224
  "bytes": 46399,
2225
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/task_surface_integrity.json",
2229
  "exists": true,
2230
  "bytes": 46399,
2231
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/task_surface_integrity.json",
2235
  "exists": true,
2236
  "bytes": 46399,
2237
+ "sha256": "3c9de434fec83113f8b1c8b5a483f5e00ba7a7f4114f0c41e4898ec093bae0ce"
2238
  }
2239
  },
2240
  "failures": []
 
2589
  "path": "repo:docs/data/website_integrity.json",
2590
  "exists": true,
2591
  "bytes": 25144,
2592
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2593
  },
2594
  "mirrors": {
2595
  "hf_space": {
2596
  "path": "hf_space:data/website_integrity.json",
2597
  "exists": true,
2598
  "bytes": 25144,
2599
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2600
  },
2601
  "hf_artifacts_data": {
2602
  "path": "hf_artifacts:data/website_integrity.json",
2603
  "exists": true,
2604
  "bytes": 25144,
2605
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2606
  },
2607
  "hf_artifacts": {
2608
  "path": "hf_artifacts:docs/data/website_integrity.json",
2609
  "exists": true,
2610
  "bytes": 25144,
2611
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2612
  },
2613
  "hf_model_data": {
2614
  "path": "hf_model:data/website_integrity.json",
2615
  "exists": true,
2616
  "bytes": 25144,
2617
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2618
  },
2619
  "hf_model_docs_data": {
2620
  "path": "hf_model:docs/data/website_integrity.json",
2621
  "exists": true,
2622
  "bytes": 25144,
2623
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2624
  },
2625
  "hf_model": {
2626
  "path": "hf_model:metrics/website_integrity.json",
2627
  "exists": true,
2628
  "bytes": 25144,
2629
+ "sha256": "2d05d23857a242d33593ba8505151db0de451e1ee8df27acd3687688c0834884"
2630
  }
2631
  },
2632
  "failures": []
 
2994
  "local": {
2995
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.png",
2996
  "exists": true,
2997
+ "bytes": 1795186,
2998
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
2999
  },
3000
  "mirrors": {
3001
  "hf_space": {
3002
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.png",
3003
  "exists": true,
3004
+ "bytes": 1795186,
3005
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3006
  },
3007
  "hf_artifacts_docs": {
3008
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.png",
3009
  "exists": true,
3010
+ "bytes": 1795186,
3011
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3012
  },
3013
  "hf_artifacts_card": {
3014
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.png",
3015
  "exists": true,
3016
+ "bytes": 1795186,
3017
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3018
  },
3019
  "hf_model": {
3020
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.png",
3021
  "exists": true,
3022
+ "bytes": 1795186,
3023
+ "sha256": "901448d1ec9ce2ab563a5f90fd1b6450de6c3dce4c236d342f98f5927416131b"
3024
  }
3025
  },
3026
  "failures": []
 
3031
  "local": {
3032
  "path": "repo:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3033
  "exists": true,
3034
+ "bytes": 3523,
3035
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3036
  },
3037
  "mirrors": {
3038
  "hf_space": {
3039
  "path": "hf_space:assets/charts/task_direction_pipeline_relationship.prompt.md",
3040
  "exists": true,
3041
+ "bytes": 3523,
3042
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3043
  },
3044
  "hf_artifacts_docs": {
3045
  "path": "hf_artifacts:docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
3046
  "exists": true,
3047
+ "bytes": 3523,
3048
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3049
  },
3050
  "hf_artifacts_card": {
3051
  "path": "hf_artifacts:assets/charts/task_direction_pipeline_relationship.prompt.md",
3052
  "exists": true,
3053
+ "bytes": 3523,
3054
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3055
  },
3056
  "hf_model": {
3057
  "path": "hf_model:assets/charts/task_direction_pipeline_relationship.prompt.md",
3058
  "exists": true,
3059
+ "bytes": 3523,
3060
+ "sha256": "9475a221d67b6e129683336aa37d876d92f76cb30c59cf7841ad2fd1689b5bff"
3061
  }
3062
  },
3063
  "failures": []
 
6549
  "local": {
6550
  "path": "repo:scripts/build_figure_index.py",
6551
  "exists": true,
6552
+ "bytes": 17495,
6553
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
6554
  },
6555
  "mirrors": {
6556
  "hf_artifacts": {
6557
  "path": "hf_artifacts:scripts/build_figure_index.py",
6558
  "exists": true,
6559
+ "bytes": 17495,
6560
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
6561
  },
6562
  "hf_model": {
6563
  "path": "hf_model:scripts/build_figure_index.py",
6564
  "exists": true,
6565
+ "bytes": 17495,
6566
+ "sha256": "cab9aa79378e5851e1bb80b01bc0c1fb2bb53342201d7a34caf7629926108dd7"
6567
  }
6568
  },
6569
  "failures": []
 
6699
  "local": {
6700
  "path": "repo:scripts/build_multilingual_public_readmes.py",
6701
  "exists": true,
6702
+ "bytes": 58831,
6703
+ "sha256": "0eb03db190aac04f42acf1680a3b2a245e4c721c9149aab1bf61986c34270220"
6704
  },
6705
  "mirrors": {
6706
  "hf_artifacts": {
6707
  "path": "hf_artifacts:scripts/build_multilingual_public_readmes.py",
6708
  "exists": true,
6709
+ "bytes": 58831,
6710
+ "sha256": "0eb03db190aac04f42acf1680a3b2a245e4c721c9149aab1bf61986c34270220"
6711
  },
6712
  "hf_model": {
6713
  "path": "hf_model:scripts/build_multilingual_public_readmes.py",
6714
  "exists": true,
6715
+ "bytes": 58831,
6716
+ "sha256": "0eb03db190aac04f42acf1680a3b2a245e4c721c9149aab1bf61986c34270220"
6717
  }
6718
  },
6719
  "failures": []
 
7099
  "local": {
7100
  "path": "repo:scripts/verify_live_publication.py",
7101
  "exists": true,
7102
+ "bytes": 69839,
7103
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
7104
  },
7105
  "mirrors": {
7106
  "hf_artifacts": {
7107
  "path": "hf_artifacts:scripts/verify_live_publication.py",
7108
  "exists": true,
7109
+ "bytes": 69839,
7110
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
7111
  },
7112
  "hf_model": {
7113
  "path": "hf_model:scripts/verify_live_publication.py",
7114
  "exists": true,
7115
+ "bytes": 69839,
7116
+ "sha256": "9bfe428736e073ca99ddd5a7e4aab1644028866c3501d46568c313efb5c155bf"
7117
  }
7118
  },
7119
  "failures": []
 
7503
  "local": {
7504
  "path": "repo:docs/index.html",
7505
  "exists": true,
7506
+ "bytes": 453514,
7507
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7508
  },
7509
  "mirrors": {
7510
  "hf_space": {
7511
  "path": "hf_space:index.html",
7512
  "exists": true,
7513
+ "bytes": 453514,
7514
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7515
  },
7516
  "hf_artifacts_root": {
7517
  "path": "hf_artifacts:index.html",
7518
  "exists": true,
7519
+ "bytes": 453514,
7520
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7521
  },
7522
  "hf_artifacts_docs": {
7523
  "path": "hf_artifacts:docs/index.html",
7524
  "exists": true,
7525
+ "bytes": 453514,
7526
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7527
  },
7528
  "hf_model": {
7529
  "path": "hf_model:index.html",
7530
  "exists": true,
7531
+ "bytes": 453514,
7532
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7533
  },
7534
  "hf_model_docs": {
7535
  "path": "hf_model:docs/index.html",
7536
  "exists": true,
7537
+ "bytes": 453514,
7538
+ "sha256": "30bc872f6ec00db8764b33d32cf8e8a82bae901789f71a86dda01028c20b75ee"
7539
  }
7540
  },
7541
  "failures": []
 
32254
  "local": {
32255
  "path": "repo:README.zh.md",
32256
  "exists": true,
32257
+ "bytes": 7527,
32258
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32259
  },
32260
  "mirrors": {
32261
  "hf_space": {
32262
  "path": "hf_space:README.zh.md",
32263
  "exists": true,
32264
+ "bytes": 7527,
32265
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32266
  },
32267
  "hf_artifacts": {
32268
  "path": "hf_artifacts:README.zh.md",
32269
  "exists": true,
32270
+ "bytes": 7527,
32271
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32272
  },
32273
  "hf_model": {
32274
  "path": "hf_model:README.zh.md",
32275
  "exists": true,
32276
+ "bytes": 7527,
32277
+ "sha256": "7a270bb05798618d2313c7957c67791ca90c3fb2755d56e71b61eac7a2b177c9"
32278
  }
32279
  },
32280
  "failures": []
 
32285
  "local": {
32286
  "path": "repo:README.es.md",
32287
  "exists": true,
32288
+ "bytes": 7753,
32289
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32290
  },
32291
  "mirrors": {
32292
  "hf_space": {
32293
  "path": "hf_space:README.es.md",
32294
  "exists": true,
32295
+ "bytes": 7753,
32296
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32297
  },
32298
  "hf_artifacts": {
32299
  "path": "hf_artifacts:README.es.md",
32300
  "exists": true,
32301
+ "bytes": 7753,
32302
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32303
  },
32304
  "hf_model": {
32305
  "path": "hf_model:README.es.md",
32306
  "exists": true,
32307
+ "bytes": 7753,
32308
+ "sha256": "8f01d97b33f1093c67da5e504bfe5907b0eecc250fac67a2b74c7e0d1f24435b"
32309
  }
32310
  },
32311
  "failures": []
 
32316
  "local": {
32317
  "path": "repo:README.fr.md",
32318
  "exists": true,
32319
+ "bytes": 7960,
32320
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32321
  },
32322
  "mirrors": {
32323
  "hf_space": {
32324
  "path": "hf_space:README.fr.md",
32325
  "exists": true,
32326
+ "bytes": 7960,
32327
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32328
  },
32329
  "hf_artifacts": {
32330
  "path": "hf_artifacts:README.fr.md",
32331
  "exists": true,
32332
+ "bytes": 7960,
32333
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32334
  },
32335
  "hf_model": {
32336
  "path": "hf_model:README.fr.md",
32337
  "exists": true,
32338
+ "bytes": 7960,
32339
+ "sha256": "92e01d3e5aabb442d543714ef05b90e7e1d04b39c2a708bf0f6153ca39767562"
32340
  }
32341
  },
32342
  "failures": []
 
32347
  "local": {
32348
  "path": "repo:README.de.md",
32349
  "exists": true,
32350
+ "bytes": 7775,
32351
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32352
  },
32353
  "mirrors": {
32354
  "hf_space": {
32355
  "path": "hf_space:README.de.md",
32356
  "exists": true,
32357
+ "bytes": 7775,
32358
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32359
  },
32360
  "hf_artifacts": {
32361
  "path": "hf_artifacts:README.de.md",
32362
  "exists": true,
32363
+ "bytes": 7775,
32364
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32365
  },
32366
  "hf_model": {
32367
  "path": "hf_model:README.de.md",
32368
  "exists": true,
32369
+ "bytes": 7775,
32370
+ "sha256": "8ca437514dc45f5a77d13e3933907cc047992a67bac43c3f96a3161ea069c71d"
32371
  }
32372
  },
32373
  "failures": []
 
32378
  "local": {
32379
  "path": "repo:README.ja.md",
32380
  "exists": true,
32381
+ "bytes": 7983,
32382
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32383
  },
32384
  "mirrors": {
32385
  "hf_space": {
32386
  "path": "hf_space:README.ja.md",
32387
  "exists": true,
32388
+ "bytes": 7983,
32389
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32390
  },
32391
  "hf_artifacts": {
32392
  "path": "hf_artifacts:README.ja.md",
32393
  "exists": true,
32394
+ "bytes": 7983,
32395
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32396
  },
32397
  "hf_model": {
32398
  "path": "hf_model:README.ja.md",
32399
  "exists": true,
32400
+ "bytes": 7983,
32401
+ "sha256": "05c65af68e324d0fa25e5fe41ee2987f691b49753d7e337a3af5839b6f18eb88"
32402
  }
32403
  },
32404
  "failures": []
 
32409
  "local": {
32410
  "path": "repo:README.ko.md",
32411
  "exists": true,
32412
+ "bytes": 7746,
32413
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32414
  },
32415
  "mirrors": {
32416
  "hf_space": {
32417
  "path": "hf_space:README.ko.md",
32418
  "exists": true,
32419
+ "bytes": 7746,
32420
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32421
  },
32422
  "hf_artifacts": {
32423
  "path": "hf_artifacts:README.ko.md",
32424
  "exists": true,
32425
+ "bytes": 7746,
32426
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32427
  },
32428
  "hf_model": {
32429
  "path": "hf_model:README.ko.md",
32430
  "exists": true,
32431
+ "bytes": 7746,
32432
+ "sha256": "68ffe45ae456ec735fc207acbbebe635e65668e6692c630cb5273831bc33754a"
32433
  }
32434
  },
32435
  "failures": []
 
32440
  "local": {
32441
  "path": "repo:README.pt.md",
32442
  "exists": true,
32443
+ "bytes": 7762,
32444
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32445
  },
32446
  "mirrors": {
32447
  "hf_space": {
32448
  "path": "hf_space:README.pt.md",
32449
  "exists": true,
32450
+ "bytes": 7762,
32451
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32452
  },
32453
  "hf_artifacts": {
32454
  "path": "hf_artifacts:README.pt.md",
32455
  "exists": true,
32456
+ "bytes": 7762,
32457
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32458
  },
32459
  "hf_model": {
32460
  "path": "hf_model:README.pt.md",
32461
  "exists": true,
32462
+ "bytes": 7762,
32463
+ "sha256": "47cb1f5d8b0e19e31ea64e4d5b8f0b8f3d12bc63b2012a9afb91af9b55de902d"
32464
  }
32465
  },
32466
  "failures": []
 
32595
  "local": {
32596
  "path": "repo:FIGURE_INDEX.md",
32597
  "exists": true,
32598
+ "bytes": 7472,
32599
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32600
  },
32601
  "mirrors": {
32602
  "hf_space": {
32603
  "path": "hf_space:FIGURE_INDEX.md",
32604
  "exists": true,
32605
+ "bytes": 7472,
32606
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32607
  },
32608
  "hf_artifacts": {
32609
  "path": "hf_artifacts:FIGURE_INDEX.md",
32610
  "exists": true,
32611
+ "bytes": 7472,
32612
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32613
  },
32614
  "hf_model": {
32615
  "path": "hf_model:FIGURE_INDEX.md",
32616
  "exists": true,
32617
+ "bytes": 7472,
32618
+ "sha256": "cb574f637e457a47b6b36bfa8b905886007e122064f4e12afd0143cca0ede76b"
32619
  }
32620
  },
32621
  "failures": []
metrics/public_surface_qa.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T06:25:44+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
@@ -28,17 +28,17 @@
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
- "generated_at_utc": "2026-06-23T04:12:55+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
- "generated_at_utc": "2026-06-23T04:12:55+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
40
  "status": "pass",
41
- "generated_at_utc": "2026-06-22T21:02:07+00:00"
42
  },
43
  "publication_package": {
44
  "exists": true,
@@ -48,7 +48,7 @@
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
- "generated_at_utc": "2026-06-23T06:24:37+00:00"
52
  }
53
  },
54
  "failures": {}
@@ -95,8 +95,8 @@
95
  "status": "pass",
96
  "reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
97
  "marker_counts": {
98
- "Ropedia Xperience-10M Task Suite": 22,
99
- "Xperience-10M": 173,
100
  "20-task": 126,
101
  "Qwen3-Omni": 232,
102
  "128-episode pilot": 1
 
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:26:14+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
 
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
+ "generated_at_utc": "2026-06-23T07:24:36+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
+ "generated_at_utc": "2026-06-23T07:24:36+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
40
  "status": "pass",
41
+ "generated_at_utc": "2026-06-23T07:24:48+00:00"
42
  },
43
  "publication_package": {
44
  "exists": true,
 
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
+ "generated_at_utc": "2026-06-23T06:27:20+00:00"
52
  }
53
  },
54
  "failures": {}
 
95
  "status": "pass",
96
  "reason": "Public copy should consistently present the project as Ropedia Xperience-10M, with the Qwen3-Omni scale-up status.",
97
  "marker_counts": {
98
+ "Ropedia Xperience-10M Task Suite": 23,
99
+ "Xperience-10M": 174,
100
  "20-task": 126,
101
  "Qwen3-Omni": 232,
102
  "128-episode pilot": 1
metrics/publication_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T06:24:46+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:44:56+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
metrics/quality_gates.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Release Checks",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T06:25:44+00:00",
5
  "rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
6
  "automated_gates": [
7
  {
 
1
  {
2
  "title": "Ropedia Xperience-10M Release Checks",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:26:14+00:00",
5
  "rule": "A release is current when the automated reports pass and the live GitHub/Hugging Face mirrors are verified after publishing.",
6
  "automated_gates": [
7
  {
metrics/scope_claims_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-22T21:02:07+00:00",
4
  "summary": {
5
  "qwen3_omni_verified_diagnostic_pilot": true,
6
  "dataset_manifest_num_episodes": 119,
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:24:48+00:00",
4
  "summary": {
5
  "qwen3_omni_verified_diagnostic_pilot": true,
6
  "dataset_manifest_num_episodes": 119,
metrics/source_alignment_audit.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Source Alignment Note",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-23T04:12:55+00:00",
5
  "alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
6
  "alignment_summary": {
7
  "full_dataset_repo": "ropedia-ai/xperience-10m",
 
1
  {
2
  "title": "Ropedia Xperience-10M Source Alignment Note",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-23T07:24:36+00:00",
5
  "alignment_json": "docs/data/xperience10m_dataset_card_alignment.json",
6
  "alignment_summary": {
7
  "full_dataset_repo": "ropedia-ai/xperience-10m",
metrics/task_surface_integrity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T04:12:55+00:00",
4
  "summary": {
5
  "original_walkthrough_task_count": 12,
6
  "expected_original_walkthrough_task_count": 12,
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:24:36+00:00",
4
  "summary": {
5
  "original_walkthrough_task_count": 12,
6
  "expected_original_walkthrough_task_count": 12,
metrics/website_integrity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-23T06:16:03+00:00",
4
  "docs_root": "docs",
5
  "site_base": "/ropedia-xperience-10m-task-suite/",
6
  "summary": {
@@ -80,8 +80,8 @@
80
  "name": "project_overview_precedes_progress_ledger",
81
  "status": "pass",
82
  "reason": "The project overview should appear before the deeper progress ledger.",
83
- "overview_index": 192813,
84
- "evidence_index": 255779
85
  },
86
  {
87
  "name": "project_status_links_json",
@@ -159,9 +159,9 @@
159
  "name": "evaluation_protocol_between_overview_and_progress",
160
  "status": "pass",
161
  "reason": "The evaluation protocol should appear before the deeper evidence ledger.",
162
- "overview_index": 192813,
163
- "protocol_index": 251984,
164
- "evidence_index": 255779
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
@@ -345,7 +345,7 @@
345
  },
346
  {
347
  "path": "data/figure_index.json",
348
- "bytes": 20339,
349
  "top_level_type": "dict"
350
  },
351
  {
@@ -420,7 +420,7 @@
420
  },
421
  {
422
  "path": "data/publication_audit.json",
423
- "bytes": 14235,
424
  "top_level_type": "dict"
425
  },
426
  {
@@ -678,7 +678,7 @@
678
  {
679
  "path": "assets/charts/task_direction_pipeline_relationship.png",
680
  "exists": true,
681
- "bytes": 1541517,
682
  "width": 1672,
683
  "height": 941,
684
  "format": "PNG"
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-23T07:26:19+00:00",
4
  "docs_root": "docs",
5
  "site_base": "/ropedia-xperience-10m-task-suite/",
6
  "summary": {
 
80
  "name": "project_overview_precedes_progress_ledger",
81
  "status": "pass",
82
  "reason": "The project overview should appear before the deeper progress ledger.",
83
+ "overview_index": 192865,
84
+ "evidence_index": 257878
85
  },
86
  {
87
  "name": "project_status_links_json",
 
159
  "name": "evaluation_protocol_between_overview_and_progress",
160
  "status": "pass",
161
  "reason": "The evaluation protocol should appear before the deeper evidence ledger.",
162
+ "overview_index": 192865,
163
+ "protocol_index": 254083,
164
+ "evidence_index": 257878
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
 
345
  },
346
  {
347
  "path": "data/figure_index.json",
348
+ "bytes": 20390,
349
  "top_level_type": "dict"
350
  },
351
  {
 
420
  },
421
  {
422
  "path": "data/publication_audit.json",
423
+ "bytes": 10940,
424
  "top_level_type": "dict"
425
  },
426
  {
 
678
  {
679
  "path": "assets/charts/task_direction_pipeline_relationship.png",
680
  "exists": true,
681
+ "bytes": 1795186,
682
  "width": 1672,
683
  "height": 941,
684
  "format": "PNG"
scripts/build_figure_index.py CHANGED
@@ -68,9 +68,9 @@ FIGURES = [
68
  },
69
  {
70
  "id": "task_direction_pipeline_relationship",
71
- "title": "20-task / 4-direction / 3-pipeline relationship map",
72
  "path": "docs/assets/charts/task_direction_pipeline_relationship.png",
73
- "role": "Overview map showing the exact 20 task tiles, four research-direction groups, and three foundation-pipeline columns used by the public reader flow.",
74
  "source_script": "docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
75
  "surface": "website overview, HF Space, artifact dataset, model card",
76
  },
 
68
  },
69
  {
70
  "id": "task_direction_pipeline_relationship",
71
+ "title": "20-task / 4-direction / 3-pipeline / unified-model relationship map",
72
  "path": "docs/assets/charts/task_direction_pipeline_relationship.png",
73
+ "role": "Overview map showing the exact 20 task tiles, four research-direction groups, three foundation-pipeline columns, and the unified embodied model target used by the public reader flow.",
74
  "source_script": "docs/assets/charts/task_direction_pipeline_relationship.prompt.md",
75
  "surface": "website overview, HF Space, artifact dataset, model card",
76
  },
scripts/build_multilingual_public_readmes.py CHANGED
@@ -138,6 +138,10 @@ The multilingual README files are reader guides. The canonical technical evidenc
138
  <td><strong>3 foundation pipelines</strong></td>
139
  <td>Spatial intelligence, human-video world modeling, and vision-language-action pipelines are documented as training recipes with task mappings, input-output contracts, and model-evidence requirements.</td>
140
  </tr>
 
 
 
 
141
  <tr>
142
  <td><strong>Public mirrors</strong></td>
143
  <td>GitHub, GitHub Pages, HF Space, HF artifact dataset, HF baseline model repo, Qwen3-Omni and Cosmos3 model repos, and HF collection.</td>
@@ -145,14 +149,14 @@ The multilingual README files are reader guides. The canonical technical evidenc
145
  </tbody>
146
  </table>
147
 
148
- ## Public Structure: 20 Tasks / 4 Directions / 3 Pipelines
149
 
150
- Read the project as three layers. The **20 tasks** are the scored benchmark contracts. The **4 directions** are reader-facing research groupings over those same tasks. The **3 foundation pipelines** are training recipes that reuse the same modalities, windows, and task targets. Use them in that order when reading the project.
151
 
152
- Reader rule: if it has a metric, it is a **task**; if it explains what the evidence studies, it is a **direction**; if it describes model inputs and training targets, it is a **pipeline**.
153
 
154
  <p align="center">
155
- <img src="docs/assets/charts/task_direction_pipeline_relationship.png" alt="Relationship map showing 20 task contracts, 4 research directions, and 3 foundation-model pipeline tracks" width="100%">
156
  </p>
157
 
158
  | Layer | Count | Reader role | Exact public labels |
@@ -160,6 +164,7 @@ Reader rule: if it has a metric, it is a **task**; if it explains what the evide
160
  | Task contracts | 20 | Score axes used by the matrix, radars, task cards, and method rows. | Action Recognition; Procedure Step Recognition; Action Boundary Detection; Next-Action Prediction; Hand Trajectory Forecasting; Contact State Prediction; Object Relevance Prediction; Language Grounding; Cross-Modal Retrieval; Cross-Modal Reconstruction; Temporal Order Verification; Multimodal Synchronization Detection; Long-Horizon Next-Action Forecasting; Long-Horizon Next-Subtask Forecasting; Interaction Text Prediction; Action-Object Relation Prediction; Future Object-Set Forecasting; IMU-to-Hand Pose Reconstruction; Camera-View Synchronization Retrieval; Time-to-Next-Transition Regression. |
161
  | Research directions | 4 | Ways to interpret what the 20 tasks study; not separate benchmark tiers. | Human Modeling & Motion Understanding; 3D/4D Reconstruction & Neural Rendering; Egocentric Vision & Interaction; Scene Reconstruction & World Modeling. |
162
  | Foundation pipelines | 3 | Larger-model training tracks with separate input-output recipes and result gates. | Spatial intelligence models; Human-video world models; Vision-language-action models. |
 
163
 
164
  ## Two Evidence Lines
165
 
@@ -419,11 +424,11 @@ LANGUAGE_GUIDES = {
419
 
420
  ## 核心结构
421
 
422
- - 识别规则:有 metric 的是 20 个任务层;解释这些 evidence 研究什么的是 4 个 research directions;描述模型 input/output 和训练目标的是 3 条 foundation pipelines。
423
  - 数据层:公开 sample episode 被切成 20-frame 窗口,并连接视频、音频、深度、pose/SLAM、mocap、IMU、calibration 和语言标注。
424
  - 任务层:20 个统一任务覆盖识别、预测、检索、重建、同步、长时预测、action-object 关系和 sensor bridge。
425
  - 结果层:单 episode minimal/NN 覆盖 20/20;128-episode metadata/raw、Qwen3-Omni v6 LoRA、Cosmos3-Super Reasoner、Cosmos3-Nano Future Window 分开标注;当前公开矩阵为 180/180 scored records,其中 174 direct、6 compact proxy,proxy target 显式保留。
426
- - 训练方向:spatial intelligence、human-video world model、vision-language-action 三条 pipeline 已经有任务映射和需要的证据清单。
427
 
428
  ## 公开边界
429
 
@@ -468,11 +473,11 @@ Entradas: [guia de dos lineas de evidencia](TWO_EVIDENCE_LINES.md), [datos de do
468
 
469
  ## Estructura
470
 
471
- - Regla de lectura: si tiene una métrica, es una tarea de las 20; si explica qué estudia la evidencia, es una de las 4 research directions; si define inputs/outputs de entrenamiento, es una de las 3 foundation pipelines.
472
  - Datos: ventanas de 20 frames con video, audio, profundidad, pose/SLAM, mocap, IMU, calibración y lenguaje.
473
  - Tareas: 20 contratos para reconocimiento, predicción, recuperación, reconstrucción, sincronización, horizonte largo, relación acción-objeto y puentes de sensores.
474
  - Resultados: minimal/NN de un episodio cubren 20/20; las ramas de 128 episodios separan metadata, raw features, Qwen3 y Cosmos; la matriz pública está en 180/180 registros con score: 174 direct y 6 compact proxy, con proxy targets visibles.
475
- - Direcciones: spatial intelligence, human-video world model y vision-language-action tienen mapeo de tareas y requisitos de evidencia.
476
 
477
  ## Límite Público
478
 
@@ -517,11 +522,11 @@ Entrées : [guide des deux lignes de preuve](TWO_EVIDENCE_LINES.md), [données d
517
 
518
  ## Structure
519
 
520
- - Règle de lecture : avec une métrique, c'est l'une des 20 tâches; si cela explique ce que les preuves étudient, c'est l'une des 4 research directions; si cela définit des inputs/outputs d'entraînement, c'est l'une des 3 foundation pipelines.
521
  - Données : fenêtres de 20 frames reliant vidéo, audio, profondeur, pose/SLAM, mocap, IMU, calibration et annotations de langage.
522
  - Tâches : 20 contrats couvrant reconnaissance, prévision, retrieval, reconstruction, ordre, synchronisation, horizon long, relations action-objet et sensor bridge.
523
  - Résultats : minimal/NN sur l'épisode public couvrent 20/20; la ligne 128 épisodes sépare metadata, raw features, Qwen3-Omni et Cosmos3; la matrice publique atteint 180/180 enregistrements scorés: 174 direct et 6 compact proxy, avec proxy targets visibles.
524
- - Directions : spatial intelligence, human-video world model et vision-language-action sont documentés avec tâches et preuves nécessaires.
525
 
526
  ## Frontière Publique
527
 
@@ -566,11 +571,11 @@ Einstieg: [Leitfaden zu zwei Evidenzlinien](TWO_EVIDENCE_LINES.md), [Daten der z
566
 
567
  ## Struktur
568
 
569
- - Leseregel: Hat es eine Metrik, gehört es zu den 20 Aufgaben; erklärt es, was die Evidenz untersucht, gehört es zu den 4 research directions; beschreibt es Trainings-Inputs und Targets, gehört es zu den 3 foundation pipelines.
570
  - Daten: 20-Frame-Fenster über Video, Audio, Tiefe, Pose/SLAM, Mocap, IMU, Kalibrierung und Sprachannotation.
571
  - Aufgaben: 20 Verträge für Erkennung, Vorhersage, Retrieval, Rekonstruktion, Ordnung, Synchronisierung, Langhorizont-Prognose, Aktion-Objekt-Bindung und Sensor-Brücken.
572
  - Ergebnisse: Single-Episode minimal/NN decken 20/20 ab; 128-Episode-Zweige trennen Metadata, Raw Features, Qwen3 und Cosmos; die öffentliche Matrix steht bei 180/180 gescorten Einträgen: 174 direct und 6 compact proxy, mit sichtbaren Proxy-Targets.
573
- - Richtungen: spatial intelligence, human-video world model und vision-language-action sind mit Aufgaben und Evidenzanforderungen dokumentiert.
574
 
575
  ## Öffentliche Grenze
576
 
@@ -615,11 +620,11 @@ Method blocks: Line 1 は task-head baselines(Minimal、Neural MLP)。Line 2
615
 
616
  ## 構造
617
 
618
- - 読み方のルール: metric があるものは 20 tasks、evidence が何を調べるかを説明するものは 4 research directions、training input/output を定義するものは 3 foundation pipelines です。
619
  - データ: 20-frame window が video、audio、depth、pose/SLAM、mocap、IMU、calibration、language annotation を結びます。
620
  - タスク: 認識、予測、retrieval、reconstruction、order、sync、long-horizon、action-object、sensor bridge など 20 契約。
621
  - 結果: single-episode minimal/NN は 20/20。128-episode 側は metadata、raw feature、Qwen3、Cosmos を証拠タイプ別に分けます。公開 matrix は 180/180 scored records で、174 direct と 6 compact proxy を分離し、proxy targets は明示します。
622
- - 方向: spatial intelligence、human-video world model、vision-language-action に対して、タスク対応と必要証拠を記録しています。
623
 
624
  ## 公開境界
625
 
@@ -664,11 +669,11 @@ Method blocks: Line 1 は task-head baselines(Minimal、Neural MLP)。Line 2
664
 
665
  ## 구조
666
 
667
- - 읽기 규칙: metric이 있으면 20개 task layer이고, evidence가 무엇을 연구하는지 설명하면 4개 research direction layer이며, model input/output과 training target을 설명하면 3개 foundation pipeline layer입니다.
668
  - 데이터: 20-frame window가 video, audio, depth, pose/SLAM, mocap, IMU, calibration, language annotation을 연결합니다.
669
  - 과제: 인식, 예측, retrieval, reconstruction, order, sync, long-horizon, action-object binding, sensor bridge 등 20개 계약.
670
  - 결과: single-episode minimal/NN은 20/20; 128-episode 레이어는 metadata, raw feature, Qwen3, Cosmos를 증거 유형별로 분리합니다. 공개 matrix는 180/180 scored records이며 174 direct와 6 compact proxy를 분리하고 proxy targets를 명시합니다.
671
- - 방향: spatial intelligence, human-video world model, vision-language-action에 대해 과제 매핑과 필요한 증거를 기록합니다.
672
 
673
  ## 공개 경계
674
 
@@ -713,11 +718,11 @@ Entradas: [guia de duas linhas de evidencia](TWO_EVIDENCE_LINES.md), [dados das
713
 
714
  ## Estrutura
715
 
716
- - Regra de leitura: se tem uma métrica, pertence às 20 tarefas; se explica o que a evidência estuda, pertence às 4 research directions; se define inputs/outputs de treino, pertence às 3 foundation pipelines.
717
  - Dados: janelas de 20 frames ligam vídeo, áudio, profundidade, pose/SLAM, mocap, IMU, calibração e anotações de linguagem.
718
  - Tarefas: 20 contratos cobrem reconhecimento, previsão, retrieval, reconstrução, ordem, sincronização, horizonte longo, relação ação-objeto e pontes de sensores.
719
  - Resultados: minimal/NN de um episódio cobrem 20/20; a camada de 128 episódios separa metadata, raw features, Qwen3 e Cosmos; a matriz pública está em 180/180 registros com score: 174 direct e 6 compact proxy, com proxy targets visíveis.
720
- - Direções: spatial intelligence, human-video world model e vision-language-action têm mapeamento de tarefas e requisitos de evidência.
721
 
722
  ## Fronteira Pública
723
 
 
138
  <td><strong>3 foundation pipelines</strong></td>
139
  <td>Spatial intelligence, human-video world modeling, and vision-language-action pipelines are documented as training recipes with task mappings, input-output contracts, and model-evidence requirements.</td>
140
  </tr>
141
+ <tr>
142
+ <td><strong>1 unified target</strong></td>
143
+ <td>The long-term embodied foundation-model target connects perception, 3D memory, language-grounded reasoning, action, and planning without adding a new score axis.</td>
144
+ </tr>
145
  <tr>
146
  <td><strong>Public mirrors</strong></td>
147
  <td>GitHub, GitHub Pages, HF Space, HF artifact dataset, HF baseline model repo, Qwen3-Omni and Cosmos3 model repos, and HF collection.</td>
 
149
  </tbody>
150
  </table>
151
 
152
+ ## Public Structure: 20 Tasks / 4 Directions / 3 Pipelines / 1 Unified Target
153
 
154
+ Read the project as four connected layers. The **20 tasks** are the scored benchmark contracts. The **4 directions** are reader-facing research groupings over those same tasks. The **3 foundation pipelines** are training recipes that reuse the same modalities, windows, and task targets. The **1 unified embodied model target** is the long-term integration goal after those pipelines mature. Use them in that order when reading the project.
155
 
156
+ Reader rule: if it has a metric, it is a **task**; if it explains what the evidence studies, it is a **direction**; if it describes model inputs and training targets, it is a **pipeline**; if it combines perception, 3D memory, language, action, and planning, it is the **unified target** rather than an extra score axis.
157
 
158
  <p align="center">
159
+ <img src="docs/assets/charts/task_direction_pipeline_relationship.png" alt="Relationship map showing 20 task contracts, 4 research directions, 3 foundation-model pipeline tracks, and 1 unified embodied model target" width="100%">
160
  </p>
161
 
162
  | Layer | Count | Reader role | Exact public labels |
 
164
  | Task contracts | 20 | Score axes used by the matrix, radars, task cards, and method rows. | Action Recognition; Procedure Step Recognition; Action Boundary Detection; Next-Action Prediction; Hand Trajectory Forecasting; Contact State Prediction; Object Relevance Prediction; Language Grounding; Cross-Modal Retrieval; Cross-Modal Reconstruction; Temporal Order Verification; Multimodal Synchronization Detection; Long-Horizon Next-Action Forecasting; Long-Horizon Next-Subtask Forecasting; Interaction Text Prediction; Action-Object Relation Prediction; Future Object-Set Forecasting; IMU-to-Hand Pose Reconstruction; Camera-View Synchronization Retrieval; Time-to-Next-Transition Regression. |
165
  | Research directions | 4 | Ways to interpret what the 20 tasks study; not separate benchmark tiers. | Human Modeling & Motion Understanding; 3D/4D Reconstruction & Neural Rendering; Egocentric Vision & Interaction; Scene Reconstruction & World Modeling. |
166
  | Foundation pipelines | 3 | Larger-model training tracks with separate input-output recipes and result gates. | Spatial intelligence models; Human-video world models; Vision-language-action models. |
167
+ | Unified embodied model target | 1 | Long-term integration target, not a task/method row in the 180-result matrix. | Perception; 3D memory; language-grounded reasoning; action; planning. |
168
 
169
  ## Two Evidence Lines
170
 
 
424
 
425
  ## 核心结构
426
 
427
+ - 识别规则:有 metric 的是 20 个任务层;解释这些 evidence 研究什么的是 4 个 research directions;描述模型 input/output 和训练目标的是 3 条 foundation pipelines;把感知、3D 记忆、语言推理、action 和 planning 合并起来的是 unified embodied model target,不是新的评分轴
428
  - 数据层:公开 sample episode 被切成 20-frame 窗口,并连接视频、音频、深度、pose/SLAM、mocap、IMU、calibration 和语言标注。
429
  - 任务层:20 个统一任务覆盖识别、预测、检索、重建、同步、长时预测、action-object 关系和 sensor bridge。
430
  - 结果层:单 episode minimal/NN 覆盖 20/20;128-episode metadata/raw、Qwen3-Omni v6 LoRA、Cosmos3-Super Reasoner、Cosmos3-Nano Future Window 分开标注;当前公开矩阵为 180/180 scored records,其中 174 direct、6 compact proxy,proxy target 显式保留。
431
+ - 训练方向:spatial intelligence、human-video world model、vision-language-action 三条 pipeline 已经有任务映射和需要的证据清单;长期目标是一个 unified embodied foundation model
432
 
433
  ## 公开边界
434
 
 
473
 
474
  ## Estructura
475
 
476
+ - Regla de lectura: si tiene una métrica, es una tarea de las 20; si explica qué estudia la evidencia, es una de las 4 research directions; si define inputs/outputs de entrenamiento, es una de las 3 foundation pipelines; si combina percepción, memoria 3D, lenguaje, acción y planificación, es el unified embodied model target, no otro eje de score.
477
  - Datos: ventanas de 20 frames con video, audio, profundidad, pose/SLAM, mocap, IMU, calibración y lenguaje.
478
  - Tareas: 20 contratos para reconocimiento, predicción, recuperación, reconstrucción, sincronización, horizonte largo, relación acción-objeto y puentes de sensores.
479
  - Resultados: minimal/NN de un episodio cubren 20/20; las ramas de 128 episodios separan metadata, raw features, Qwen3 y Cosmos; la matriz pública está en 180/180 registros con score: 174 direct y 6 compact proxy, con proxy targets visibles.
480
+ - Direcciones: spatial intelligence, human-video world model y vision-language-action tienen mapeo de tareas y requisitos de evidencia; el objetivo largo plazo es un unified embodied foundation model.
481
 
482
  ## Límite Público
483
 
 
522
 
523
  ## Structure
524
 
525
+ - Règle de lecture : avec une métrique, c'est l'une des 20 tâches; si cela explique ce que les preuves étudient, c'est l'une des 4 research directions; si cela définit des inputs/outputs d'entraînement, c'est l'une des 3 foundation pipelines; si cela combine perception, mémoire 3D, langage, action et planification, c'est la cible unified embodied model, pas un nouvel axe de score.
526
  - Données : fenêtres de 20 frames reliant vidéo, audio, profondeur, pose/SLAM, mocap, IMU, calibration et annotations de langage.
527
  - Tâches : 20 contrats couvrant reconnaissance, prévision, retrieval, reconstruction, ordre, synchronisation, horizon long, relations action-objet et sensor bridge.
528
  - Résultats : minimal/NN sur l'épisode public couvrent 20/20; la ligne 128 épisodes sépare metadata, raw features, Qwen3-Omni et Cosmos3; la matrice publique atteint 180/180 enregistrements scorés: 174 direct et 6 compact proxy, avec proxy targets visibles.
529
+ - Directions : spatial intelligence, human-video world model et vision-language-action sont documentés avec tâches et preuves nécessaires; l'objectif à long terme est un unified embodied foundation model.
530
 
531
  ## Frontière Publique
532
 
 
571
 
572
  ## Struktur
573
 
574
+ - Leseregel: Hat es eine Metrik, gehört es zu den 20 Aufgaben; erklärt es, was die Evidenz untersucht, gehört es zu den 4 research directions; beschreibt es Trainings-Inputs und Targets, gehört es zu den 3 foundation pipelines; verbindet es Wahrnehmung, 3D-Gedächtnis, Sprache, Aktion und Planung, ist es das unified embodied model target, keine zusätzliche Score-Achse.
575
  - Daten: 20-Frame-Fenster über Video, Audio, Tiefe, Pose/SLAM, Mocap, IMU, Kalibrierung und Sprachannotation.
576
  - Aufgaben: 20 Verträge für Erkennung, Vorhersage, Retrieval, Rekonstruktion, Ordnung, Synchronisierung, Langhorizont-Prognose, Aktion-Objekt-Bindung und Sensor-Brücken.
577
  - Ergebnisse: Single-Episode minimal/NN decken 20/20 ab; 128-Episode-Zweige trennen Metadata, Raw Features, Qwen3 und Cosmos; die öffentliche Matrix steht bei 180/180 gescorten Einträgen: 174 direct und 6 compact proxy, mit sichtbaren Proxy-Targets.
578
+ - Richtungen: spatial intelligence, human-video world model und vision-language-action sind mit Aufgaben und Evidenzanforderungen dokumentiert; das langfristige Ziel ist ein unified embodied foundation model.
579
 
580
  ## Öffentliche Grenze
581
 
 
620
 
621
  ## 構造
622
 
623
+ - 読み方のルール: metric があるものは 20 tasks、evidence が何を調べるかを説明するものは 4 research directions、training input/output を定義するものは 3 foundation pipelines です。perception、3D memory、language reasoning、action、planning を統合するものは unified embodied model target であり、新しい score axis ではありません。
624
  - データ: 20-frame window が video、audio、depth、pose/SLAM、mocap、IMU、calibration、language annotation を結びます。
625
  - タスク: 認識、予測、retrieval、reconstruction、order、sync、long-horizon、action-object、sensor bridge など 20 契約。
626
  - 結果: single-episode minimal/NN は 20/20。128-episode 側は metadata、raw feature、Qwen3、Cosmos を証拠タイプ別に分けます。公開 matrix は 180/180 scored records で、174 direct と 6 compact proxy を分離し、proxy targets は明示します。
627
+ - 方向: spatial intelligence、human-video world model、vision-language-action に対して、タスク対応と必要証拠を記録しています。長期目標は unified embodied foundation model です。
628
 
629
  ## 公開境界
630
 
 
669
 
670
  ## 구조
671
 
672
+ - 읽기 규칙: metric이 있으면 20개 task layer이고, evidence가 무엇을 연구하는지 설명하면 4개 research direction layer이며, model input/output과 training target을 설명하면 3개 foundation pipeline layer입니다. perception, 3D memory, language reasoning, action, planning을 합치는 것은 unified embodied model target이며 새 score axis가 아닙니다.
673
  - 데이터: 20-frame window가 video, audio, depth, pose/SLAM, mocap, IMU, calibration, language annotation을 연결합니다.
674
  - 과제: 인식, 예측, retrieval, reconstruction, order, sync, long-horizon, action-object binding, sensor bridge 등 20개 계약.
675
  - 결과: single-episode minimal/NN은 20/20; 128-episode 레이어는 metadata, raw feature, Qwen3, Cosmos를 증거 유형별로 분리합니다. 공개 matrix는 180/180 scored records이며 174 direct와 6 compact proxy를 분리하고 proxy targets를 명시합니다.
676
+ - 방향: spatial intelligence, human-video world model, vision-language-action에 대해 과제 매핑과 필요한 증거를 기록합니다. 장기 목표는 unified embodied foundation model입니다.
677
 
678
  ## 공개 경계
679
 
 
718
 
719
  ## Estrutura
720
 
721
+ - Regra de leitura: se tem uma métrica, pertence às 20 tarefas; se explica o que a evidência estuda, pertence às 4 research directions; se define inputs/outputs de treino, pertence às 3 foundation pipelines; se combina percepção, memória 3D, linguagem, ação e planejamento, pertence ao unified embodied model target, não a um novo eixo de score.
722
  - Dados: janelas de 20 frames ligam vídeo, áudio, profundidade, pose/SLAM, mocap, IMU, calibração e anotações de linguagem.
723
  - Tarefas: 20 contratos cobrem reconhecimento, previsão, retrieval, reconstrução, ordem, sincronização, horizonte longo, relação ação-objeto e pontes de sensores.
724
  - Resultados: minimal/NN de um episódio cobrem 20/20; a camada de 128 episódios separa metadata, raw features, Qwen3 e Cosmos; a matriz pública está em 180/180 registros com score: 174 direct e 6 compact proxy, com proxy targets visíveis.
725
+ - Direções: spatial intelligence, human-video world model e vision-language-action têm mapeamento de tarefas e requisitos de evidência; o objetivo de longo prazo é um unified embodied foundation model.
726
 
727
  ## Fronteira Pública
728
 
scripts/verify_live_publication.py CHANGED
@@ -682,7 +682,7 @@ MARKER_CHECKS = [
682
  "Ropedia Xperience-10M 20-task suite.",
683
  "9 public method scores",
684
  "unified_task_model_radar.svg",
685
- "20 tasks / 4 directions / 3 foundation pipelines.",
686
  "If it has a metric, it belongs to the 20-task layer.",
687
  "Cite raw metric values; use radar values only as visual summaries.",
688
  "open full 180-score audit table",
@@ -732,7 +732,7 @@ MARKER_CHECKS = [
732
  "Ropedia Xperience-10M 20-task suite.",
733
  "9 public method scores",
734
  "unified_task_model_radar.svg",
735
- "20 tasks / 4 directions / 3 foundation pipelines.",
736
  "If it has a metric, it belongs to the 20-task layer.",
737
  "Cite raw metric values; use radar values only as visual summaries.",
738
  "open full 180-score audit table",
 
682
  "Ropedia Xperience-10M 20-task suite.",
683
  "9 public method scores",
684
  "unified_task_model_radar.svg",
685
+ "20 tasks / 4 directions / 3 pipelines / 1 unified model target.",
686
  "If it has a metric, it belongs to the 20-task layer.",
687
  "Cite raw metric values; use radar values only as visual summaries.",
688
  "open full 180-score audit table",
 
732
  "Ropedia Xperience-10M 20-task suite.",
733
  "9 public method scores",
734
  "unified_task_model_radar.svg",
735
+ "20 tasks / 4 directions / 3 pipelines / 1 unified model target.",
736
  "If it has a metric, it belongs to the 20-task layer.",
737
  "Cite raw metric values; use radar values only as visual summaries.",
738
  "open full 180-score audit table",