cy0307 commited on
Commit
596ac86
·
verified ·
1 Parent(s): be7beac

Add files using upload-large-folder tool

Browse files
Files changed (47) hide show
  1. FIGURE_INDEX.md +3 -3
  2. PROJECT_README.md +15 -6
  3. README.md +15 -6
  4. THREE_FOUNDATION_PIPELINES.md +12 -7
  5. assets/foundation-pipelines/README.md +12 -7
  6. assets/foundation-pipelines/human-video-world-model-pipeline.png +2 -2
  7. assets/foundation-pipelines/prompts.md +37 -27
  8. assets/foundation-pipelines/spatial-intelligence-pipeline.png +2 -2
  9. assets/foundation-pipelines/vision-language-action-pipeline.png +2 -2
  10. data/artifact_index.json +35 -35
  11. data/figure_index.json +25 -25
  12. data/mirror_parity.json +240 -215
  13. data/public_surface_qa.json +6 -6
  14. data/publication_audit.json +10 -9
  15. data/research_roadmap_interactive.json +127 -4
  16. data/source_alignment_audit.json +1 -1
  17. data/task_surface_integrity.json +1 -1
  18. data/three_foundation_pipelines.json +126 -10
  19. data/website_integrity.json +23 -23
  20. docs/data/artifact_index.json +35 -35
  21. docs/data/figure_index.json +25 -25
  22. docs/data/mirror_parity.json +240 -215
  23. docs/data/public_surface_qa.json +6 -6
  24. docs/data/publication_audit.json +10 -9
  25. docs/data/research_roadmap_interactive.json +127 -4
  26. docs/data/source_alignment_audit.json +1 -1
  27. docs/data/task_surface_integrity.json +1 -1
  28. docs/data/three_foundation_pipelines.json +126 -10
  29. docs/data/website_integrity.json +23 -23
  30. docs/index.html +23 -14
  31. index.html +23 -14
  32. metrics/artifact_index.json +35 -35
  33. metrics/figure_index.json +25 -25
  34. metrics/mirror_parity.json +240 -215
  35. metrics/public_surface_qa.json +6 -6
  36. metrics/publication_audit.json +10 -9
  37. metrics/research_roadmap_interactive.json +127 -4
  38. metrics/source_alignment_audit.json +1 -1
  39. metrics/task_surface_integrity.json +1 -1
  40. metrics/three_foundation_pipelines.json +126 -10
  41. metrics/website_integrity.json +23 -23
  42. scripts/build_artifact_index.py +9 -9
  43. scripts/build_figure_index.py +12 -12
  44. scripts/render_foundation_pipeline_diagrams.py +249 -0
  45. scripts/validate_mirror_parity.py +1 -0
  46. scripts/validate_publication_package.py +1 -0
  47. scripts/verify_live_publication.py +6 -6
FIGURE_INDEX.md CHANGED
@@ -17,9 +17,9 @@ Public figures, diagrams, charts, and derived modality thumbnails. Raw Xperience
17
  | Original task-suite infographic | `docs/assets/task_suite_infographic.png` | 1800 x 6600 | `scripts/render_task_suite_infographic.py` | Primary visual map of the original task families, verified metrics, and sample modalities; the unified public suite is now 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
- | Spatial intelligence pipeline placeholder | `docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png` | 1672 x 941 | `docs/assets/foundation-pipelines/prompts.md` | ChatGPT image-generated placeholder for the spatial intelligence training pipeline track. |
21
- | Human-video world model pipeline placeholder | `docs/assets/foundation-pipelines/human-video-world-model-pipeline.png` | 1672 x 941 | `docs/assets/foundation-pipelines/prompts.md` | ChatGPT image-generated placeholder for the human-video world-model training pipeline track. |
22
- | Vision-language-action pipeline placeholder | `docs/assets/foundation-pipelines/vision-language-action-pipeline.png` | 1672 x 941 | `docs/assets/foundation-pipelines/prompts.md` | ChatGPT image-generated placeholder for the VLA/action-policy training pipeline track. |
23
  | Minimal and neural task architecture map | `docs/assets/task_architectures.png` | 1800 x 2450 | `scripts/render_overview_figures.py` | Minimal and neural heads for the original task contracts and shared feature contracts. |
24
  | Video modality thumbnail | `docs/assets/modalities/video.jpg` | 880 x 520 | `scripts/export_modality_atlas_assets.py` | Derived thumbnail for synchronized camera streams. |
25
  | Audio modality thumbnail | `docs/assets/modalities/audio.png` | 880 x 520 | `scripts/export_modality_atlas_assets.py` | Derived waveform thumbnail for the MP4 AAC stream. |
 
17
  | Original task-suite infographic | `docs/assets/task_suite_infographic.png` | 1800 x 6600 | `scripts/render_task_suite_infographic.py` | Primary visual map of the original task families, verified metrics, and sample modalities; the unified public suite is now 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
+ | Spatial intelligence task-training diagram | `docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png` | 1800 x 1012 | `scripts/render_foundation_pipeline_diagrams.py` | Readable inputs-to-tasks-to-training-to-evaluation diagram for the spatial intelligence pipeline track. |
21
+ | Human-video world model task-training diagram | `docs/assets/foundation-pipelines/human-video-world-model-pipeline.png` | 1800 x 1012 | `scripts/render_foundation_pipeline_diagrams.py` | Readable inputs-to-future-targets-to-training-to-evaluation diagram for the human-video world-model pipeline track. |
22
+ | Vision-language-action task-training diagram | `docs/assets/foundation-pipelines/vision-language-action-pipeline.png` | 1800 x 1012 | `scripts/render_foundation_pipeline_diagrams.py` | Readable inputs-to-action-targets-to-VLA-training-to-evaluation diagram for the VLA/action-policy pipeline track. |
23
  | Minimal and neural task architecture map | `docs/assets/task_architectures.png` | 1800 x 2450 | `scripts/render_overview_figures.py` | Minimal and neural heads for the original task contracts and shared feature contracts. |
24
  | Video modality thumbnail | `docs/assets/modalities/video.jpg` | 880 x 520 | `scripts/export_modality_atlas_assets.py` | Derived thumbnail for synchronized camera streams. |
25
  | Audio modality thumbnail | `docs/assets/modalities/audio.png` | 880 x 520 | `scripts/export_modality_atlas_assets.py` | Derived waveform thumbnail for the MP4 AAC stream. |
PROJECT_README.md CHANGED
@@ -881,14 +881,23 @@ so the public claims stay precise:
881
  | Human-video world models | Predict next action, next subtask, future object set, contact transition, and future state from observed interaction windows. | Partially evidenced by future-task probes and Cosmos-style branches; visual/latent future quality still needs stronger metrics. |
882
  | Vision-language-action models | Convert egocentric video, captions, hand/body motion, contacts, and objects into action chunks or policy-compatible targets. | Feasible, but gated by action-token conversion, normalization, retargeting evidence, and held-out policy metrics. |
883
 
884
- Placeholder visuals for the three tracks are published in
885
  [`docs/assets/foundation-pipelines`](docs/assets/foundation-pipelines). They
886
- are ChatGPT image-generated communication assets, not completed model-quality
887
- evidence.
 
888
 
889
- | Spatial intelligence | Human-video world model | Vision-language-action |
890
- | --- | --- | --- |
891
- | ![Spatial intelligence pipeline placeholder](docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png) | ![Human-video world model pipeline placeholder](docs/assets/foundation-pipelines/human-video-world-model-pipeline.png) | ![Vision-language-action pipeline placeholder](docs/assets/foundation-pipelines/vision-language-action-pipeline.png) |
 
 
 
 
 
 
 
 
892
 
893
  See [`THREE_FOUNDATION_PIPELINES.md`](THREE_FOUNDATION_PIPELINES.md) and
894
  [`docs/data/three_foundation_pipelines.json`](docs/data/three_foundation_pipelines.json).
 
881
  | Human-video world models | Predict next action, next subtask, future object set, contact transition, and future state from observed interaction windows. | Partially evidenced by future-task probes and Cosmos-style branches; visual/latent future quality still needs stronger metrics. |
882
  | Vision-language-action models | Convert egocentric video, captions, hand/body motion, contacts, and objects into action chunks or policy-compatible targets. | Feasible, but gated by action-token conversion, normalization, retargeting evidence, and held-out policy metrics. |
883
 
884
+ Task-training diagrams for the three tracks are published in
885
  [`docs/assets/foundation-pipelines`](docs/assets/foundation-pipelines). They
886
+ replace the earlier concept-art images and show each direction as
887
+ inputs -> task targets -> model training -> evaluation gates. They are
888
+ communication assets, not completed model-quality evidence.
889
 
890
+ **Spatial intelligence models**
891
+
892
+ ![Spatial intelligence task-training diagram](docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png)
893
+
894
+ **Human-video world models**
895
+
896
+ ![Human-video world-model task-training diagram](docs/assets/foundation-pipelines/human-video-world-model-pipeline.png)
897
+
898
+ **Vision-language-action models**
899
+
900
+ ![Vision-language-action task-training diagram](docs/assets/foundation-pipelines/vision-language-action-pipeline.png)
901
 
902
  See [`THREE_FOUNDATION_PIPELINES.md`](THREE_FOUNDATION_PIPELINES.md) and
903
  [`docs/data/three_foundation_pipelines.json`](docs/data/three_foundation_pipelines.json).
README.md CHANGED
@@ -903,14 +903,23 @@ so the public claims stay precise:
903
  | Human-video world models | Predict next action, next subtask, future object set, contact transition, and future state from observed interaction windows. | Partially evidenced by future-task probes and Cosmos-style branches; visual/latent future quality still needs stronger metrics. |
904
  | Vision-language-action models | Convert egocentric video, captions, hand/body motion, contacts, and objects into action chunks or policy-compatible targets. | Feasible, but gated by action-token conversion, normalization, retargeting evidence, and held-out policy metrics. |
905
 
906
- Placeholder visuals for the three tracks are published in
907
  [`docs/assets/foundation-pipelines`](docs/assets/foundation-pipelines). They
908
- are ChatGPT image-generated communication assets, not completed model-quality
909
- evidence.
 
910
 
911
- | Spatial intelligence | Human-video world model | Vision-language-action |
912
- | --- | --- | --- |
913
- | ![Spatial intelligence pipeline placeholder](docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png) | ![Human-video world model pipeline placeholder](docs/assets/foundation-pipelines/human-video-world-model-pipeline.png) | ![Vision-language-action pipeline placeholder](docs/assets/foundation-pipelines/vision-language-action-pipeline.png) |
 
 
 
 
 
 
 
 
914
 
915
  See [`THREE_FOUNDATION_PIPELINES.md`](THREE_FOUNDATION_PIPELINES.md) and
916
  [`docs/data/three_foundation_pipelines.json`](docs/data/three_foundation_pipelines.json).
 
903
  | Human-video world models | Predict next action, next subtask, future object set, contact transition, and future state from observed interaction windows. | Partially evidenced by future-task probes and Cosmos-style branches; visual/latent future quality still needs stronger metrics. |
904
  | Vision-language-action models | Convert egocentric video, captions, hand/body motion, contacts, and objects into action chunks or policy-compatible targets. | Feasible, but gated by action-token conversion, normalization, retargeting evidence, and held-out policy metrics. |
905
 
906
+ Task-training diagrams for the three tracks are published in
907
  [`docs/assets/foundation-pipelines`](docs/assets/foundation-pipelines). They
908
+ replace the earlier concept-art images and show each direction as
909
+ inputs -> task targets -> model training -> evaluation gates. They are
910
+ communication assets, not completed model-quality evidence.
911
 
912
+ **Spatial intelligence models**
913
+
914
+ ![Spatial intelligence task-training diagram](docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png)
915
+
916
+ **Human-video world models**
917
+
918
+ ![Human-video world-model task-training diagram](docs/assets/foundation-pipelines/human-video-world-model-pipeline.png)
919
+
920
+ **Vision-language-action models**
921
+
922
+ ![Vision-language-action task-training diagram](docs/assets/foundation-pipelines/vision-language-action-pipeline.png)
923
 
924
  See [`THREE_FOUNDATION_PIPELINES.md`](THREE_FOUNDATION_PIPELINES.md) and
925
  [`docs/data/three_foundation_pipelines.json`](docs/data/three_foundation_pipelines.json).
THREE_FOUNDATION_PIPELINES.md CHANGED
@@ -14,20 +14,25 @@ inertial signals, object/contact annotations, and language captions.
14
  | Human-video world models | Can the model predict what happens next? | Observed video/audio/sensor windows, hand/body motion, object/contact state, action/subtask labels, future windows. | Future-state and future-action probes over the existing split, then Cosmos-style or latent world-model training with separate dynamics metrics. | Partially evidenced through current future-task probes and Cosmos-style branch artifacts; still needs stronger visual/latent future metrics. |
15
  | Vision-language-action models | Can the model turn what it sees and reads into action? | Egocentric video, language captions, hand/body motion, contacts, objects, procedure/subtask labels. | Observation-language-to-action target conversion, action-chunk scoring, policy-token baselines, then VLA/policy model fine-tuning. | Feasible but gated by action-target conversion; do not claim policy quality until action tokens, normalization, and held-out policy metrics exist. |
16
 
17
- ## Published Placeholder Figures
18
 
19
- The repo and public mirrors now include three stable placeholder visuals for
20
- the foundation pipeline tracks. They are ChatGPT image-generated communication
21
- assets, not evidence of completed model-quality training. The exact technical
22
- scope remains the text and JSON contract in this document and
23
- `docs/data/three_foundation_pipelines.json`.
 
24
 
25
- | Track | Placeholder asset | Prompt notes |
26
  | --- | --- | --- |
27
  | Spatial intelligence models | `docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png` | `docs/assets/foundation-pipelines/prompts.md` |
28
  | Human-video world models | `docs/assets/foundation-pipelines/human-video-world-model-pipeline.png` | `docs/assets/foundation-pipelines/prompts.md` |
29
  | Vision-language-action models | `docs/assets/foundation-pipelines/vision-language-action-pipeline.png` | `docs/assets/foundation-pipelines/prompts.md` |
30
 
 
 
 
 
31
  ## 1. Spatial Intelligence Pipeline
32
 
33
  Purpose: train and evaluate models that turn flat video into spatial state and
 
14
  | Human-video world models | Can the model predict what happens next? | Observed video/audio/sensor windows, hand/body motion, object/contact state, action/subtask labels, future windows. | Future-state and future-action probes over the existing split, then Cosmos-style or latent world-model training with separate dynamics metrics. | Partially evidenced through current future-task probes and Cosmos-style branch artifacts; still needs stronger visual/latent future metrics. |
15
  | Vision-language-action models | Can the model turn what it sees and reads into action? | Egocentric video, language captions, hand/body motion, contacts, objects, procedure/subtask labels. | Observation-language-to-action target conversion, action-chunk scoring, policy-token baselines, then VLA/policy model fine-tuning. | Feasible but gated by action-target conversion; do not claim policy quality until action tokens, normalization, and held-out policy metrics exist. |
16
 
17
+ ## Published Task-Training Diagrams
18
 
19
+ The repo and public mirrors now include three stable diagrams for the
20
+ foundation pipeline tracks. They replace the earlier concept-art images
21
+ and explicitly show each direction as inputs -> task targets -> model training
22
+ -> evaluation gates. They are communication assets, not evidence of completed
23
+ model-quality training. The exact technical scope remains the text and JSON
24
+ contract in this document and `docs/data/three_foundation_pipelines.json`.
25
 
26
+ | Track | Diagram asset | Source notes |
27
  | --- | --- | --- |
28
  | Spatial intelligence models | `docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png` | `docs/assets/foundation-pipelines/prompts.md` |
29
  | Human-video world models | `docs/assets/foundation-pipelines/human-video-world-model-pipeline.png` | `docs/assets/foundation-pipelines/prompts.md` |
30
  | Vision-language-action models | `docs/assets/foundation-pipelines/vision-language-action-pipeline.png` | `docs/assets/foundation-pipelines/prompts.md` |
31
 
32
+ The deterministic renderer is
33
+ `scripts/render_foundation_pipeline_diagrams.py`; it keeps the public labels
34
+ readable and aligned with the machine-readable contract.
35
+
36
  ## 1. Spatial Intelligence Pipeline
37
 
38
  Purpose: train and evaluate models that turn flat video into spatial state and
assets/foundation-pipelines/README.md CHANGED
@@ -1,12 +1,14 @@
1
- # Foundation Pipeline Placeholder Figures
2
 
3
- These three bitmap figures are ChatGPT image-generated placeholder visuals for
4
- the foundation pipeline tracks documented in `THREE_FOUNDATION_PIPELINES.md`
5
- and `docs/data/three_foundation_pipelines.json`.
6
 
7
- They are **pipeline placeholders**, not evidence of completed foundation-model
8
- training. Exact technical claims live in the surrounding Markdown, JSON, and
9
- website labels.
 
 
10
 
11
  | Track | Asset |
12
  | --- | --- |
@@ -14,3 +16,6 @@ website labels.
14
  | Human-video world models | `human-video-world-model-pipeline.png` |
15
  | Vision-language-action models | `vision-language-action-pipeline.png` |
16
 
 
 
 
 
1
+ # Foundation Pipeline Task-Training Diagrams
2
 
3
+ These three bitmap figures are task-training diagrams for the foundation
4
+ pipeline tracks documented in `THREE_FOUNDATION_PIPELINES.md` and
5
+ `docs/data/three_foundation_pipelines.json`.
6
 
7
+ They replace the earlier concept-art images. Each diagram spells out the
8
+ direction, supported task targets, model-training route, and evaluation gates.
9
+ They are still **pipeline communication assets**, not evidence of completed
10
+ foundation-model quality. Exact technical claims live in the surrounding
11
+ Markdown, JSON, and website labels.
12
 
13
  | Track | Asset |
14
  | --- | --- |
 
16
  | Human-video world models | `human-video-world-model-pipeline.png` |
17
  | Vision-language-action models | `vision-language-action-pipeline.png` |
18
 
19
+ The deterministic rendering script is
20
+ `scripts/render_foundation_pipeline_diagrams.py`; prompt and image-generation
21
+ notes are in `prompts.md`.
assets/foundation-pipelines/human-video-world-model-pipeline.png CHANGED

Git LFS Details

  • SHA256: cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b
  • Pointer size: 132 Bytes
  • Size of remote file: 2.36 MB

Git LFS Details

  • SHA256: 220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1
  • Pointer size: 131 Bytes
  • Size of remote file: 250 kB
assets/foundation-pipelines/prompts.md CHANGED
@@ -1,39 +1,49 @@
1
- # ChatGPT Image Prompts
 
 
 
 
 
2
 
3
  ## Spatial Intelligence
4
 
5
  Use case: infographic-diagram. Asset type: 16:9 website figure for Ropedia
6
- Xperience-10M foundation pipeline track. Create a polished text-free diagram
7
- image for a spatial intelligence model training pipeline. Show multi-view video
8
- frames and depth/pose streams flowing into a scene-object memory module, then
9
- spatial reasoning outputs like 3D structure, object permanence, counting, and
10
- question answering. Use a premium dark research-product presentation style,
11
- high contrast, crisp geometric panels, subtle neon green/cyan/white accents,
12
- clean technical linework, no decorative blobs, no logos, no readable text, no
13
- watermark.
 
14
 
15
  ## Human-Video World Models
16
 
17
  Use case: infographic-diagram. Asset type: 16:9 website figure for Ropedia
18
- Xperience-10M foundation pipeline track. Create a polished text-free diagram
19
- image for a human-video world model training pipeline. Show observed egocentric
20
- video/audio/sensor windows flowing into a latent world-state model, then
21
- predicted future frames, future action bars, object/contact state changes, and
22
- uncertainty bands. Use a premium dark research-product presentation style,
23
- high contrast, crisp geometric panels, subtle neon green/teal/white accents
24
- with small amber highlights, clean technical linework, no decorative blobs, no
25
- logos, no readable text, no watermark.
 
 
 
26
 
27
  ## Vision-Language-Action
28
 
29
  Use case: infographic-diagram. Asset type: 16:9 website figure for Ropedia
30
- Xperience-10M foundation pipeline track. Create a polished text-free diagram
31
- image for a vision-language-action model training pipeline. Show egocentric
32
- video frames, language caption tokens, hand/body motion traces, object/contact
33
- cues, and procedure labels flowing into a multimodal action policy module, then
34
- predicted action chunks, hand trajectory curves, contact decisions, and policy
35
- evaluation panels. Use a premium dark research-product presentation style,
36
- high contrast, crisp geometric panels, subtle neon green/cyan/white accents
37
- with small magenta highlights, clean technical linework, no decorative blobs,
38
- no logos, no readable text, no watermark.
39
-
 
 
1
+ # Foundation Pipeline Diagram Prompts
2
+
3
+ The first public pass used ChatGPT image-generated concept visuals. The second
4
+ pass uses the same direction prompts for visual exploration, then renders the
5
+ final public PNGs with `scripts/render_foundation_pipeline_diagrams.py` so the
6
+ task names, model-training route, and evaluation gates stay exact and readable.
7
 
8
  ## Spatial Intelligence
9
 
10
  Use case: infographic-diagram. Asset type: 16:9 website figure for Ropedia
11
+ Xperience-10M foundation pipeline track. Create a structured diagram, not
12
+ concept art, for a spatial intelligence model training direction. Show four
13
+ left-to-right zones: inputs, task targets, model training, and evaluation
14
+ gates. The content should represent multiview RGB, egocentric video, depth,
15
+ camera pose, calibration, object/contact/language cues, spatial QA, object
16
+ counting, object permanence, relative location, multiview retrieval, 3D
17
+ consistency, spatial-memory encoders, and held-out episode metrics. Use a
18
+ premium dark research-product style, high contrast, crisp panels, clean
19
+ technical linework, no decorative blobs, no logos, no watermark.
20
 
21
  ## Human-Video World Models
22
 
23
  Use case: infographic-diagram. Asset type: 16:9 website figure for Ropedia
24
+ Xperience-10M foundation pipeline track. Create a structured diagram, not
25
+ concept art, for a human-video world-model training direction. Show four
26
+ left-to-right zones: observed interaction inputs, future task targets, model
27
+ training, and held-out future evaluation. The content should represent
28
+ observed video/audio/sensor windows, hand/body motion, camera pose,
29
+ object/contact state, action/subtask labels, next action, next subtask, future
30
+ object set, contact transition, camera-motion delta, latent future state, Qwen
31
+ structured future probes, Cosmos/dynamics branches, rollout or latent
32
+ reconstruction, no future leakage, and future-task metrics. Use a premium dark
33
+ research-product style, high contrast, crisp panels, clean technical linework,
34
+ no decorative blobs, no logos, no watermark.
35
 
36
  ## Vision-Language-Action
37
 
38
  Use case: infographic-diagram. Asset type: 16:9 website figure for Ropedia
39
+ Xperience-10M foundation pipeline track. Create a structured diagram, not
40
+ concept art, for a vision-language-action model training direction. Show four
41
+ left-to-right zones: observation/language inputs, action task targets,
42
+ VLA/policy-compatible training, and held-out action evaluation. The content
43
+ should represent egocentric video, captions, objects, contacts, procedures,
44
+ hand/body motion windows, subtask labels, action-token vocabulary, next action,
45
+ action chunks, object-conditioned action, contact state, subtask transition,
46
+ action-space conversion, normalization, leakage and retargeting reports, VLA
47
+ or policy heads, and held-out policy/action metrics. Use a premium dark
48
+ research-product style, high contrast, crisp panels, clean technical linework,
49
+ no decorative blobs, no logos, no watermark.
assets/foundation-pipelines/spatial-intelligence-pipeline.png CHANGED

Git LFS Details

  • SHA256: ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06
  • Pointer size: 132 Bytes
  • Size of remote file: 2.34 MB

Git LFS Details

  • SHA256: 61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7
  • Pointer size: 131 Bytes
  • Size of remote file: 253 kB
assets/foundation-pipelines/vision-language-action-pipeline.png CHANGED

Git LFS Details

  • SHA256: f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf
  • Pointer size: 132 Bytes
  • Size of remote file: 2.42 MB

Git LFS Details

  • SHA256: 2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9
  • Pointer size: 131 Bytes
  • Size of remote file: 256 kB
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-17T15:16:18+00:00",
4
  "status": "pass",
5
  "artifact_count": 204,
6
  "missing": [],
@@ -135,8 +135,8 @@
135
  "surface": "repo_hf",
136
  "shows": "Frames spatial intelligence, human-video world modeling, and vision-language-action as three pipeline tracks with explicit inputs, outputs, maturity, and next evidence gates.",
137
  "exists": true,
138
- "bytes": 7437,
139
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
140
  },
141
  {
142
  "id": "three_foundation_pipelines_json",
@@ -146,41 +146,41 @@
146
  "surface": "website_hf",
147
  "shows": "Machine-readable pipeline-track contract for the website and Hugging Face mirrors.",
148
  "exists": true,
149
- "bytes": 6518,
150
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
151
  },
152
  {
153
- "id": "spatial_intelligence_pipeline_placeholder",
154
- "title": "Spatial intelligence pipeline placeholder",
155
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
156
  "kind": "visual_asset",
157
  "surface": "website_hf",
158
- "shows": "ChatGPT image-generated placeholder visual for the spatial intelligence model training pipeline.",
159
  "exists": true,
160
- "bytes": 2337155,
161
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
162
  },
163
  {
164
- "id": "human_video_world_model_pipeline_placeholder",
165
- "title": "Human-video world model pipeline placeholder",
166
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
167
  "kind": "visual_asset",
168
  "surface": "website_hf",
169
- "shows": "ChatGPT image-generated placeholder visual for the human-video world-model training pipeline.",
170
  "exists": true,
171
- "bytes": 2356312,
172
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
173
  },
174
  {
175
- "id": "vision_language_action_pipeline_placeholder",
176
- "title": "Vision-language-action pipeline placeholder",
177
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
178
  "kind": "visual_asset",
179
  "surface": "website_hf",
180
- "shows": "ChatGPT image-generated placeholder visual for the vision-language-action training pipeline.",
181
  "exists": true,
182
- "bytes": 2421011,
183
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
184
  },
185
  {
186
  "id": "omni_model_extension_contract",
@@ -521,7 +521,7 @@
521
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
522
  "exists": true,
523
  "bytes": 4432,
524
- "sha256": "5d013c6820fb7f582b4b4b9a55f98de20168ea1947d4bea64e11d16dbd521428"
525
  },
526
  {
527
  "id": "source_alignment_validator",
@@ -938,8 +938,8 @@
938
  "surface": "repo_hf",
939
  "shows": "Catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts.",
940
  "exists": true,
941
- "bytes": 6217,
942
- "sha256": "5ec54cfb09114042ada7aad54b3c8143b9b305bcd1f8ffd65d9f5116f3f19481"
943
  },
944
  {
945
  "id": "figure_index_json",
@@ -949,8 +949,8 @@
949
  "surface": "website_hf",
950
  "shows": "Machine-readable visual asset index for website and Hugging Face mirrors.",
951
  "exists": true,
952
- "bytes": 17287,
953
- "sha256": "06a5854e14fb64e435d02e6fd5f476b37e9e3b981cf1d8b39fea3809f8ff5eaf"
954
  },
955
  {
956
  "id": "figure_index_builder",
@@ -960,8 +960,8 @@
960
  "surface": "repo_hf",
961
  "shows": "Regenerates visual-asset hashes, dimensions, and source-script provenance.",
962
  "exists": true,
963
- "bytes": 16864,
964
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
965
  },
966
  {
967
  "id": "brand_assets_json",
@@ -1130,7 +1130,7 @@
1130
  "volatile": true,
1131
  "shows": "Records the last live GitHub/HF URL verification after upload.",
1132
  "exists": true,
1133
- "bytes": 149465,
1134
  "hash_policy": "existence_and_size_only"
1135
  },
1136
  {
@@ -1141,8 +1141,8 @@
1141
  "surface": "repo",
1142
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
1143
  "exists": true,
1144
- "bytes": 60253,
1145
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
1146
  },
1147
  {
1148
  "id": "reproducibility_contract",
@@ -1174,8 +1174,8 @@
1174
  "surface": "repo_hf",
1175
  "shows": "Generates the selective artifact catalog from local files.",
1176
  "exists": true,
1177
- "bytes": 59218,
1178
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
1179
  },
1180
  {
1181
  "id": "publication_audit",
@@ -1186,7 +1186,7 @@
1186
  "volatile": true,
1187
  "shows": "Confirms public bundles exclude raw data, caches, heavy archives, and credential text.",
1188
  "exists": true,
1189
- "bytes": 8299,
1190
  "hash_policy": "existence_and_size_only"
1191
  },
1192
  {
@@ -1210,7 +1210,7 @@
1210
  "volatile": true,
1211
  "shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
1212
  "exists": true,
1213
- "bytes": 902747,
1214
  "hash_policy": "existence_and_size_only"
1215
  },
1216
  {
@@ -1222,7 +1222,7 @@
1222
  "volatile": true,
1223
  "shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
1224
  "exists": true,
1225
- "bytes": 19052,
1226
  "hash_policy": "existence_and_size_only"
1227
  },
1228
  {
 
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
+ "generated_at_utc": "2026-06-17T16:20:42+00:00",
4
  "status": "pass",
5
  "artifact_count": 204,
6
  "missing": [],
 
135
  "surface": "repo_hf",
136
  "shows": "Frames spatial intelligence, human-video world modeling, and vision-language-action as three pipeline tracks with explicit inputs, outputs, maturity, and next evidence gates.",
137
  "exists": true,
138
+ "bytes": 7710,
139
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
140
  },
141
  {
142
  "id": "three_foundation_pipelines_json",
 
146
  "surface": "website_hf",
147
  "shows": "Machine-readable pipeline-track contract for the website and Hugging Face mirrors.",
148
  "exists": true,
149
+ "bytes": 10084,
150
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
151
  },
152
  {
153
+ "id": "spatial_intelligence_task_training_diagram",
154
+ "title": "Spatial intelligence task-training diagram",
155
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
156
  "kind": "visual_asset",
157
  "surface": "website_hf",
158
+ "shows": "Inputs-to-tasks-to-training-to-evaluation diagram for the spatial intelligence model training pipeline.",
159
  "exists": true,
160
+ "bytes": 252509,
161
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
162
  },
163
  {
164
+ "id": "human_video_world_model_task_training_diagram",
165
+ "title": "Human-video world model task-training diagram",
166
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
167
  "kind": "visual_asset",
168
  "surface": "website_hf",
169
+ "shows": "Observed-window-to-future-targets-to-training-to-evaluation diagram for the human-video world-model training pipeline.",
170
  "exists": true,
171
+ "bytes": 249668,
172
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
173
  },
174
  {
175
+ "id": "vision_language_action_task_training_diagram",
176
+ "title": "Vision-language-action task-training diagram",
177
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
178
  "kind": "visual_asset",
179
  "surface": "website_hf",
180
+ "shows": "Observation-and-language-to-action-targets-to-VLA-training-to-evaluation diagram for the vision-language-action training pipeline.",
181
  "exists": true,
182
+ "bytes": 255706,
183
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
184
  },
185
  {
186
  "id": "omni_model_extension_contract",
 
521
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
522
  "exists": true,
523
  "bytes": 4432,
524
+ "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
525
  },
526
  {
527
  "id": "source_alignment_validator",
 
938
  "surface": "repo_hf",
939
  "shows": "Catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts.",
940
  "exists": true,
941
+ "bytes": 7116,
942
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
943
  },
944
  {
945
  "id": "figure_index_json",
 
949
  "surface": "website_hf",
950
  "shows": "Machine-readable visual asset index for website and Hugging Face mirrors.",
951
  "exists": true,
952
+ "bytes": 19580,
953
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
954
  },
955
  {
956
  "id": "figure_index_builder",
 
960
  "surface": "repo_hf",
961
  "shows": "Regenerates visual-asset hashes, dimensions, and source-script provenance.",
962
  "exists": true,
963
+ "bytes": 16943,
964
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
965
  },
966
  {
967
  "id": "brand_assets_json",
 
1130
  "volatile": true,
1131
  "shows": "Records the last live GitHub/HF URL verification after upload.",
1132
  "exists": true,
1133
+ "bytes": 161420,
1134
  "hash_policy": "existence_and_size_only"
1135
  },
1136
  {
 
1141
  "surface": "repo",
1142
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
1143
  "exists": true,
1144
+ "bytes": 60259,
1145
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
1146
  },
1147
  {
1148
  "id": "reproducibility_contract",
 
1174
  "surface": "repo_hf",
1175
  "shows": "Generates the selective artifact catalog from local files.",
1176
  "exists": true,
1177
+ "bytes": 59294,
1178
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
1179
  },
1180
  {
1181
  "id": "publication_audit",
 
1186
  "volatile": true,
1187
  "shows": "Confirms public bundles exclude raw data, caches, heavy archives, and credential text.",
1188
  "exists": true,
1189
+ "bytes": 8544,
1190
  "hash_policy": "existence_and_size_only"
1191
  },
1192
  {
 
1210
  "volatile": true,
1211
  "shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
1212
  "exists": true,
1213
+ "bytes": 910015,
1214
  "hash_policy": "existence_and_size_only"
1215
  },
1216
  {
 
1222
  "volatile": true,
1223
  "shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
1224
  "exists": true,
1225
+ "bytes": 19663,
1226
  "hash_policy": "existence_and_size_only"
1227
  },
1228
  {
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-17T15:16:21+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": 29,
7
  "figures": [
@@ -108,53 +108,53 @@
108
  "source_script_exists": true
109
  },
110
  {
111
- "id": "spatial_intelligence_pipeline_placeholder",
112
- "title": "Spatial intelligence pipeline placeholder",
113
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
114
- "role": "ChatGPT image-generated placeholder for the spatial intelligence training pipeline track.",
115
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
116
  "surface": "README, website, HF Space, artifact dataset, model card",
117
  "exists": true,
118
- "bytes": 2337155,
119
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06",
120
  "dimensions": {
121
  "format": "PNG",
122
- "width": 1672,
123
- "height": 941
124
  },
125
  "source_script_exists": true
126
  },
127
  {
128
- "id": "human_video_world_model_pipeline_placeholder",
129
- "title": "Human-video world model pipeline placeholder",
130
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
131
- "role": "ChatGPT image-generated placeholder for the human-video world-model training pipeline track.",
132
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
133
  "surface": "README, website, HF Space, artifact dataset, model card",
134
  "exists": true,
135
- "bytes": 2356312,
136
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b",
137
  "dimensions": {
138
  "format": "PNG",
139
- "width": 1672,
140
- "height": 941
141
  },
142
  "source_script_exists": true
143
  },
144
  {
145
- "id": "vision_language_action_pipeline_placeholder",
146
- "title": "Vision-language-action pipeline placeholder",
147
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
148
- "role": "ChatGPT image-generated placeholder for the VLA/action-policy training pipeline track.",
149
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
150
  "surface": "README, website, HF Space, artifact dataset, model card",
151
  "exists": true,
152
- "bytes": 2421011,
153
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf",
154
  "dimensions": {
155
  "format": "PNG",
156
- "width": 1672,
157
- "height": 941
158
  },
159
  "source_script_exists": true
160
  },
 
1
  {
2
  "title": "Ropedia Xperience-10M Figure Index",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-17T16:20:24+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": 29,
7
  "figures": [
 
108
  "source_script_exists": true
109
  },
110
  {
111
+ "id": "spatial_intelligence_task_training_diagram",
112
+ "title": "Spatial intelligence task-training diagram",
113
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
114
+ "role": "Readable inputs-to-tasks-to-training-to-evaluation diagram for the spatial intelligence pipeline track.",
115
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
116
  "surface": "README, website, HF Space, artifact dataset, model card",
117
  "exists": true,
118
+ "bytes": 252509,
119
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7",
120
  "dimensions": {
121
  "format": "PNG",
122
+ "width": 1800,
123
+ "height": 1012
124
  },
125
  "source_script_exists": true
126
  },
127
  {
128
+ "id": "human_video_world_model_task_training_diagram",
129
+ "title": "Human-video world model task-training diagram",
130
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
131
+ "role": "Readable inputs-to-future-targets-to-training-to-evaluation diagram for the human-video world-model pipeline track.",
132
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
133
  "surface": "README, website, HF Space, artifact dataset, model card",
134
  "exists": true,
135
+ "bytes": 249668,
136
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1",
137
  "dimensions": {
138
  "format": "PNG",
139
+ "width": 1800,
140
+ "height": 1012
141
  },
142
  "source_script_exists": true
143
  },
144
  {
145
+ "id": "vision_language_action_task_training_diagram",
146
+ "title": "Vision-language-action task-training diagram",
147
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
148
+ "role": "Readable inputs-to-action-targets-to-VLA-training-to-evaluation diagram for the VLA/action-policy pipeline track.",
149
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
150
  "surface": "README, website, HF Space, artifact dataset, model card",
151
  "exists": true,
152
+ "bytes": 255706,
153
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9",
154
  "dimensions": {
155
  "format": "PNG",
156
+ "width": 1800,
157
+ "height": 1012
158
  },
159
  "source_script_exists": true
160
  },
data/mirror_parity.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-17T15:57:50+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
- "group_count": 616,
7
  "failure_count": 0,
8
  "failures_by_surface": {}
9
  },
@@ -138,45 +138,45 @@
138
  "local": {
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
- "bytes": 111262,
142
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
- "bytes": 111262,
149
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
- "bytes": 111262,
155
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
- "bytes": 111262,
161
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
- "bytes": 111262,
167
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
- "bytes": 111262,
173
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
- "bytes": 111262,
179
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
180
  }
181
  },
182
  "failures": []
@@ -334,45 +334,45 @@
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
- "bytes": 19501,
338
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
- "bytes": 19501,
345
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
- "bytes": 19501,
351
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
- "bytes": 19501,
357
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
- "bytes": 19501,
363
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
- "bytes": 19501,
369
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
- "bytes": 19501,
375
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
376
  }
377
  },
378
  "failures": []
@@ -824,45 +824,45 @@
824
  "local": {
825
  "path": "repo:docs/data/publication_audit.json",
826
  "exists": true,
827
- "bytes": 8544,
828
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
829
  },
830
  "mirrors": {
831
  "hf_space": {
832
  "path": "hf_space:data/publication_audit.json",
833
  "exists": true,
834
- "bytes": 8544,
835
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
836
  },
837
  "hf_artifacts_data": {
838
  "path": "hf_artifacts:data/publication_audit.json",
839
  "exists": true,
840
- "bytes": 8544,
841
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
842
  },
843
  "hf_artifacts": {
844
  "path": "hf_artifacts:docs/data/publication_audit.json",
845
  "exists": true,
846
- "bytes": 8544,
847
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
848
  },
849
  "hf_model_data": {
850
  "path": "hf_model:data/publication_audit.json",
851
  "exists": true,
852
- "bytes": 8544,
853
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
854
  },
855
  "hf_model_docs_data": {
856
  "path": "hf_model:docs/data/publication_audit.json",
857
  "exists": true,
858
- "bytes": 8544,
859
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
860
  },
861
  "hf_model": {
862
  "path": "hf_model:metrics/publication_audit.json",
863
  "exists": true,
864
- "bytes": 8544,
865
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
866
  }
867
  },
868
  "failures": []
@@ -874,44 +874,44 @@
874
  "path": "repo:docs/data/public_surface_qa.json",
875
  "exists": true,
876
  "bytes": 6146,
877
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
878
  },
879
  "mirrors": {
880
  "hf_space": {
881
  "path": "hf_space:data/public_surface_qa.json",
882
  "exists": true,
883
  "bytes": 6146,
884
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
885
  },
886
  "hf_artifacts_data": {
887
  "path": "hf_artifacts:data/public_surface_qa.json",
888
  "exists": true,
889
  "bytes": 6146,
890
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
891
  },
892
  "hf_artifacts": {
893
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
894
  "exists": true,
895
  "bytes": 6146,
896
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
897
  },
898
  "hf_model_data": {
899
  "path": "hf_model:data/public_surface_qa.json",
900
  "exists": true,
901
  "bytes": 6146,
902
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
903
  },
904
  "hf_model_docs_data": {
905
  "path": "hf_model:docs/data/public_surface_qa.json",
906
  "exists": true,
907
  "bytes": 6146,
908
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
909
  },
910
  "hf_model": {
911
  "path": "hf_model:metrics/public_surface_qa.json",
912
  "exists": true,
913
  "bytes": 6146,
914
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
915
  }
916
  },
917
  "failures": []
@@ -1265,45 +1265,45 @@
1265
  "local": {
1266
  "path": "repo:docs/data/research_roadmap_interactive.json",
1267
  "exists": true,
1268
- "bytes": 150170,
1269
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1270
  },
1271
  "mirrors": {
1272
  "hf_space": {
1273
  "path": "hf_space:data/research_roadmap_interactive.json",
1274
  "exists": true,
1275
- "bytes": 150170,
1276
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1277
  },
1278
  "hf_artifacts_data": {
1279
  "path": "hf_artifacts:data/research_roadmap_interactive.json",
1280
  "exists": true,
1281
- "bytes": 150170,
1282
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1283
  },
1284
  "hf_artifacts": {
1285
  "path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
1286
  "exists": true,
1287
- "bytes": 150170,
1288
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1289
  },
1290
  "hf_model_data": {
1291
  "path": "hf_model:data/research_roadmap_interactive.json",
1292
  "exists": true,
1293
- "bytes": 150170,
1294
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1295
  },
1296
  "hf_model_docs_data": {
1297
  "path": "hf_model:docs/data/research_roadmap_interactive.json",
1298
  "exists": true,
1299
- "bytes": 150170,
1300
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1301
  },
1302
  "hf_model": {
1303
  "path": "hf_model:metrics/research_roadmap_interactive.json",
1304
  "exists": true,
1305
- "bytes": 150170,
1306
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1307
  }
1308
  },
1309
  "failures": []
@@ -1560,44 +1560,44 @@
1560
  "path": "repo:docs/data/source_alignment_audit.json",
1561
  "exists": true,
1562
  "bytes": 4432,
1563
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1564
  },
1565
  "mirrors": {
1566
  "hf_space": {
1567
  "path": "hf_space:data/source_alignment_audit.json",
1568
  "exists": true,
1569
  "bytes": 4432,
1570
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1571
  },
1572
  "hf_artifacts_data": {
1573
  "path": "hf_artifacts:data/source_alignment_audit.json",
1574
  "exists": true,
1575
  "bytes": 4432,
1576
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1577
  },
1578
  "hf_artifacts": {
1579
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1580
  "exists": true,
1581
  "bytes": 4432,
1582
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1583
  },
1584
  "hf_model_data": {
1585
  "path": "hf_model:data/source_alignment_audit.json",
1586
  "exists": true,
1587
  "bytes": 4432,
1588
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1589
  },
1590
  "hf_model_docs_data": {
1591
  "path": "hf_model:docs/data/source_alignment_audit.json",
1592
  "exists": true,
1593
  "bytes": 4432,
1594
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1595
  },
1596
  "hf_model": {
1597
  "path": "hf_model:metrics/source_alignment_audit.json",
1598
  "exists": true,
1599
  "bytes": 4432,
1600
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1601
  }
1602
  },
1603
  "failures": []
@@ -1755,45 +1755,45 @@
1755
  "local": {
1756
  "path": "repo:docs/data/three_foundation_pipelines.json",
1757
  "exists": true,
1758
- "bytes": 6518,
1759
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/three_foundation_pipelines.json",
1764
  "exists": true,
1765
- "bytes": 6518,
1766
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/three_foundation_pipelines.json",
1770
  "exists": true,
1771
- "bytes": 6518,
1772
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/three_foundation_pipelines.json",
1776
  "exists": true,
1777
- "bytes": 6518,
1778
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/three_foundation_pipelines.json",
1782
  "exists": true,
1783
- "bytes": 6518,
1784
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/three_foundation_pipelines.json",
1788
  "exists": true,
1789
- "bytes": 6518,
1790
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/three_foundation_pipelines.json",
1794
  "exists": true,
1795
- "bytes": 6518,
1796
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1797
  }
1798
  },
1799
  "failures": []
@@ -1903,44 +1903,44 @@
1903
  "path": "repo:docs/data/task_surface_integrity.json",
1904
  "exists": true,
1905
  "bytes": 45779,
1906
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1907
  },
1908
  "mirrors": {
1909
  "hf_space": {
1910
  "path": "hf_space:data/task_surface_integrity.json",
1911
  "exists": true,
1912
  "bytes": 45779,
1913
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1914
  },
1915
  "hf_artifacts_data": {
1916
  "path": "hf_artifacts:data/task_surface_integrity.json",
1917
  "exists": true,
1918
  "bytes": 45779,
1919
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1920
  },
1921
  "hf_artifacts": {
1922
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
1923
  "exists": true,
1924
  "bytes": 45779,
1925
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1926
  },
1927
  "hf_model_data": {
1928
  "path": "hf_model:data/task_surface_integrity.json",
1929
  "exists": true,
1930
  "bytes": 45779,
1931
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1932
  },
1933
  "hf_model_docs_data": {
1934
  "path": "hf_model:docs/data/task_surface_integrity.json",
1935
  "exists": true,
1936
  "bytes": 45779,
1937
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1938
  },
1939
  "hf_model": {
1940
  "path": "hf_model:metrics/task_surface_integrity.json",
1941
  "exists": true,
1942
  "bytes": 45779,
1943
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1944
  }
1945
  },
1946
  "failures": []
@@ -2196,45 +2196,45 @@
2196
  "local": {
2197
  "path": "repo:docs/data/website_integrity.json",
2198
  "exists": true,
2199
- "bytes": 19663,
2200
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/website_integrity.json",
2205
  "exists": true,
2206
- "bytes": 19663,
2207
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/website_integrity.json",
2211
  "exists": true,
2212
- "bytes": 19663,
2213
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/website_integrity.json",
2217
  "exists": true,
2218
- "bytes": 19663,
2219
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/website_integrity.json",
2223
  "exists": true,
2224
- "bytes": 19663,
2225
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/website_integrity.json",
2229
  "exists": true,
2230
- "bytes": 19663,
2231
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/website_integrity.json",
2235
  "exists": true,
2236
- "bytes": 19663,
2237
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2238
  }
2239
  },
2240
  "failures": []
@@ -2849,33 +2849,33 @@
2849
  "local": {
2850
  "path": "repo:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2851
  "exists": true,
2852
- "bytes": 2337155,
2853
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2854
  },
2855
  "mirrors": {
2856
  "hf_space": {
2857
  "path": "hf_space:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2858
  "exists": true,
2859
- "bytes": 2337155,
2860
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2861
  },
2862
  "hf_artifacts_docs": {
2863
  "path": "hf_artifacts:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2864
  "exists": true,
2865
- "bytes": 2337155,
2866
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2867
  },
2868
  "hf_artifacts_card": {
2869
  "path": "hf_artifacts:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2870
  "exists": true,
2871
- "bytes": 2337155,
2872
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2873
  },
2874
  "hf_model": {
2875
  "path": "hf_model:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2876
  "exists": true,
2877
- "bytes": 2337155,
2878
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2879
  }
2880
  },
2881
  "failures": []
@@ -2886,33 +2886,33 @@
2886
  "local": {
2887
  "path": "repo:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2888
  "exists": true,
2889
- "bytes": 2356312,
2890
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2891
  },
2892
  "mirrors": {
2893
  "hf_space": {
2894
  "path": "hf_space:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2895
  "exists": true,
2896
- "bytes": 2356312,
2897
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2898
  },
2899
  "hf_artifacts_docs": {
2900
  "path": "hf_artifacts:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2901
  "exists": true,
2902
- "bytes": 2356312,
2903
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2904
  },
2905
  "hf_artifacts_card": {
2906
  "path": "hf_artifacts:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2907
  "exists": true,
2908
- "bytes": 2356312,
2909
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2910
  },
2911
  "hf_model": {
2912
  "path": "hf_model:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2913
  "exists": true,
2914
- "bytes": 2356312,
2915
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2916
  }
2917
  },
2918
  "failures": []
@@ -2923,33 +2923,33 @@
2923
  "local": {
2924
  "path": "repo:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2925
  "exists": true,
2926
- "bytes": 2421011,
2927
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2928
  },
2929
  "mirrors": {
2930
  "hf_space": {
2931
  "path": "hf_space:assets/foundation-pipelines/vision-language-action-pipeline.png",
2932
  "exists": true,
2933
- "bytes": 2421011,
2934
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2935
  },
2936
  "hf_artifacts_docs": {
2937
  "path": "hf_artifacts:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2938
  "exists": true,
2939
- "bytes": 2421011,
2940
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2941
  },
2942
  "hf_artifacts_card": {
2943
  "path": "hf_artifacts:assets/foundation-pipelines/vision-language-action-pipeline.png",
2944
  "exists": true,
2945
- "bytes": 2421011,
2946
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2947
  },
2948
  "hf_model": {
2949
  "path": "hf_model:assets/foundation-pipelines/vision-language-action-pipeline.png",
2950
  "exists": true,
2951
- "bytes": 2421011,
2952
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2953
  }
2954
  },
2955
  "failures": []
@@ -2960,33 +2960,33 @@
2960
  "local": {
2961
  "path": "repo:docs/assets/foundation-pipelines/README.md",
2962
  "exists": true,
2963
- "bytes": 668,
2964
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2965
  },
2966
  "mirrors": {
2967
  "hf_space": {
2968
  "path": "hf_space:assets/foundation-pipelines/README.md",
2969
  "exists": true,
2970
- "bytes": 668,
2971
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2972
  },
2973
  "hf_artifacts_docs": {
2974
  "path": "hf_artifacts:docs/assets/foundation-pipelines/README.md",
2975
  "exists": true,
2976
- "bytes": 668,
2977
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2978
  },
2979
  "hf_artifacts_card": {
2980
  "path": "hf_artifacts:assets/foundation-pipelines/README.md",
2981
  "exists": true,
2982
- "bytes": 668,
2983
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2984
  },
2985
  "hf_model": {
2986
  "path": "hf_model:assets/foundation-pipelines/README.md",
2987
  "exists": true,
2988
- "bytes": 668,
2989
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2990
  }
2991
  },
2992
  "failures": []
@@ -2997,33 +2997,33 @@
2997
  "local": {
2998
  "path": "repo:docs/assets/foundation-pipelines/prompts.md",
2999
  "exists": true,
3000
- "bytes": 2128,
3001
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3002
  },
3003
  "mirrors": {
3004
  "hf_space": {
3005
  "path": "hf_space:assets/foundation-pipelines/prompts.md",
3006
  "exists": true,
3007
- "bytes": 2128,
3008
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3009
  },
3010
  "hf_artifacts_docs": {
3011
  "path": "hf_artifacts:docs/assets/foundation-pipelines/prompts.md",
3012
  "exists": true,
3013
- "bytes": 2128,
3014
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3015
  },
3016
  "hf_artifacts_card": {
3017
  "path": "hf_artifacts:assets/foundation-pipelines/prompts.md",
3018
  "exists": true,
3019
- "bytes": 2128,
3020
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3021
  },
3022
  "hf_model": {
3023
  "path": "hf_model:assets/foundation-pipelines/prompts.md",
3024
  "exists": true,
3025
- "bytes": 2128,
3026
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3027
  }
3028
  },
3029
  "failures": []
@@ -4165,21 +4165,21 @@
4165
  "local": {
4166
  "path": "repo:scripts/build_artifact_index.py",
4167
  "exists": true,
4168
- "bytes": 59218,
4169
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
4170
  },
4171
  "mirrors": {
4172
  "hf_artifacts": {
4173
  "path": "hf_artifacts:scripts/build_artifact_index.py",
4174
  "exists": true,
4175
- "bytes": 59218,
4176
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
4177
  },
4178
  "hf_model": {
4179
  "path": "hf_model:scripts/build_artifact_index.py",
4180
  "exists": true,
4181
- "bytes": 59218,
4182
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
4183
  }
4184
  },
4185
  "failures": []
@@ -4240,21 +4240,21 @@
4240
  "local": {
4241
  "path": "repo:scripts/build_figure_index.py",
4242
  "exists": true,
4243
- "bytes": 16864,
4244
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
4245
  },
4246
  "mirrors": {
4247
  "hf_artifacts": {
4248
  "path": "hf_artifacts:scripts/build_figure_index.py",
4249
  "exists": true,
4250
- "bytes": 16864,
4251
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
4252
  },
4253
  "hf_model": {
4254
  "path": "hf_model:scripts/build_figure_index.py",
4255
  "exists": true,
4256
- "bytes": 16864,
4257
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
4258
  }
4259
  },
4260
  "failures": []
@@ -4359,6 +4359,31 @@
4359
  },
4360
  "failures": []
4361
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4362
  {
4363
  "name": "scripts/build_single_episode_explorer.py",
4364
  "status": "pass",
@@ -4515,21 +4540,21 @@
4515
  "local": {
4516
  "path": "repo:scripts/verify_live_publication.py",
4517
  "exists": true,
4518
- "bytes": 60253,
4519
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
4520
  },
4521
  "mirrors": {
4522
  "hf_artifacts": {
4523
  "path": "hf_artifacts:scripts/verify_live_publication.py",
4524
  "exists": true,
4525
- "bytes": 60253,
4526
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
4527
  },
4528
  "hf_model": {
4529
  "path": "hf_model:scripts/verify_live_publication.py",
4530
  "exists": true,
4531
- "bytes": 60253,
4532
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
4533
  }
4534
  },
4535
  "failures": []
@@ -4540,21 +4565,21 @@
4540
  "local": {
4541
  "path": "repo:scripts/validate_mirror_parity.py",
4542
  "exists": true,
4543
- "bytes": 26246,
4544
- "sha256": "203a6bfbedd7e8ca7a7fa9bc54663e676628123a9d61302d46556e7ca358c458"
4545
  },
4546
  "mirrors": {
4547
  "hf_artifacts": {
4548
  "path": "hf_artifacts:scripts/validate_mirror_parity.py",
4549
  "exists": true,
4550
- "bytes": 26246,
4551
- "sha256": "203a6bfbedd7e8ca7a7fa9bc54663e676628123a9d61302d46556e7ca358c458"
4552
  },
4553
  "hf_model": {
4554
  "path": "hf_model:scripts/validate_mirror_parity.py",
4555
  "exists": true,
4556
- "bytes": 26246,
4557
- "sha256": "203a6bfbedd7e8ca7a7fa9bc54663e676628123a9d61302d46556e7ca358c458"
4558
  }
4559
  },
4560
  "failures": []
@@ -4565,21 +4590,21 @@
4565
  "local": {
4566
  "path": "repo:scripts/validate_publication_package.py",
4567
  "exists": true,
4568
- "bytes": 18917,
4569
- "sha256": "c59cef80abc6ff0e03f5bd4519bfa8b7606a37c6015fc5a2e4df0391c892bb71"
4570
  },
4571
  "mirrors": {
4572
  "hf_artifacts": {
4573
  "path": "hf_artifacts:scripts/validate_publication_package.py",
4574
  "exists": true,
4575
- "bytes": 18917,
4576
- "sha256": "c59cef80abc6ff0e03f5bd4519bfa8b7606a37c6015fc5a2e4df0391c892bb71"
4577
  },
4578
  "hf_model": {
4579
  "path": "hf_model:scripts/validate_publication_package.py",
4580
  "exists": true,
4581
- "bytes": 18917,
4582
- "sha256": "c59cef80abc6ff0e03f5bd4519bfa8b7606a37c6015fc5a2e4df0391c892bb71"
4583
  }
4584
  },
4585
  "failures": []
@@ -4894,39 +4919,39 @@
4894
  "local": {
4895
  "path": "repo:docs/index.html",
4896
  "exists": true,
4897
- "bytes": 237658,
4898
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4899
  },
4900
  "mirrors": {
4901
  "hf_space": {
4902
  "path": "hf_space:index.html",
4903
  "exists": true,
4904
- "bytes": 237658,
4905
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4906
  },
4907
  "hf_artifacts_root": {
4908
  "path": "hf_artifacts:index.html",
4909
  "exists": true,
4910
- "bytes": 237658,
4911
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4912
  },
4913
  "hf_artifacts_docs": {
4914
  "path": "hf_artifacts:docs/index.html",
4915
  "exists": true,
4916
- "bytes": 237658,
4917
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4918
  },
4919
  "hf_model": {
4920
  "path": "hf_model:index.html",
4921
  "exists": true,
4922
- "bytes": 237658,
4923
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4924
  },
4925
  "hf_model_docs": {
4926
  "path": "hf_model:docs/index.html",
4927
  "exists": true,
4928
- "bytes": 237658,
4929
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4930
  }
4931
  },
4932
  "failures": []
@@ -19419,27 +19444,27 @@
19419
  "local": {
19420
  "path": "repo:FIGURE_INDEX.md",
19421
  "exists": true,
19422
- "bytes": 7037,
19423
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19424
  },
19425
  "mirrors": {
19426
  "hf_space": {
19427
  "path": "hf_space:FIGURE_INDEX.md",
19428
  "exists": true,
19429
- "bytes": 7037,
19430
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19431
  },
19432
  "hf_artifacts": {
19433
  "path": "hf_artifacts:FIGURE_INDEX.md",
19434
  "exists": true,
19435
- "bytes": 7037,
19436
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19437
  },
19438
  "hf_model": {
19439
  "path": "hf_model:FIGURE_INDEX.md",
19440
  "exists": true,
19441
- "bytes": 7037,
19442
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19443
  }
19444
  },
19445
  "failures": []
@@ -19512,27 +19537,27 @@
19512
  "local": {
19513
  "path": "repo:THREE_FOUNDATION_PIPELINES.md",
19514
  "exists": true,
19515
- "bytes": 7437,
19516
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19517
  },
19518
  "mirrors": {
19519
  "hf_space": {
19520
  "path": "hf_space:THREE_FOUNDATION_PIPELINES.md",
19521
  "exists": true,
19522
- "bytes": 7437,
19523
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19524
  },
19525
  "hf_artifacts": {
19526
  "path": "hf_artifacts:THREE_FOUNDATION_PIPELINES.md",
19527
  "exists": true,
19528
- "bytes": 7437,
19529
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19530
  },
19531
  "hf_model": {
19532
  "path": "hf_model:THREE_FOUNDATION_PIPELINES.md",
19533
  "exists": true,
19534
- "bytes": 7437,
19535
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19536
  }
19537
  },
19538
  "failures": []
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:24:15+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
+ "group_count": 617,
7
  "failure_count": 0,
8
  "failures_by_surface": {}
9
  },
 
138
  "local": {
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
+ "bytes": 111336,
142
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
+ "bytes": 111336,
149
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
+ "bytes": 111336,
155
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
+ "bytes": 111336,
161
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
+ "bytes": 111336,
167
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
+ "bytes": 111336,
173
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
+ "bytes": 111336,
179
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
180
  }
181
  },
182
  "failures": []
 
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
+ "bytes": 19580,
338
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
+ "bytes": 19580,
345
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
+ "bytes": 19580,
351
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
+ "bytes": 19580,
357
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
+ "bytes": 19580,
363
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
+ "bytes": 19580,
369
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
+ "bytes": 19580,
375
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
376
  }
377
  },
378
  "failures": []
 
824
  "local": {
825
  "path": "repo:docs/data/publication_audit.json",
826
  "exists": true,
827
+ "bytes": 8604,
828
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
829
  },
830
  "mirrors": {
831
  "hf_space": {
832
  "path": "hf_space:data/publication_audit.json",
833
  "exists": true,
834
+ "bytes": 8604,
835
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
836
  },
837
  "hf_artifacts_data": {
838
  "path": "hf_artifacts:data/publication_audit.json",
839
  "exists": true,
840
+ "bytes": 8604,
841
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
842
  },
843
  "hf_artifacts": {
844
  "path": "hf_artifacts:docs/data/publication_audit.json",
845
  "exists": true,
846
+ "bytes": 8604,
847
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
848
  },
849
  "hf_model_data": {
850
  "path": "hf_model:data/publication_audit.json",
851
  "exists": true,
852
+ "bytes": 8604,
853
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
854
  },
855
  "hf_model_docs_data": {
856
  "path": "hf_model:docs/data/publication_audit.json",
857
  "exists": true,
858
+ "bytes": 8604,
859
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
860
  },
861
  "hf_model": {
862
  "path": "hf_model:metrics/publication_audit.json",
863
  "exists": true,
864
+ "bytes": 8604,
865
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
866
  }
867
  },
868
  "failures": []
 
874
  "path": "repo:docs/data/public_surface_qa.json",
875
  "exists": true,
876
  "bytes": 6146,
877
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
878
  },
879
  "mirrors": {
880
  "hf_space": {
881
  "path": "hf_space:data/public_surface_qa.json",
882
  "exists": true,
883
  "bytes": 6146,
884
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
885
  },
886
  "hf_artifacts_data": {
887
  "path": "hf_artifacts:data/public_surface_qa.json",
888
  "exists": true,
889
  "bytes": 6146,
890
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
891
  },
892
  "hf_artifacts": {
893
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
894
  "exists": true,
895
  "bytes": 6146,
896
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
897
  },
898
  "hf_model_data": {
899
  "path": "hf_model:data/public_surface_qa.json",
900
  "exists": true,
901
  "bytes": 6146,
902
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
903
  },
904
  "hf_model_docs_data": {
905
  "path": "hf_model:docs/data/public_surface_qa.json",
906
  "exists": true,
907
  "bytes": 6146,
908
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
909
  },
910
  "hf_model": {
911
  "path": "hf_model:metrics/public_surface_qa.json",
912
  "exists": true,
913
  "bytes": 6146,
914
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
915
  }
916
  },
917
  "failures": []
 
1265
  "local": {
1266
  "path": "repo:docs/data/research_roadmap_interactive.json",
1267
  "exists": true,
1268
+ "bytes": 154846,
1269
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1270
  },
1271
  "mirrors": {
1272
  "hf_space": {
1273
  "path": "hf_space:data/research_roadmap_interactive.json",
1274
  "exists": true,
1275
+ "bytes": 154846,
1276
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1277
  },
1278
  "hf_artifacts_data": {
1279
  "path": "hf_artifacts:data/research_roadmap_interactive.json",
1280
  "exists": true,
1281
+ "bytes": 154846,
1282
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1283
  },
1284
  "hf_artifacts": {
1285
  "path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
1286
  "exists": true,
1287
+ "bytes": 154846,
1288
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1289
  },
1290
  "hf_model_data": {
1291
  "path": "hf_model:data/research_roadmap_interactive.json",
1292
  "exists": true,
1293
+ "bytes": 154846,
1294
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1295
  },
1296
  "hf_model_docs_data": {
1297
  "path": "hf_model:docs/data/research_roadmap_interactive.json",
1298
  "exists": true,
1299
+ "bytes": 154846,
1300
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1301
  },
1302
  "hf_model": {
1303
  "path": "hf_model:metrics/research_roadmap_interactive.json",
1304
  "exists": true,
1305
+ "bytes": 154846,
1306
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1307
  }
1308
  },
1309
  "failures": []
 
1560
  "path": "repo:docs/data/source_alignment_audit.json",
1561
  "exists": true,
1562
  "bytes": 4432,
1563
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1564
  },
1565
  "mirrors": {
1566
  "hf_space": {
1567
  "path": "hf_space:data/source_alignment_audit.json",
1568
  "exists": true,
1569
  "bytes": 4432,
1570
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1571
  },
1572
  "hf_artifacts_data": {
1573
  "path": "hf_artifacts:data/source_alignment_audit.json",
1574
  "exists": true,
1575
  "bytes": 4432,
1576
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1577
  },
1578
  "hf_artifacts": {
1579
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1580
  "exists": true,
1581
  "bytes": 4432,
1582
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1583
  },
1584
  "hf_model_data": {
1585
  "path": "hf_model:data/source_alignment_audit.json",
1586
  "exists": true,
1587
  "bytes": 4432,
1588
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1589
  },
1590
  "hf_model_docs_data": {
1591
  "path": "hf_model:docs/data/source_alignment_audit.json",
1592
  "exists": true,
1593
  "bytes": 4432,
1594
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1595
  },
1596
  "hf_model": {
1597
  "path": "hf_model:metrics/source_alignment_audit.json",
1598
  "exists": true,
1599
  "bytes": 4432,
1600
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1601
  }
1602
  },
1603
  "failures": []
 
1755
  "local": {
1756
  "path": "repo:docs/data/three_foundation_pipelines.json",
1757
  "exists": true,
1758
+ "bytes": 10084,
1759
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/three_foundation_pipelines.json",
1764
  "exists": true,
1765
+ "bytes": 10084,
1766
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/three_foundation_pipelines.json",
1770
  "exists": true,
1771
+ "bytes": 10084,
1772
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/three_foundation_pipelines.json",
1776
  "exists": true,
1777
+ "bytes": 10084,
1778
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/three_foundation_pipelines.json",
1782
  "exists": true,
1783
+ "bytes": 10084,
1784
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/three_foundation_pipelines.json",
1788
  "exists": true,
1789
+ "bytes": 10084,
1790
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/three_foundation_pipelines.json",
1794
  "exists": true,
1795
+ "bytes": 10084,
1796
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1797
  }
1798
  },
1799
  "failures": []
 
1903
  "path": "repo:docs/data/task_surface_integrity.json",
1904
  "exists": true,
1905
  "bytes": 45779,
1906
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1907
  },
1908
  "mirrors": {
1909
  "hf_space": {
1910
  "path": "hf_space:data/task_surface_integrity.json",
1911
  "exists": true,
1912
  "bytes": 45779,
1913
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1914
  },
1915
  "hf_artifacts_data": {
1916
  "path": "hf_artifacts:data/task_surface_integrity.json",
1917
  "exists": true,
1918
  "bytes": 45779,
1919
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1920
  },
1921
  "hf_artifacts": {
1922
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
1923
  "exists": true,
1924
  "bytes": 45779,
1925
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1926
  },
1927
  "hf_model_data": {
1928
  "path": "hf_model:data/task_surface_integrity.json",
1929
  "exists": true,
1930
  "bytes": 45779,
1931
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1932
  },
1933
  "hf_model_docs_data": {
1934
  "path": "hf_model:docs/data/task_surface_integrity.json",
1935
  "exists": true,
1936
  "bytes": 45779,
1937
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1938
  },
1939
  "hf_model": {
1940
  "path": "hf_model:metrics/task_surface_integrity.json",
1941
  "exists": true,
1942
  "bytes": 45779,
1943
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1944
  }
1945
  },
1946
  "failures": []
 
2196
  "local": {
2197
  "path": "repo:docs/data/website_integrity.json",
2198
  "exists": true,
2199
+ "bytes": 19664,
2200
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/website_integrity.json",
2205
  "exists": true,
2206
+ "bytes": 19664,
2207
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/website_integrity.json",
2211
  "exists": true,
2212
+ "bytes": 19664,
2213
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/website_integrity.json",
2217
  "exists": true,
2218
+ "bytes": 19664,
2219
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/website_integrity.json",
2223
  "exists": true,
2224
+ "bytes": 19664,
2225
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/website_integrity.json",
2229
  "exists": true,
2230
+ "bytes": 19664,
2231
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/website_integrity.json",
2235
  "exists": true,
2236
+ "bytes": 19664,
2237
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2238
  }
2239
  },
2240
  "failures": []
 
2849
  "local": {
2850
  "path": "repo:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2851
  "exists": true,
2852
+ "bytes": 252509,
2853
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2854
  },
2855
  "mirrors": {
2856
  "hf_space": {
2857
  "path": "hf_space:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2858
  "exists": true,
2859
+ "bytes": 252509,
2860
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2861
  },
2862
  "hf_artifacts_docs": {
2863
  "path": "hf_artifacts:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2864
  "exists": true,
2865
+ "bytes": 252509,
2866
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2867
  },
2868
  "hf_artifacts_card": {
2869
  "path": "hf_artifacts:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2870
  "exists": true,
2871
+ "bytes": 252509,
2872
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2873
  },
2874
  "hf_model": {
2875
  "path": "hf_model:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2876
  "exists": true,
2877
+ "bytes": 252509,
2878
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2879
  }
2880
  },
2881
  "failures": []
 
2886
  "local": {
2887
  "path": "repo:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2888
  "exists": true,
2889
+ "bytes": 249668,
2890
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2891
  },
2892
  "mirrors": {
2893
  "hf_space": {
2894
  "path": "hf_space:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2895
  "exists": true,
2896
+ "bytes": 249668,
2897
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2898
  },
2899
  "hf_artifacts_docs": {
2900
  "path": "hf_artifacts:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2901
  "exists": true,
2902
+ "bytes": 249668,
2903
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2904
  },
2905
  "hf_artifacts_card": {
2906
  "path": "hf_artifacts:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2907
  "exists": true,
2908
+ "bytes": 249668,
2909
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2910
  },
2911
  "hf_model": {
2912
  "path": "hf_model:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2913
  "exists": true,
2914
+ "bytes": 249668,
2915
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2916
  }
2917
  },
2918
  "failures": []
 
2923
  "local": {
2924
  "path": "repo:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2925
  "exists": true,
2926
+ "bytes": 255706,
2927
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2928
  },
2929
  "mirrors": {
2930
  "hf_space": {
2931
  "path": "hf_space:assets/foundation-pipelines/vision-language-action-pipeline.png",
2932
  "exists": true,
2933
+ "bytes": 255706,
2934
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2935
  },
2936
  "hf_artifacts_docs": {
2937
  "path": "hf_artifacts:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2938
  "exists": true,
2939
+ "bytes": 255706,
2940
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2941
  },
2942
  "hf_artifacts_card": {
2943
  "path": "hf_artifacts:assets/foundation-pipelines/vision-language-action-pipeline.png",
2944
  "exists": true,
2945
+ "bytes": 255706,
2946
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2947
  },
2948
  "hf_model": {
2949
  "path": "hf_model:assets/foundation-pipelines/vision-language-action-pipeline.png",
2950
  "exists": true,
2951
+ "bytes": 255706,
2952
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2953
  }
2954
  },
2955
  "failures": []
 
2960
  "local": {
2961
  "path": "repo:docs/assets/foundation-pipelines/README.md",
2962
  "exists": true,
2963
+ "bytes": 959,
2964
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2965
  },
2966
  "mirrors": {
2967
  "hf_space": {
2968
  "path": "hf_space:assets/foundation-pipelines/README.md",
2969
  "exists": true,
2970
+ "bytes": 959,
2971
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2972
  },
2973
  "hf_artifacts_docs": {
2974
  "path": "hf_artifacts:docs/assets/foundation-pipelines/README.md",
2975
  "exists": true,
2976
+ "bytes": 959,
2977
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2978
  },
2979
  "hf_artifacts_card": {
2980
  "path": "hf_artifacts:assets/foundation-pipelines/README.md",
2981
  "exists": true,
2982
+ "bytes": 959,
2983
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2984
  },
2985
  "hf_model": {
2986
  "path": "hf_model:assets/foundation-pipelines/README.md",
2987
  "exists": true,
2988
+ "bytes": 959,
2989
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2990
  }
2991
  },
2992
  "failures": []
 
2997
  "local": {
2998
  "path": "repo:docs/assets/foundation-pipelines/prompts.md",
2999
  "exists": true,
3000
+ "bytes": 2921,
3001
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3002
  },
3003
  "mirrors": {
3004
  "hf_space": {
3005
  "path": "hf_space:assets/foundation-pipelines/prompts.md",
3006
  "exists": true,
3007
+ "bytes": 2921,
3008
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3009
  },
3010
  "hf_artifacts_docs": {
3011
  "path": "hf_artifacts:docs/assets/foundation-pipelines/prompts.md",
3012
  "exists": true,
3013
+ "bytes": 2921,
3014
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3015
  },
3016
  "hf_artifacts_card": {
3017
  "path": "hf_artifacts:assets/foundation-pipelines/prompts.md",
3018
  "exists": true,
3019
+ "bytes": 2921,
3020
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3021
  },
3022
  "hf_model": {
3023
  "path": "hf_model:assets/foundation-pipelines/prompts.md",
3024
  "exists": true,
3025
+ "bytes": 2921,
3026
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3027
  }
3028
  },
3029
  "failures": []
 
4165
  "local": {
4166
  "path": "repo:scripts/build_artifact_index.py",
4167
  "exists": true,
4168
+ "bytes": 59294,
4169
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
4170
  },
4171
  "mirrors": {
4172
  "hf_artifacts": {
4173
  "path": "hf_artifacts:scripts/build_artifact_index.py",
4174
  "exists": true,
4175
+ "bytes": 59294,
4176
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
4177
  },
4178
  "hf_model": {
4179
  "path": "hf_model:scripts/build_artifact_index.py",
4180
  "exists": true,
4181
+ "bytes": 59294,
4182
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
4183
  }
4184
  },
4185
  "failures": []
 
4240
  "local": {
4241
  "path": "repo:scripts/build_figure_index.py",
4242
  "exists": true,
4243
+ "bytes": 16943,
4244
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
4245
  },
4246
  "mirrors": {
4247
  "hf_artifacts": {
4248
  "path": "hf_artifacts:scripts/build_figure_index.py",
4249
  "exists": true,
4250
+ "bytes": 16943,
4251
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
4252
  },
4253
  "hf_model": {
4254
  "path": "hf_model:scripts/build_figure_index.py",
4255
  "exists": true,
4256
+ "bytes": 16943,
4257
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
4258
  }
4259
  },
4260
  "failures": []
 
4359
  },
4360
  "failures": []
4361
  },
4362
+ {
4363
+ "name": "scripts/render_foundation_pipeline_diagrams.py",
4364
+ "status": "pass",
4365
+ "local": {
4366
+ "path": "repo:scripts/render_foundation_pipeline_diagrams.py",
4367
+ "exists": true,
4368
+ "bytes": 11605,
4369
+ "sha256": "b3dfbe19205efe9b4be596b8950cc3b3fe2dd04eeef6055b371e4140dd8b479e"
4370
+ },
4371
+ "mirrors": {
4372
+ "hf_artifacts": {
4373
+ "path": "hf_artifacts:scripts/render_foundation_pipeline_diagrams.py",
4374
+ "exists": true,
4375
+ "bytes": 11605,
4376
+ "sha256": "b3dfbe19205efe9b4be596b8950cc3b3fe2dd04eeef6055b371e4140dd8b479e"
4377
+ },
4378
+ "hf_model": {
4379
+ "path": "hf_model:scripts/render_foundation_pipeline_diagrams.py",
4380
+ "exists": true,
4381
+ "bytes": 11605,
4382
+ "sha256": "b3dfbe19205efe9b4be596b8950cc3b3fe2dd04eeef6055b371e4140dd8b479e"
4383
+ }
4384
+ },
4385
+ "failures": []
4386
+ },
4387
  {
4388
  "name": "scripts/build_single_episode_explorer.py",
4389
  "status": "pass",
 
4540
  "local": {
4541
  "path": "repo:scripts/verify_live_publication.py",
4542
  "exists": true,
4543
+ "bytes": 60259,
4544
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
4545
  },
4546
  "mirrors": {
4547
  "hf_artifacts": {
4548
  "path": "hf_artifacts:scripts/verify_live_publication.py",
4549
  "exists": true,
4550
+ "bytes": 60259,
4551
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
4552
  },
4553
  "hf_model": {
4554
  "path": "hf_model:scripts/verify_live_publication.py",
4555
  "exists": true,
4556
+ "bytes": 60259,
4557
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
4558
  }
4559
  },
4560
  "failures": []
 
4565
  "local": {
4566
  "path": "repo:scripts/validate_mirror_parity.py",
4567
  "exists": true,
4568
+ "bytes": 26292,
4569
+ "sha256": "2c4a4bea9d6292204bce0675a7992500e1da1caf4bfcf35aaa981131780416b4"
4570
  },
4571
  "mirrors": {
4572
  "hf_artifacts": {
4573
  "path": "hf_artifacts:scripts/validate_mirror_parity.py",
4574
  "exists": true,
4575
+ "bytes": 26292,
4576
+ "sha256": "2c4a4bea9d6292204bce0675a7992500e1da1caf4bfcf35aaa981131780416b4"
4577
  },
4578
  "hf_model": {
4579
  "path": "hf_model:scripts/validate_mirror_parity.py",
4580
  "exists": true,
4581
+ "bytes": 26292,
4582
+ "sha256": "2c4a4bea9d6292204bce0675a7992500e1da1caf4bfcf35aaa981131780416b4"
4583
  }
4584
  },
4585
  "failures": []
 
4590
  "local": {
4591
  "path": "repo:scripts/validate_publication_package.py",
4592
  "exists": true,
4593
+ "bytes": 18975,
4594
+ "sha256": "0b96ed0b0f819a585ac18a09adb5a5ae2c1515f9d2698f677a9eac3a21e241db"
4595
  },
4596
  "mirrors": {
4597
  "hf_artifacts": {
4598
  "path": "hf_artifacts:scripts/validate_publication_package.py",
4599
  "exists": true,
4600
+ "bytes": 18975,
4601
+ "sha256": "0b96ed0b0f819a585ac18a09adb5a5ae2c1515f9d2698f677a9eac3a21e241db"
4602
  },
4603
  "hf_model": {
4604
  "path": "hf_model:scripts/validate_publication_package.py",
4605
  "exists": true,
4606
+ "bytes": 18975,
4607
+ "sha256": "0b96ed0b0f819a585ac18a09adb5a5ae2c1515f9d2698f677a9eac3a21e241db"
4608
  }
4609
  },
4610
  "failures": []
 
4919
  "local": {
4920
  "path": "repo:docs/index.html",
4921
  "exists": true,
4922
+ "bytes": 238021,
4923
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4924
  },
4925
  "mirrors": {
4926
  "hf_space": {
4927
  "path": "hf_space:index.html",
4928
  "exists": true,
4929
+ "bytes": 238021,
4930
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4931
  },
4932
  "hf_artifacts_root": {
4933
  "path": "hf_artifacts:index.html",
4934
  "exists": true,
4935
+ "bytes": 238021,
4936
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4937
  },
4938
  "hf_artifacts_docs": {
4939
  "path": "hf_artifacts:docs/index.html",
4940
  "exists": true,
4941
+ "bytes": 238021,
4942
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4943
  },
4944
  "hf_model": {
4945
  "path": "hf_model:index.html",
4946
  "exists": true,
4947
+ "bytes": 238021,
4948
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4949
  },
4950
  "hf_model_docs": {
4951
  "path": "hf_model:docs/index.html",
4952
  "exists": true,
4953
+ "bytes": 238021,
4954
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4955
  }
4956
  },
4957
  "failures": []
 
19444
  "local": {
19445
  "path": "repo:FIGURE_INDEX.md",
19446
  "exists": true,
19447
+ "bytes": 7116,
19448
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19449
  },
19450
  "mirrors": {
19451
  "hf_space": {
19452
  "path": "hf_space:FIGURE_INDEX.md",
19453
  "exists": true,
19454
+ "bytes": 7116,
19455
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19456
  },
19457
  "hf_artifacts": {
19458
  "path": "hf_artifacts:FIGURE_INDEX.md",
19459
  "exists": true,
19460
+ "bytes": 7116,
19461
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19462
  },
19463
  "hf_model": {
19464
  "path": "hf_model:FIGURE_INDEX.md",
19465
  "exists": true,
19466
+ "bytes": 7116,
19467
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19468
  }
19469
  },
19470
  "failures": []
 
19537
  "local": {
19538
  "path": "repo:THREE_FOUNDATION_PIPELINES.md",
19539
  "exists": true,
19540
+ "bytes": 7710,
19541
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19542
  },
19543
  "mirrors": {
19544
  "hf_space": {
19545
  "path": "hf_space:THREE_FOUNDATION_PIPELINES.md",
19546
  "exists": true,
19547
+ "bytes": 7710,
19548
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19549
  },
19550
  "hf_artifacts": {
19551
  "path": "hf_artifacts:THREE_FOUNDATION_PIPELINES.md",
19552
  "exists": true,
19553
+ "bytes": 7710,
19554
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19555
  },
19556
  "hf_model": {
19557
  "path": "hf_model:THREE_FOUNDATION_PIPELINES.md",
19558
  "exists": true,
19559
+ "bytes": 7710,
19560
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19561
  }
19562
  },
19563
  "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-17T15:16:15+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
@@ -18,7 +18,7 @@
18
  "website_integrity": {
19
  "exists": true,
20
  "status": "pass",
21
- "generated_at_utc": "2026-06-17T13:55:22+00:00"
22
  },
23
  "rendered_site_check": {
24
  "exists": true,
@@ -28,12 +28,12 @@
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
- "generated_at_utc": "2026-06-17T13:55:20+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
- "generated_at_utc": "2026-06-17T13:55:20+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
@@ -43,12 +43,12 @@
43
  "publication_package": {
44
  "exists": true,
45
  "status": "pass",
46
- "generated_at_utc": "2026-06-17T13:55:30+00:00"
47
  },
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
- "generated_at_utc": "2026-06-17T13:55:47+00:00"
52
  }
53
  },
54
  "failures": {}
 
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-17T16:21:20+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
 
18
  "website_integrity": {
19
  "exists": true,
20
  "status": "pass",
21
+ "generated_at_utc": "2026-06-17T15:17:21+00:00"
22
  },
23
  "rendered_site_check": {
24
  "exists": true,
 
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
+ "generated_at_utc": "2026-06-17T15:17:20+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
+ "generated_at_utc": "2026-06-17T15:17:20+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
 
43
  "publication_package": {
44
  "exists": true,
45
  "status": "pass",
46
+ "generated_at_utc": "2026-06-17T15:17:33+00:00"
47
  },
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
+ "generated_at_utc": "2026-06-17T15:57:50+00:00"
52
  }
53
  },
54
  "failures": {}
data/publication_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-17T15:17:33+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
@@ -145,6 +145,7 @@
145
  "scripts/build_public_surface_qa.py": true,
146
  "scripts/build_rendered_site_check.py": true,
147
  "scripts/build_interactive_research_roadmap.py": true,
 
148
  "scripts/verify_live_publication.py": true,
149
  "scripts/validate_mirror_parity.py": true,
150
  "scripts/validate_scope_claims.py": true,
@@ -203,8 +204,8 @@
203
  "github_repo": {
204
  "root": "repo",
205
  "exists": true,
206
- "file_count": 1216,
207
- "text_file_count": 1018,
208
  "largest_file": {
209
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
210
  "bytes": 55702978
@@ -214,8 +215,8 @@
214
  "hf_space_bundle": {
215
  "root": "hf_publish/space",
216
  "exists": true,
217
- "file_count": 1005,
218
- "text_file_count": 843,
219
  "largest_file": {
220
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
221
  "bytes": 55702978
@@ -225,8 +226,8 @@
225
  "hf_artifact_bundle": {
226
  "root": "hf_publish/artifacts",
227
  "exists": true,
228
- "file_count": 2389,
229
- "text_file_count": 1036,
230
  "largest_file": {
231
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
232
  "bytes": 55702978
@@ -236,8 +237,8 @@
236
  "hf_model_bundle": {
237
  "root": "hf_publish/model",
238
  "exists": true,
239
- "file_count": 2824,
240
- "text_file_count": 1197,
241
  "largest_file": {
242
  "path": "pytorch_model.bin",
243
  "bytes": 93495480
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:23:32+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
 
145
  "scripts/build_public_surface_qa.py": true,
146
  "scripts/build_rendered_site_check.py": true,
147
  "scripts/build_interactive_research_roadmap.py": true,
148
+ "scripts/render_foundation_pipeline_diagrams.py": true,
149
  "scripts/verify_live_publication.py": true,
150
  "scripts/validate_mirror_parity.py": true,
151
  "scripts/validate_scope_claims.py": true,
 
204
  "github_repo": {
205
  "root": "repo",
206
  "exists": true,
207
+ "file_count": 1217,
208
+ "text_file_count": 1019,
209
  "largest_file": {
210
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
211
  "bytes": 55702978
 
215
  "hf_space_bundle": {
216
  "root": "hf_publish/space",
217
  "exists": true,
218
+ "file_count": 1010,
219
+ "text_file_count": 845,
220
  "largest_file": {
221
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
222
  "bytes": 55702978
 
226
  "hf_artifact_bundle": {
227
  "root": "hf_publish/artifacts",
228
  "exists": true,
229
+ "file_count": 2410,
230
+ "text_file_count": 1041,
231
  "largest_file": {
232
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
233
  "bytes": 55702978
 
237
  "hf_model_bundle": {
238
  "root": "hf_publish/model",
239
  "exists": true,
240
+ "file_count": 2835,
241
+ "text_file_count": 1200,
242
  "largest_file": {
243
  "path": "pytorch_model.bin",
244
  "bytes": 93495480
data/research_roadmap_interactive.json CHANGED
@@ -2222,7 +2222,7 @@
2222
  ],
2223
  "status": "planning_artifact"
2224
  },
2225
- "generated_at_utc": "2026-06-17T13:02:21+00:00",
2226
  "omni_plan": {
2227
  "adapter": "LoRA rank 16, alpha 32, dropout 0.05",
2228
  "backbone": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
@@ -3266,8 +3266,48 @@
3266
  "language questions"
3267
  ],
3268
  "current_maturity": "Ready as a pipeline and evaluation contract.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3269
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
3270
  "id": "spatial_intelligence",
 
3271
  "intermediate_artifacts": [
3272
  "synchronized camera window manifest",
3273
  "pose and depth availability report",
@@ -3287,7 +3327,8 @@
3287
  "language answers grounded in the scene"
3288
  ],
3289
  "question": "Can the model recover and reason over space from video?",
3290
- "title": "Spatial intelligence models"
 
3291
  },
3292
  {
3293
  "avoid_claiming_now": [
@@ -3304,8 +3345,48 @@
3304
  "future windows"
3305
  ],
3306
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3307
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
3308
  "id": "human_video_world_models",
 
3309
  "intermediate_artifacts": [
3310
  "observed and future window pairs",
3311
  "future label targets",
@@ -3324,7 +3405,8 @@
3324
  "future-window quality metrics"
3325
  ],
3326
  "question": "Can the model predict what happens next?",
3327
- "title": "Human-video world models"
 
3328
  },
3329
  {
3330
  "avoid_claiming_now": [
@@ -3340,8 +3422,48 @@
3340
  "procedure and subtask labels"
3341
  ],
3342
  "current_maturity": "Feasible but gated by action-target conversion.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3343
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
3344
  "id": "vision_language_action",
 
3345
  "intermediate_artifacts": [
3346
  "action-token vocabulary",
3347
  "action-chunk windows",
@@ -3360,7 +3482,8 @@
3360
  "policy or VLA held-out metrics"
3361
  ],
3362
  "question": "Can the model turn what it sees and reads into action?",
3363
- "title": "Vision-language-action models"
 
3364
  }
3365
  ]
3366
  },
 
2222
  ],
2223
  "status": "planning_artifact"
2224
  },
2225
+ "generated_at_utc": "2026-06-17T16:20:57+00:00",
2226
  "omni_plan": {
2227
  "adapter": "LoRA rank 16, alpha 32, dropout 0.05",
2228
  "backbone": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
 
3266
  "language questions"
3267
  ],
3268
  "current_maturity": "Ready as a pipeline and evaluation contract.",
3269
+ "diagram_flow": [
3270
+ {
3271
+ "items": [
3272
+ "multiview RGB plus egocentric video",
3273
+ "metric depth and confidence",
3274
+ "camera pose, calibration, SLAM",
3275
+ "object, contact, and language cues"
3276
+ ],
3277
+ "stage": "inputs"
3278
+ },
3279
+ {
3280
+ "items": [
3281
+ "spatial QA and object count",
3282
+ "object permanence across windows",
3283
+ "relative location and retrieval",
3284
+ "pose-aware 3D consistency"
3285
+ ],
3286
+ "stage": "tasks_targets"
3287
+ },
3288
+ {
3289
+ "items": [
3290
+ "export scene/object memory records",
3291
+ "train spatial-memory encoder",
3292
+ "add geometry-aware QA and retrieval heads",
3293
+ "keep episode-level split discipline"
3294
+ ],
3295
+ "stage": "train_models"
3296
+ },
3297
+ {
3298
+ "items": [
3299
+ "held-out episode spatial metrics",
3300
+ "count and relation accuracy",
3301
+ "retrieval rank and consistency",
3302
+ "saved predictions before public claim"
3303
+ ],
3304
+ "stage": "evaluate_gates"
3305
+ }
3306
+ ],
3307
+ "diagram_image": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
3308
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
3309
  "id": "spatial_intelligence",
3310
+ "image_alt": "Task-training diagram for the spatial intelligence pipeline: inputs, spatial task targets, model training route, and evaluation gates.",
3311
  "intermediate_artifacts": [
3312
  "synchronized camera window manifest",
3313
  "pose and depth availability report",
 
3327
  "language answers grounded in the scene"
3328
  ],
3329
  "question": "Can the model recover and reason over space from video?",
3330
+ "title": "Spatial intelligence models",
3331
+ "website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png"
3332
  },
3333
  {
3334
  "avoid_claiming_now": [
 
3345
  "future windows"
3346
  ],
3347
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
3348
+ "diagram_flow": [
3349
+ {
3350
+ "items": [
3351
+ "observed video/audio/sensor window",
3352
+ "hand/body motion and camera pose",
3353
+ "object/contact state",
3354
+ "action and subtask labels"
3355
+ ],
3356
+ "stage": "inputs"
3357
+ },
3358
+ {
3359
+ "items": [
3360
+ "next action and next subtask",
3361
+ "future object set",
3362
+ "contact transition",
3363
+ "camera-motion delta or latent future"
3364
+ ],
3365
+ "stage": "tasks_targets"
3366
+ },
3367
+ {
3368
+ "items": [
3369
+ "Qwen structured future probes",
3370
+ "Cosmos/dynamics branch separately",
3371
+ "latent rollout or reconstruction loss",
3372
+ "no target-side future leakage"
3373
+ ],
3374
+ "stage": "train_models"
3375
+ },
3376
+ {
3377
+ "items": [
3378
+ "held-out future-task metrics",
3379
+ "contact and object-set F1",
3380
+ "rollout or latent consistency",
3381
+ "per-episode breakdown and examples"
3382
+ ],
3383
+ "stage": "evaluate_gates"
3384
+ }
3385
+ ],
3386
+ "diagram_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
3387
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
3388
  "id": "human_video_world_models",
3389
+ "image_alt": "Task-training diagram for the human-video world model pipeline: observed-window inputs, future targets, model training route, and held-out evaluation gates.",
3390
  "intermediate_artifacts": [
3391
  "observed and future window pairs",
3392
  "future label targets",
 
3405
  "future-window quality metrics"
3406
  ],
3407
  "question": "Can the model predict what happens next?",
3408
+ "title": "Human-video world models",
3409
+ "website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png"
3410
  },
3411
  {
3412
  "avoid_claiming_now": [
 
3422
  "procedure and subtask labels"
3423
  ],
3424
  "current_maturity": "Feasible but gated by action-target conversion.",
3425
+ "diagram_flow": [
3426
+ {
3427
+ "items": [
3428
+ "egocentric video and captions",
3429
+ "objects, contacts, and procedures",
3430
+ "hand/body motion windows",
3431
+ "subtask labels and language context"
3432
+ ],
3433
+ "stage": "inputs"
3434
+ },
3435
+ {
3436
+ "items": [
3437
+ "action-token vocabulary",
3438
+ "next action and action chunks",
3439
+ "object-conditioned actions",
3440
+ "contact state and subtask transition"
3441
+ ],
3442
+ "stage": "tasks_targets"
3443
+ },
3444
+ {
3445
+ "items": [
3446
+ "build action-space converter",
3447
+ "normalize and audit action chunks",
3448
+ "train VLA/policy-compatible head",
3449
+ "track leakage and retargeting reports"
3450
+ ],
3451
+ "stage": "train_models"
3452
+ },
3453
+ {
3454
+ "items": [
3455
+ "held-out action metrics",
3456
+ "chunk and next-action accuracy",
3457
+ "object/contact-conditioned scores",
3458
+ "policy card before robot-policy claim"
3459
+ ],
3460
+ "stage": "evaluate_gates"
3461
+ }
3462
+ ],
3463
+ "diagram_image": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
3464
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
3465
  "id": "vision_language_action",
3466
+ "image_alt": "Task-training diagram for the vision-language-action pipeline: observation and language inputs, action targets, VLA training route, and action evaluation gates.",
3467
  "intermediate_artifacts": [
3468
  "action-token vocabulary",
3469
  "action-chunk windows",
 
3482
  "policy or VLA held-out metrics"
3483
  ],
3484
  "question": "Can the model turn what it sees and reads into action?",
3485
+ "title": "Vision-language-action models",
3486
+ "website_image": "assets/foundation-pipelines/vision-language-action-pipeline.png"
3487
  }
3488
  ]
3489
  },
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-17T15:17:20+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-17T16:23:24+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-17T15:17:20+00:00",
4
  "summary": {
5
  "task_count": 12,
6
  "expected_task_count": 12,
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:23:24+00:00",
4
  "summary": {
5
  "task_count": 12,
6
  "expected_task_count": 12,
data/three_foundation_pipelines.json CHANGED
@@ -3,12 +3,14 @@
3
  "status": "pipeline_plan",
4
  "source_document": "THREE_FOUNDATION_PIPELINES.md",
5
  "claim_boundary": "These are supported pipeline directions, not three completed model-quality claims.",
6
- "placeholder_assets": {
7
- "status": "published_placeholders",
8
  "asset_root": "docs/assets/foundation-pipelines",
9
- "source": "ChatGPT image generation with repo-local prompt notes",
10
  "source_prompt_file": "docs/assets/foundation-pipelines/prompts.md",
11
- "note": "Images are visual placeholders for pipeline tracks. Technical claims remain governed by the Markdown/JSON contracts and verified metrics."
 
 
12
  },
13
  "shared_principles": [
14
  "Use episode-level train/validation/test separation.",
@@ -51,9 +53,47 @@
51
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
52
  "current_maturity": "Ready as a pipeline and evaluation contract.",
53
  "next_gate": "Raw depth and pose artifacts plus held-out multi-episode spatial metrics.",
54
- "placeholder_image": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
55
  "website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
56
- "image_alt": "Placeholder visual for the spatial intelligence pipeline: multiview video, depth, and pose inputs feeding scene memory and spatial reasoning outputs.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  "avoid_claiming_now": [
58
  "full neural rendering",
59
  "full 3D reconstruction",
@@ -92,9 +132,47 @@
92
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
93
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
94
  "next_gate": "Stronger future-state metrics, qualitative future examples, and held-out episode breakdowns.",
95
- "placeholder_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
96
  "website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
97
- "image_alt": "Placeholder visual for the human-video world model pipeline: observed interaction windows feeding temporal dynamics and future-state outputs.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  "avoid_claiming_now": [
99
  "strong world model from structured future-task scores alone",
100
  "visual future quality without visual or latent future metrics"
@@ -131,9 +209,47 @@
131
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
132
  "current_maturity": "Feasible but gated by action-target conversion.",
133
  "next_gate": "Traceable action tokens, normalization, retargeting metadata, and held-out policy metrics.",
134
- "placeholder_image": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
135
  "website_image": "assets/foundation-pipelines/vision-language-action-pipeline.png",
136
- "image_alt": "Placeholder visual for the vision-language-action pipeline: video, language, motion, and contact cues feeding action-chunk outputs.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  "avoid_claiming_now": [
138
  "robot policy quality",
139
  "policy generalization before action-space evidence exists"
 
3
  "status": "pipeline_plan",
4
  "source_document": "THREE_FOUNDATION_PIPELINES.md",
5
  "claim_boundary": "These are supported pipeline directions, not three completed model-quality claims.",
6
+ "diagram_assets": {
7
+ "status": "published_task_training_diagrams",
8
  "asset_root": "docs/assets/foundation-pipelines",
9
+ "source": "ChatGPT image-generation prompt exploration with deterministic repo-rendered labels",
10
  "source_prompt_file": "docs/assets/foundation-pipelines/prompts.md",
11
+ "renderer_script": "scripts/render_foundation_pipeline_diagrams.py",
12
+ "diagram_type": "inputs_to_tasks_to_training_to_evaluation",
13
+ "note": "Images are task-training communication diagrams for pipeline tracks. Technical claims remain governed by the Markdown/JSON contracts and verified metrics."
14
  },
15
  "shared_principles": [
16
  "Use episode-level train/validation/test separation.",
 
53
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
54
  "current_maturity": "Ready as a pipeline and evaluation contract.",
55
  "next_gate": "Raw depth and pose artifacts plus held-out multi-episode spatial metrics.",
56
+ "diagram_image": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
57
  "website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
58
+ "image_alt": "Task-training diagram for the spatial intelligence pipeline: inputs, spatial task targets, model training route, and evaluation gates.",
59
+ "diagram_flow": [
60
+ {
61
+ "stage": "inputs",
62
+ "items": [
63
+ "multiview RGB plus egocentric video",
64
+ "metric depth and confidence",
65
+ "camera pose, calibration, SLAM",
66
+ "object, contact, and language cues"
67
+ ]
68
+ },
69
+ {
70
+ "stage": "tasks_targets",
71
+ "items": [
72
+ "spatial QA and object count",
73
+ "object permanence across windows",
74
+ "relative location and retrieval",
75
+ "pose-aware 3D consistency"
76
+ ]
77
+ },
78
+ {
79
+ "stage": "train_models",
80
+ "items": [
81
+ "export scene/object memory records",
82
+ "train spatial-memory encoder",
83
+ "add geometry-aware QA and retrieval heads",
84
+ "keep episode-level split discipline"
85
+ ]
86
+ },
87
+ {
88
+ "stage": "evaluate_gates",
89
+ "items": [
90
+ "held-out episode spatial metrics",
91
+ "count and relation accuracy",
92
+ "retrieval rank and consistency",
93
+ "saved predictions before public claim"
94
+ ]
95
+ }
96
+ ],
97
  "avoid_claiming_now": [
98
  "full neural rendering",
99
  "full 3D reconstruction",
 
132
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
133
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
134
  "next_gate": "Stronger future-state metrics, qualitative future examples, and held-out episode breakdowns.",
135
+ "diagram_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
136
  "website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
137
+ "image_alt": "Task-training diagram for the human-video world model pipeline: observed-window inputs, future targets, model training route, and held-out evaluation gates.",
138
+ "diagram_flow": [
139
+ {
140
+ "stage": "inputs",
141
+ "items": [
142
+ "observed video/audio/sensor window",
143
+ "hand/body motion and camera pose",
144
+ "object/contact state",
145
+ "action and subtask labels"
146
+ ]
147
+ },
148
+ {
149
+ "stage": "tasks_targets",
150
+ "items": [
151
+ "next action and next subtask",
152
+ "future object set",
153
+ "contact transition",
154
+ "camera-motion delta or latent future"
155
+ ]
156
+ },
157
+ {
158
+ "stage": "train_models",
159
+ "items": [
160
+ "Qwen structured future probes",
161
+ "Cosmos/dynamics branch separately",
162
+ "latent rollout or reconstruction loss",
163
+ "no target-side future leakage"
164
+ ]
165
+ },
166
+ {
167
+ "stage": "evaluate_gates",
168
+ "items": [
169
+ "held-out future-task metrics",
170
+ "contact and object-set F1",
171
+ "rollout or latent consistency",
172
+ "per-episode breakdown and examples"
173
+ ]
174
+ }
175
+ ],
176
  "avoid_claiming_now": [
177
  "strong world model from structured future-task scores alone",
178
  "visual future quality without visual or latent future metrics"
 
209
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
210
  "current_maturity": "Feasible but gated by action-target conversion.",
211
  "next_gate": "Traceable action tokens, normalization, retargeting metadata, and held-out policy metrics.",
212
+ "diagram_image": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
213
  "website_image": "assets/foundation-pipelines/vision-language-action-pipeline.png",
214
+ "image_alt": "Task-training diagram for the vision-language-action pipeline: observation and language inputs, action targets, VLA training route, and action evaluation gates.",
215
+ "diagram_flow": [
216
+ {
217
+ "stage": "inputs",
218
+ "items": [
219
+ "egocentric video and captions",
220
+ "objects, contacts, and procedures",
221
+ "hand/body motion windows",
222
+ "subtask labels and language context"
223
+ ]
224
+ },
225
+ {
226
+ "stage": "tasks_targets",
227
+ "items": [
228
+ "action-token vocabulary",
229
+ "next action and action chunks",
230
+ "object-conditioned actions",
231
+ "contact state and subtask transition"
232
+ ]
233
+ },
234
+ {
235
+ "stage": "train_models",
236
+ "items": [
237
+ "build action-space converter",
238
+ "normalize and audit action chunks",
239
+ "train VLA/policy-compatible head",
240
+ "track leakage and retargeting reports"
241
+ ]
242
+ },
243
+ {
244
+ "stage": "evaluate_gates",
245
+ "items": [
246
+ "held-out action metrics",
247
+ "chunk and next-action accuracy",
248
+ "object/contact-conditioned scores",
249
+ "policy card before robot-policy claim"
250
+ ]
251
+ }
252
+ ],
253
  "avoid_claiming_now": [
254
  "robot policy quality",
255
  "policy generalization before action-space evidence exists"
data/website_integrity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-17T15:17:21+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": 88890,
84
- "evidence_index": 119623
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": 88890,
163
- "protocol_index": 115804,
164
- "evidence_index": 119623
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
@@ -301,7 +301,7 @@
301
  },
302
  {
303
  "path": "data/artifact_index.json",
304
- "bytes": 111262,
305
  "top_level_type": "dict"
306
  },
307
  {
@@ -331,7 +331,7 @@
331
  },
332
  {
333
  "path": "data/figure_index.json",
334
- "bytes": 19501,
335
  "top_level_type": "dict"
336
  },
337
  {
@@ -341,12 +341,12 @@
341
  },
342
  {
343
  "path": "data/live_publication_status.json",
344
- "bytes": 149465,
345
  "top_level_type": "dict"
346
  },
347
  {
348
  "path": "data/mirror_parity.json",
349
- "bytes": 902747,
350
  "top_level_type": "dict"
351
  },
352
  {
@@ -391,7 +391,7 @@
391
  },
392
  {
393
  "path": "data/publication_audit.json",
394
- "bytes": 8299,
395
  "top_level_type": "dict"
396
  },
397
  {
@@ -441,7 +441,7 @@
441
  },
442
  {
443
  "path": "data/research_roadmap_interactive.json",
444
- "bytes": 150170,
445
  "top_level_type": "dict"
446
  },
447
  {
@@ -506,7 +506,7 @@
506
  },
507
  {
508
  "path": "data/three_foundation_pipelines.json",
509
- "bytes": 6518,
510
  "top_level_type": "dict"
511
  },
512
  {
@@ -521,7 +521,7 @@
521
  },
522
  {
523
  "path": "data/website_integrity.json",
524
- "bytes": 19052,
525
  "top_level_type": "dict"
526
  },
527
  {
@@ -633,25 +633,25 @@
633
  {
634
  "path": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
635
  "exists": true,
636
- "bytes": 2356312,
637
- "width": 1672,
638
- "height": 941,
639
  "format": "PNG"
640
  },
641
  {
642
  "path": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
643
  "exists": true,
644
- "bytes": 2337155,
645
- "width": 1672,
646
- "height": 941,
647
  "format": "PNG"
648
  },
649
  {
650
  "path": "assets/foundation-pipelines/vision-language-action-pipeline.png",
651
  "exists": true,
652
- "bytes": 2421011,
653
- "width": 1672,
654
- "height": 941,
655
  "format": "PNG"
656
  },
657
  {
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:23:24+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": 89133,
84
+ "evidence_index": 119986
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": 89133,
163
+ "protocol_index": 116167,
164
+ "evidence_index": 119986
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
 
301
  },
302
  {
303
  "path": "data/artifact_index.json",
304
+ "bytes": 111336,
305
  "top_level_type": "dict"
306
  },
307
  {
 
331
  },
332
  {
333
  "path": "data/figure_index.json",
334
+ "bytes": 19580,
335
  "top_level_type": "dict"
336
  },
337
  {
 
341
  },
342
  {
343
  "path": "data/live_publication_status.json",
344
+ "bytes": 161420,
345
  "top_level_type": "dict"
346
  },
347
  {
348
  "path": "data/mirror_parity.json",
349
+ "bytes": 910892,
350
  "top_level_type": "dict"
351
  },
352
  {
 
391
  },
392
  {
393
  "path": "data/publication_audit.json",
394
+ "bytes": 8604,
395
  "top_level_type": "dict"
396
  },
397
  {
 
441
  },
442
  {
443
  "path": "data/research_roadmap_interactive.json",
444
+ "bytes": 154846,
445
  "top_level_type": "dict"
446
  },
447
  {
 
506
  },
507
  {
508
  "path": "data/three_foundation_pipelines.json",
509
+ "bytes": 10084,
510
  "top_level_type": "dict"
511
  },
512
  {
 
521
  },
522
  {
523
  "path": "data/website_integrity.json",
524
+ "bytes": 19664,
525
  "top_level_type": "dict"
526
  },
527
  {
 
633
  {
634
  "path": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
635
  "exists": true,
636
+ "bytes": 249668,
637
+ "width": 1800,
638
+ "height": 1012,
639
  "format": "PNG"
640
  },
641
  {
642
  "path": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
643
  "exists": true,
644
+ "bytes": 252509,
645
+ "width": 1800,
646
+ "height": 1012,
647
  "format": "PNG"
648
  },
649
  {
650
  "path": "assets/foundation-pipelines/vision-language-action-pipeline.png",
651
  "exists": true,
652
+ "bytes": 255706,
653
+ "width": 1800,
654
+ "height": 1012,
655
  "format": "PNG"
656
  },
657
  {
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-17T15:16:18+00:00",
4
  "status": "pass",
5
  "artifact_count": 204,
6
  "missing": [],
@@ -135,8 +135,8 @@
135
  "surface": "repo_hf",
136
  "shows": "Frames spatial intelligence, human-video world modeling, and vision-language-action as three pipeline tracks with explicit inputs, outputs, maturity, and next evidence gates.",
137
  "exists": true,
138
- "bytes": 7437,
139
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
140
  },
141
  {
142
  "id": "three_foundation_pipelines_json",
@@ -146,41 +146,41 @@
146
  "surface": "website_hf",
147
  "shows": "Machine-readable pipeline-track contract for the website and Hugging Face mirrors.",
148
  "exists": true,
149
- "bytes": 6518,
150
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
151
  },
152
  {
153
- "id": "spatial_intelligence_pipeline_placeholder",
154
- "title": "Spatial intelligence pipeline placeholder",
155
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
156
  "kind": "visual_asset",
157
  "surface": "website_hf",
158
- "shows": "ChatGPT image-generated placeholder visual for the spatial intelligence model training pipeline.",
159
  "exists": true,
160
- "bytes": 2337155,
161
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
162
  },
163
  {
164
- "id": "human_video_world_model_pipeline_placeholder",
165
- "title": "Human-video world model pipeline placeholder",
166
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
167
  "kind": "visual_asset",
168
  "surface": "website_hf",
169
- "shows": "ChatGPT image-generated placeholder visual for the human-video world-model training pipeline.",
170
  "exists": true,
171
- "bytes": 2356312,
172
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
173
  },
174
  {
175
- "id": "vision_language_action_pipeline_placeholder",
176
- "title": "Vision-language-action pipeline placeholder",
177
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
178
  "kind": "visual_asset",
179
  "surface": "website_hf",
180
- "shows": "ChatGPT image-generated placeholder visual for the vision-language-action training pipeline.",
181
  "exists": true,
182
- "bytes": 2421011,
183
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
184
  },
185
  {
186
  "id": "omni_model_extension_contract",
@@ -521,7 +521,7 @@
521
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
522
  "exists": true,
523
  "bytes": 4432,
524
- "sha256": "5d013c6820fb7f582b4b4b9a55f98de20168ea1947d4bea64e11d16dbd521428"
525
  },
526
  {
527
  "id": "source_alignment_validator",
@@ -938,8 +938,8 @@
938
  "surface": "repo_hf",
939
  "shows": "Catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts.",
940
  "exists": true,
941
- "bytes": 6217,
942
- "sha256": "5ec54cfb09114042ada7aad54b3c8143b9b305bcd1f8ffd65d9f5116f3f19481"
943
  },
944
  {
945
  "id": "figure_index_json",
@@ -949,8 +949,8 @@
949
  "surface": "website_hf",
950
  "shows": "Machine-readable visual asset index for website and Hugging Face mirrors.",
951
  "exists": true,
952
- "bytes": 17287,
953
- "sha256": "06a5854e14fb64e435d02e6fd5f476b37e9e3b981cf1d8b39fea3809f8ff5eaf"
954
  },
955
  {
956
  "id": "figure_index_builder",
@@ -960,8 +960,8 @@
960
  "surface": "repo_hf",
961
  "shows": "Regenerates visual-asset hashes, dimensions, and source-script provenance.",
962
  "exists": true,
963
- "bytes": 16864,
964
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
965
  },
966
  {
967
  "id": "brand_assets_json",
@@ -1130,7 +1130,7 @@
1130
  "volatile": true,
1131
  "shows": "Records the last live GitHub/HF URL verification after upload.",
1132
  "exists": true,
1133
- "bytes": 149465,
1134
  "hash_policy": "existence_and_size_only"
1135
  },
1136
  {
@@ -1141,8 +1141,8 @@
1141
  "surface": "repo",
1142
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
1143
  "exists": true,
1144
- "bytes": 60253,
1145
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
1146
  },
1147
  {
1148
  "id": "reproducibility_contract",
@@ -1174,8 +1174,8 @@
1174
  "surface": "repo_hf",
1175
  "shows": "Generates the selective artifact catalog from local files.",
1176
  "exists": true,
1177
- "bytes": 59218,
1178
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
1179
  },
1180
  {
1181
  "id": "publication_audit",
@@ -1186,7 +1186,7 @@
1186
  "volatile": true,
1187
  "shows": "Confirms public bundles exclude raw data, caches, heavy archives, and credential text.",
1188
  "exists": true,
1189
- "bytes": 8299,
1190
  "hash_policy": "existence_and_size_only"
1191
  },
1192
  {
@@ -1210,7 +1210,7 @@
1210
  "volatile": true,
1211
  "shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
1212
  "exists": true,
1213
- "bytes": 902747,
1214
  "hash_policy": "existence_and_size_only"
1215
  },
1216
  {
@@ -1222,7 +1222,7 @@
1222
  "volatile": true,
1223
  "shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
1224
  "exists": true,
1225
- "bytes": 19052,
1226
  "hash_policy": "existence_and_size_only"
1227
  },
1228
  {
 
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
+ "generated_at_utc": "2026-06-17T16:20:42+00:00",
4
  "status": "pass",
5
  "artifact_count": 204,
6
  "missing": [],
 
135
  "surface": "repo_hf",
136
  "shows": "Frames spatial intelligence, human-video world modeling, and vision-language-action as three pipeline tracks with explicit inputs, outputs, maturity, and next evidence gates.",
137
  "exists": true,
138
+ "bytes": 7710,
139
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
140
  },
141
  {
142
  "id": "three_foundation_pipelines_json",
 
146
  "surface": "website_hf",
147
  "shows": "Machine-readable pipeline-track contract for the website and Hugging Face mirrors.",
148
  "exists": true,
149
+ "bytes": 10084,
150
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
151
  },
152
  {
153
+ "id": "spatial_intelligence_task_training_diagram",
154
+ "title": "Spatial intelligence task-training diagram",
155
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
156
  "kind": "visual_asset",
157
  "surface": "website_hf",
158
+ "shows": "Inputs-to-tasks-to-training-to-evaluation diagram for the spatial intelligence model training pipeline.",
159
  "exists": true,
160
+ "bytes": 252509,
161
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
162
  },
163
  {
164
+ "id": "human_video_world_model_task_training_diagram",
165
+ "title": "Human-video world model task-training diagram",
166
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
167
  "kind": "visual_asset",
168
  "surface": "website_hf",
169
+ "shows": "Observed-window-to-future-targets-to-training-to-evaluation diagram for the human-video world-model training pipeline.",
170
  "exists": true,
171
+ "bytes": 249668,
172
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
173
  },
174
  {
175
+ "id": "vision_language_action_task_training_diagram",
176
+ "title": "Vision-language-action task-training diagram",
177
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
178
  "kind": "visual_asset",
179
  "surface": "website_hf",
180
+ "shows": "Observation-and-language-to-action-targets-to-VLA-training-to-evaluation diagram for the vision-language-action training pipeline.",
181
  "exists": true,
182
+ "bytes": 255706,
183
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
184
  },
185
  {
186
  "id": "omni_model_extension_contract",
 
521
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
522
  "exists": true,
523
  "bytes": 4432,
524
+ "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
525
  },
526
  {
527
  "id": "source_alignment_validator",
 
938
  "surface": "repo_hf",
939
  "shows": "Catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts.",
940
  "exists": true,
941
+ "bytes": 7116,
942
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
943
  },
944
  {
945
  "id": "figure_index_json",
 
949
  "surface": "website_hf",
950
  "shows": "Machine-readable visual asset index for website and Hugging Face mirrors.",
951
  "exists": true,
952
+ "bytes": 19580,
953
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
954
  },
955
  {
956
  "id": "figure_index_builder",
 
960
  "surface": "repo_hf",
961
  "shows": "Regenerates visual-asset hashes, dimensions, and source-script provenance.",
962
  "exists": true,
963
+ "bytes": 16943,
964
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
965
  },
966
  {
967
  "id": "brand_assets_json",
 
1130
  "volatile": true,
1131
  "shows": "Records the last live GitHub/HF URL verification after upload.",
1132
  "exists": true,
1133
+ "bytes": 161420,
1134
  "hash_policy": "existence_and_size_only"
1135
  },
1136
  {
 
1141
  "surface": "repo",
1142
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
1143
  "exists": true,
1144
+ "bytes": 60259,
1145
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
1146
  },
1147
  {
1148
  "id": "reproducibility_contract",
 
1174
  "surface": "repo_hf",
1175
  "shows": "Generates the selective artifact catalog from local files.",
1176
  "exists": true,
1177
+ "bytes": 59294,
1178
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
1179
  },
1180
  {
1181
  "id": "publication_audit",
 
1186
  "volatile": true,
1187
  "shows": "Confirms public bundles exclude raw data, caches, heavy archives, and credential text.",
1188
  "exists": true,
1189
+ "bytes": 8544,
1190
  "hash_policy": "existence_and_size_only"
1191
  },
1192
  {
 
1210
  "volatile": true,
1211
  "shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
1212
  "exists": true,
1213
+ "bytes": 910015,
1214
  "hash_policy": "existence_and_size_only"
1215
  },
1216
  {
 
1222
  "volatile": true,
1223
  "shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
1224
  "exists": true,
1225
+ "bytes": 19663,
1226
  "hash_policy": "existence_and_size_only"
1227
  },
1228
  {
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-17T15:16:21+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": 29,
7
  "figures": [
@@ -108,53 +108,53 @@
108
  "source_script_exists": true
109
  },
110
  {
111
- "id": "spatial_intelligence_pipeline_placeholder",
112
- "title": "Spatial intelligence pipeline placeholder",
113
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
114
- "role": "ChatGPT image-generated placeholder for the spatial intelligence training pipeline track.",
115
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
116
  "surface": "README, website, HF Space, artifact dataset, model card",
117
  "exists": true,
118
- "bytes": 2337155,
119
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06",
120
  "dimensions": {
121
  "format": "PNG",
122
- "width": 1672,
123
- "height": 941
124
  },
125
  "source_script_exists": true
126
  },
127
  {
128
- "id": "human_video_world_model_pipeline_placeholder",
129
- "title": "Human-video world model pipeline placeholder",
130
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
131
- "role": "ChatGPT image-generated placeholder for the human-video world-model training pipeline track.",
132
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
133
  "surface": "README, website, HF Space, artifact dataset, model card",
134
  "exists": true,
135
- "bytes": 2356312,
136
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b",
137
  "dimensions": {
138
  "format": "PNG",
139
- "width": 1672,
140
- "height": 941
141
  },
142
  "source_script_exists": true
143
  },
144
  {
145
- "id": "vision_language_action_pipeline_placeholder",
146
- "title": "Vision-language-action pipeline placeholder",
147
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
148
- "role": "ChatGPT image-generated placeholder for the VLA/action-policy training pipeline track.",
149
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
150
  "surface": "README, website, HF Space, artifact dataset, model card",
151
  "exists": true,
152
- "bytes": 2421011,
153
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf",
154
  "dimensions": {
155
  "format": "PNG",
156
- "width": 1672,
157
- "height": 941
158
  },
159
  "source_script_exists": true
160
  },
 
1
  {
2
  "title": "Ropedia Xperience-10M Figure Index",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-17T16:20:24+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": 29,
7
  "figures": [
 
108
  "source_script_exists": true
109
  },
110
  {
111
+ "id": "spatial_intelligence_task_training_diagram",
112
+ "title": "Spatial intelligence task-training diagram",
113
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
114
+ "role": "Readable inputs-to-tasks-to-training-to-evaluation diagram for the spatial intelligence pipeline track.",
115
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
116
  "surface": "README, website, HF Space, artifact dataset, model card",
117
  "exists": true,
118
+ "bytes": 252509,
119
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7",
120
  "dimensions": {
121
  "format": "PNG",
122
+ "width": 1800,
123
+ "height": 1012
124
  },
125
  "source_script_exists": true
126
  },
127
  {
128
+ "id": "human_video_world_model_task_training_diagram",
129
+ "title": "Human-video world model task-training diagram",
130
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
131
+ "role": "Readable inputs-to-future-targets-to-training-to-evaluation diagram for the human-video world-model pipeline track.",
132
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
133
  "surface": "README, website, HF Space, artifact dataset, model card",
134
  "exists": true,
135
+ "bytes": 249668,
136
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1",
137
  "dimensions": {
138
  "format": "PNG",
139
+ "width": 1800,
140
+ "height": 1012
141
  },
142
  "source_script_exists": true
143
  },
144
  {
145
+ "id": "vision_language_action_task_training_diagram",
146
+ "title": "Vision-language-action task-training diagram",
147
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
148
+ "role": "Readable inputs-to-action-targets-to-VLA-training-to-evaluation diagram for the VLA/action-policy pipeline track.",
149
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
150
  "surface": "README, website, HF Space, artifact dataset, model card",
151
  "exists": true,
152
+ "bytes": 255706,
153
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9",
154
  "dimensions": {
155
  "format": "PNG",
156
+ "width": 1800,
157
+ "height": 1012
158
  },
159
  "source_script_exists": true
160
  },
docs/data/mirror_parity.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-17T15:57:50+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
- "group_count": 616,
7
  "failure_count": 0,
8
  "failures_by_surface": {}
9
  },
@@ -138,45 +138,45 @@
138
  "local": {
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
- "bytes": 111262,
142
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
- "bytes": 111262,
149
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
- "bytes": 111262,
155
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
- "bytes": 111262,
161
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
- "bytes": 111262,
167
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
- "bytes": 111262,
173
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
- "bytes": 111262,
179
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
180
  }
181
  },
182
  "failures": []
@@ -334,45 +334,45 @@
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
- "bytes": 19501,
338
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
- "bytes": 19501,
345
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
- "bytes": 19501,
351
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
- "bytes": 19501,
357
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
- "bytes": 19501,
363
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
- "bytes": 19501,
369
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
- "bytes": 19501,
375
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
376
  }
377
  },
378
  "failures": []
@@ -824,45 +824,45 @@
824
  "local": {
825
  "path": "repo:docs/data/publication_audit.json",
826
  "exists": true,
827
- "bytes": 8544,
828
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
829
  },
830
  "mirrors": {
831
  "hf_space": {
832
  "path": "hf_space:data/publication_audit.json",
833
  "exists": true,
834
- "bytes": 8544,
835
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
836
  },
837
  "hf_artifacts_data": {
838
  "path": "hf_artifacts:data/publication_audit.json",
839
  "exists": true,
840
- "bytes": 8544,
841
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
842
  },
843
  "hf_artifacts": {
844
  "path": "hf_artifacts:docs/data/publication_audit.json",
845
  "exists": true,
846
- "bytes": 8544,
847
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
848
  },
849
  "hf_model_data": {
850
  "path": "hf_model:data/publication_audit.json",
851
  "exists": true,
852
- "bytes": 8544,
853
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
854
  },
855
  "hf_model_docs_data": {
856
  "path": "hf_model:docs/data/publication_audit.json",
857
  "exists": true,
858
- "bytes": 8544,
859
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
860
  },
861
  "hf_model": {
862
  "path": "hf_model:metrics/publication_audit.json",
863
  "exists": true,
864
- "bytes": 8544,
865
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
866
  }
867
  },
868
  "failures": []
@@ -874,44 +874,44 @@
874
  "path": "repo:docs/data/public_surface_qa.json",
875
  "exists": true,
876
  "bytes": 6146,
877
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
878
  },
879
  "mirrors": {
880
  "hf_space": {
881
  "path": "hf_space:data/public_surface_qa.json",
882
  "exists": true,
883
  "bytes": 6146,
884
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
885
  },
886
  "hf_artifacts_data": {
887
  "path": "hf_artifacts:data/public_surface_qa.json",
888
  "exists": true,
889
  "bytes": 6146,
890
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
891
  },
892
  "hf_artifacts": {
893
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
894
  "exists": true,
895
  "bytes": 6146,
896
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
897
  },
898
  "hf_model_data": {
899
  "path": "hf_model:data/public_surface_qa.json",
900
  "exists": true,
901
  "bytes": 6146,
902
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
903
  },
904
  "hf_model_docs_data": {
905
  "path": "hf_model:docs/data/public_surface_qa.json",
906
  "exists": true,
907
  "bytes": 6146,
908
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
909
  },
910
  "hf_model": {
911
  "path": "hf_model:metrics/public_surface_qa.json",
912
  "exists": true,
913
  "bytes": 6146,
914
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
915
  }
916
  },
917
  "failures": []
@@ -1265,45 +1265,45 @@
1265
  "local": {
1266
  "path": "repo:docs/data/research_roadmap_interactive.json",
1267
  "exists": true,
1268
- "bytes": 150170,
1269
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1270
  },
1271
  "mirrors": {
1272
  "hf_space": {
1273
  "path": "hf_space:data/research_roadmap_interactive.json",
1274
  "exists": true,
1275
- "bytes": 150170,
1276
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1277
  },
1278
  "hf_artifacts_data": {
1279
  "path": "hf_artifacts:data/research_roadmap_interactive.json",
1280
  "exists": true,
1281
- "bytes": 150170,
1282
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1283
  },
1284
  "hf_artifacts": {
1285
  "path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
1286
  "exists": true,
1287
- "bytes": 150170,
1288
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1289
  },
1290
  "hf_model_data": {
1291
  "path": "hf_model:data/research_roadmap_interactive.json",
1292
  "exists": true,
1293
- "bytes": 150170,
1294
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1295
  },
1296
  "hf_model_docs_data": {
1297
  "path": "hf_model:docs/data/research_roadmap_interactive.json",
1298
  "exists": true,
1299
- "bytes": 150170,
1300
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1301
  },
1302
  "hf_model": {
1303
  "path": "hf_model:metrics/research_roadmap_interactive.json",
1304
  "exists": true,
1305
- "bytes": 150170,
1306
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1307
  }
1308
  },
1309
  "failures": []
@@ -1560,44 +1560,44 @@
1560
  "path": "repo:docs/data/source_alignment_audit.json",
1561
  "exists": true,
1562
  "bytes": 4432,
1563
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1564
  },
1565
  "mirrors": {
1566
  "hf_space": {
1567
  "path": "hf_space:data/source_alignment_audit.json",
1568
  "exists": true,
1569
  "bytes": 4432,
1570
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1571
  },
1572
  "hf_artifacts_data": {
1573
  "path": "hf_artifacts:data/source_alignment_audit.json",
1574
  "exists": true,
1575
  "bytes": 4432,
1576
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1577
  },
1578
  "hf_artifacts": {
1579
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1580
  "exists": true,
1581
  "bytes": 4432,
1582
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1583
  },
1584
  "hf_model_data": {
1585
  "path": "hf_model:data/source_alignment_audit.json",
1586
  "exists": true,
1587
  "bytes": 4432,
1588
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1589
  },
1590
  "hf_model_docs_data": {
1591
  "path": "hf_model:docs/data/source_alignment_audit.json",
1592
  "exists": true,
1593
  "bytes": 4432,
1594
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1595
  },
1596
  "hf_model": {
1597
  "path": "hf_model:metrics/source_alignment_audit.json",
1598
  "exists": true,
1599
  "bytes": 4432,
1600
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1601
  }
1602
  },
1603
  "failures": []
@@ -1755,45 +1755,45 @@
1755
  "local": {
1756
  "path": "repo:docs/data/three_foundation_pipelines.json",
1757
  "exists": true,
1758
- "bytes": 6518,
1759
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/three_foundation_pipelines.json",
1764
  "exists": true,
1765
- "bytes": 6518,
1766
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/three_foundation_pipelines.json",
1770
  "exists": true,
1771
- "bytes": 6518,
1772
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/three_foundation_pipelines.json",
1776
  "exists": true,
1777
- "bytes": 6518,
1778
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/three_foundation_pipelines.json",
1782
  "exists": true,
1783
- "bytes": 6518,
1784
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/three_foundation_pipelines.json",
1788
  "exists": true,
1789
- "bytes": 6518,
1790
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/three_foundation_pipelines.json",
1794
  "exists": true,
1795
- "bytes": 6518,
1796
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1797
  }
1798
  },
1799
  "failures": []
@@ -1903,44 +1903,44 @@
1903
  "path": "repo:docs/data/task_surface_integrity.json",
1904
  "exists": true,
1905
  "bytes": 45779,
1906
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1907
  },
1908
  "mirrors": {
1909
  "hf_space": {
1910
  "path": "hf_space:data/task_surface_integrity.json",
1911
  "exists": true,
1912
  "bytes": 45779,
1913
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1914
  },
1915
  "hf_artifacts_data": {
1916
  "path": "hf_artifacts:data/task_surface_integrity.json",
1917
  "exists": true,
1918
  "bytes": 45779,
1919
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1920
  },
1921
  "hf_artifacts": {
1922
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
1923
  "exists": true,
1924
  "bytes": 45779,
1925
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1926
  },
1927
  "hf_model_data": {
1928
  "path": "hf_model:data/task_surface_integrity.json",
1929
  "exists": true,
1930
  "bytes": 45779,
1931
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1932
  },
1933
  "hf_model_docs_data": {
1934
  "path": "hf_model:docs/data/task_surface_integrity.json",
1935
  "exists": true,
1936
  "bytes": 45779,
1937
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1938
  },
1939
  "hf_model": {
1940
  "path": "hf_model:metrics/task_surface_integrity.json",
1941
  "exists": true,
1942
  "bytes": 45779,
1943
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1944
  }
1945
  },
1946
  "failures": []
@@ -2196,45 +2196,45 @@
2196
  "local": {
2197
  "path": "repo:docs/data/website_integrity.json",
2198
  "exists": true,
2199
- "bytes": 19663,
2200
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/website_integrity.json",
2205
  "exists": true,
2206
- "bytes": 19663,
2207
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/website_integrity.json",
2211
  "exists": true,
2212
- "bytes": 19663,
2213
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/website_integrity.json",
2217
  "exists": true,
2218
- "bytes": 19663,
2219
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/website_integrity.json",
2223
  "exists": true,
2224
- "bytes": 19663,
2225
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/website_integrity.json",
2229
  "exists": true,
2230
- "bytes": 19663,
2231
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/website_integrity.json",
2235
  "exists": true,
2236
- "bytes": 19663,
2237
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2238
  }
2239
  },
2240
  "failures": []
@@ -2849,33 +2849,33 @@
2849
  "local": {
2850
  "path": "repo:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2851
  "exists": true,
2852
- "bytes": 2337155,
2853
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2854
  },
2855
  "mirrors": {
2856
  "hf_space": {
2857
  "path": "hf_space:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2858
  "exists": true,
2859
- "bytes": 2337155,
2860
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2861
  },
2862
  "hf_artifacts_docs": {
2863
  "path": "hf_artifacts:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2864
  "exists": true,
2865
- "bytes": 2337155,
2866
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2867
  },
2868
  "hf_artifacts_card": {
2869
  "path": "hf_artifacts:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2870
  "exists": true,
2871
- "bytes": 2337155,
2872
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2873
  },
2874
  "hf_model": {
2875
  "path": "hf_model:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2876
  "exists": true,
2877
- "bytes": 2337155,
2878
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2879
  }
2880
  },
2881
  "failures": []
@@ -2886,33 +2886,33 @@
2886
  "local": {
2887
  "path": "repo:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2888
  "exists": true,
2889
- "bytes": 2356312,
2890
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2891
  },
2892
  "mirrors": {
2893
  "hf_space": {
2894
  "path": "hf_space:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2895
  "exists": true,
2896
- "bytes": 2356312,
2897
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2898
  },
2899
  "hf_artifacts_docs": {
2900
  "path": "hf_artifacts:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2901
  "exists": true,
2902
- "bytes": 2356312,
2903
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2904
  },
2905
  "hf_artifacts_card": {
2906
  "path": "hf_artifacts:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2907
  "exists": true,
2908
- "bytes": 2356312,
2909
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2910
  },
2911
  "hf_model": {
2912
  "path": "hf_model:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2913
  "exists": true,
2914
- "bytes": 2356312,
2915
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2916
  }
2917
  },
2918
  "failures": []
@@ -2923,33 +2923,33 @@
2923
  "local": {
2924
  "path": "repo:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2925
  "exists": true,
2926
- "bytes": 2421011,
2927
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2928
  },
2929
  "mirrors": {
2930
  "hf_space": {
2931
  "path": "hf_space:assets/foundation-pipelines/vision-language-action-pipeline.png",
2932
  "exists": true,
2933
- "bytes": 2421011,
2934
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2935
  },
2936
  "hf_artifacts_docs": {
2937
  "path": "hf_artifacts:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2938
  "exists": true,
2939
- "bytes": 2421011,
2940
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2941
  },
2942
  "hf_artifacts_card": {
2943
  "path": "hf_artifacts:assets/foundation-pipelines/vision-language-action-pipeline.png",
2944
  "exists": true,
2945
- "bytes": 2421011,
2946
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2947
  },
2948
  "hf_model": {
2949
  "path": "hf_model:assets/foundation-pipelines/vision-language-action-pipeline.png",
2950
  "exists": true,
2951
- "bytes": 2421011,
2952
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2953
  }
2954
  },
2955
  "failures": []
@@ -2960,33 +2960,33 @@
2960
  "local": {
2961
  "path": "repo:docs/assets/foundation-pipelines/README.md",
2962
  "exists": true,
2963
- "bytes": 668,
2964
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2965
  },
2966
  "mirrors": {
2967
  "hf_space": {
2968
  "path": "hf_space:assets/foundation-pipelines/README.md",
2969
  "exists": true,
2970
- "bytes": 668,
2971
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2972
  },
2973
  "hf_artifacts_docs": {
2974
  "path": "hf_artifacts:docs/assets/foundation-pipelines/README.md",
2975
  "exists": true,
2976
- "bytes": 668,
2977
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2978
  },
2979
  "hf_artifacts_card": {
2980
  "path": "hf_artifacts:assets/foundation-pipelines/README.md",
2981
  "exists": true,
2982
- "bytes": 668,
2983
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2984
  },
2985
  "hf_model": {
2986
  "path": "hf_model:assets/foundation-pipelines/README.md",
2987
  "exists": true,
2988
- "bytes": 668,
2989
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2990
  }
2991
  },
2992
  "failures": []
@@ -2997,33 +2997,33 @@
2997
  "local": {
2998
  "path": "repo:docs/assets/foundation-pipelines/prompts.md",
2999
  "exists": true,
3000
- "bytes": 2128,
3001
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3002
  },
3003
  "mirrors": {
3004
  "hf_space": {
3005
  "path": "hf_space:assets/foundation-pipelines/prompts.md",
3006
  "exists": true,
3007
- "bytes": 2128,
3008
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3009
  },
3010
  "hf_artifacts_docs": {
3011
  "path": "hf_artifacts:docs/assets/foundation-pipelines/prompts.md",
3012
  "exists": true,
3013
- "bytes": 2128,
3014
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3015
  },
3016
  "hf_artifacts_card": {
3017
  "path": "hf_artifacts:assets/foundation-pipelines/prompts.md",
3018
  "exists": true,
3019
- "bytes": 2128,
3020
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3021
  },
3022
  "hf_model": {
3023
  "path": "hf_model:assets/foundation-pipelines/prompts.md",
3024
  "exists": true,
3025
- "bytes": 2128,
3026
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3027
  }
3028
  },
3029
  "failures": []
@@ -4165,21 +4165,21 @@
4165
  "local": {
4166
  "path": "repo:scripts/build_artifact_index.py",
4167
  "exists": true,
4168
- "bytes": 59218,
4169
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
4170
  },
4171
  "mirrors": {
4172
  "hf_artifacts": {
4173
  "path": "hf_artifacts:scripts/build_artifact_index.py",
4174
  "exists": true,
4175
- "bytes": 59218,
4176
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
4177
  },
4178
  "hf_model": {
4179
  "path": "hf_model:scripts/build_artifact_index.py",
4180
  "exists": true,
4181
- "bytes": 59218,
4182
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
4183
  }
4184
  },
4185
  "failures": []
@@ -4240,21 +4240,21 @@
4240
  "local": {
4241
  "path": "repo:scripts/build_figure_index.py",
4242
  "exists": true,
4243
- "bytes": 16864,
4244
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
4245
  },
4246
  "mirrors": {
4247
  "hf_artifacts": {
4248
  "path": "hf_artifacts:scripts/build_figure_index.py",
4249
  "exists": true,
4250
- "bytes": 16864,
4251
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
4252
  },
4253
  "hf_model": {
4254
  "path": "hf_model:scripts/build_figure_index.py",
4255
  "exists": true,
4256
- "bytes": 16864,
4257
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
4258
  }
4259
  },
4260
  "failures": []
@@ -4359,6 +4359,31 @@
4359
  },
4360
  "failures": []
4361
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4362
  {
4363
  "name": "scripts/build_single_episode_explorer.py",
4364
  "status": "pass",
@@ -4515,21 +4540,21 @@
4515
  "local": {
4516
  "path": "repo:scripts/verify_live_publication.py",
4517
  "exists": true,
4518
- "bytes": 60253,
4519
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
4520
  },
4521
  "mirrors": {
4522
  "hf_artifacts": {
4523
  "path": "hf_artifacts:scripts/verify_live_publication.py",
4524
  "exists": true,
4525
- "bytes": 60253,
4526
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
4527
  },
4528
  "hf_model": {
4529
  "path": "hf_model:scripts/verify_live_publication.py",
4530
  "exists": true,
4531
- "bytes": 60253,
4532
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
4533
  }
4534
  },
4535
  "failures": []
@@ -4540,21 +4565,21 @@
4540
  "local": {
4541
  "path": "repo:scripts/validate_mirror_parity.py",
4542
  "exists": true,
4543
- "bytes": 26246,
4544
- "sha256": "203a6bfbedd7e8ca7a7fa9bc54663e676628123a9d61302d46556e7ca358c458"
4545
  },
4546
  "mirrors": {
4547
  "hf_artifacts": {
4548
  "path": "hf_artifacts:scripts/validate_mirror_parity.py",
4549
  "exists": true,
4550
- "bytes": 26246,
4551
- "sha256": "203a6bfbedd7e8ca7a7fa9bc54663e676628123a9d61302d46556e7ca358c458"
4552
  },
4553
  "hf_model": {
4554
  "path": "hf_model:scripts/validate_mirror_parity.py",
4555
  "exists": true,
4556
- "bytes": 26246,
4557
- "sha256": "203a6bfbedd7e8ca7a7fa9bc54663e676628123a9d61302d46556e7ca358c458"
4558
  }
4559
  },
4560
  "failures": []
@@ -4565,21 +4590,21 @@
4565
  "local": {
4566
  "path": "repo:scripts/validate_publication_package.py",
4567
  "exists": true,
4568
- "bytes": 18917,
4569
- "sha256": "c59cef80abc6ff0e03f5bd4519bfa8b7606a37c6015fc5a2e4df0391c892bb71"
4570
  },
4571
  "mirrors": {
4572
  "hf_artifacts": {
4573
  "path": "hf_artifacts:scripts/validate_publication_package.py",
4574
  "exists": true,
4575
- "bytes": 18917,
4576
- "sha256": "c59cef80abc6ff0e03f5bd4519bfa8b7606a37c6015fc5a2e4df0391c892bb71"
4577
  },
4578
  "hf_model": {
4579
  "path": "hf_model:scripts/validate_publication_package.py",
4580
  "exists": true,
4581
- "bytes": 18917,
4582
- "sha256": "c59cef80abc6ff0e03f5bd4519bfa8b7606a37c6015fc5a2e4df0391c892bb71"
4583
  }
4584
  },
4585
  "failures": []
@@ -4894,39 +4919,39 @@
4894
  "local": {
4895
  "path": "repo:docs/index.html",
4896
  "exists": true,
4897
- "bytes": 237658,
4898
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4899
  },
4900
  "mirrors": {
4901
  "hf_space": {
4902
  "path": "hf_space:index.html",
4903
  "exists": true,
4904
- "bytes": 237658,
4905
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4906
  },
4907
  "hf_artifacts_root": {
4908
  "path": "hf_artifacts:index.html",
4909
  "exists": true,
4910
- "bytes": 237658,
4911
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4912
  },
4913
  "hf_artifacts_docs": {
4914
  "path": "hf_artifacts:docs/index.html",
4915
  "exists": true,
4916
- "bytes": 237658,
4917
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4918
  },
4919
  "hf_model": {
4920
  "path": "hf_model:index.html",
4921
  "exists": true,
4922
- "bytes": 237658,
4923
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4924
  },
4925
  "hf_model_docs": {
4926
  "path": "hf_model:docs/index.html",
4927
  "exists": true,
4928
- "bytes": 237658,
4929
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4930
  }
4931
  },
4932
  "failures": []
@@ -19419,27 +19444,27 @@
19419
  "local": {
19420
  "path": "repo:FIGURE_INDEX.md",
19421
  "exists": true,
19422
- "bytes": 7037,
19423
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19424
  },
19425
  "mirrors": {
19426
  "hf_space": {
19427
  "path": "hf_space:FIGURE_INDEX.md",
19428
  "exists": true,
19429
- "bytes": 7037,
19430
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19431
  },
19432
  "hf_artifacts": {
19433
  "path": "hf_artifacts:FIGURE_INDEX.md",
19434
  "exists": true,
19435
- "bytes": 7037,
19436
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19437
  },
19438
  "hf_model": {
19439
  "path": "hf_model:FIGURE_INDEX.md",
19440
  "exists": true,
19441
- "bytes": 7037,
19442
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19443
  }
19444
  },
19445
  "failures": []
@@ -19512,27 +19537,27 @@
19512
  "local": {
19513
  "path": "repo:THREE_FOUNDATION_PIPELINES.md",
19514
  "exists": true,
19515
- "bytes": 7437,
19516
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19517
  },
19518
  "mirrors": {
19519
  "hf_space": {
19520
  "path": "hf_space:THREE_FOUNDATION_PIPELINES.md",
19521
  "exists": true,
19522
- "bytes": 7437,
19523
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19524
  },
19525
  "hf_artifacts": {
19526
  "path": "hf_artifacts:THREE_FOUNDATION_PIPELINES.md",
19527
  "exists": true,
19528
- "bytes": 7437,
19529
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19530
  },
19531
  "hf_model": {
19532
  "path": "hf_model:THREE_FOUNDATION_PIPELINES.md",
19533
  "exists": true,
19534
- "bytes": 7437,
19535
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19536
  }
19537
  },
19538
  "failures": []
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:24:15+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
+ "group_count": 617,
7
  "failure_count": 0,
8
  "failures_by_surface": {}
9
  },
 
138
  "local": {
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
+ "bytes": 111336,
142
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
+ "bytes": 111336,
149
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
+ "bytes": 111336,
155
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
+ "bytes": 111336,
161
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
+ "bytes": 111336,
167
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
+ "bytes": 111336,
173
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
+ "bytes": 111336,
179
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
180
  }
181
  },
182
  "failures": []
 
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
+ "bytes": 19580,
338
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
+ "bytes": 19580,
345
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
+ "bytes": 19580,
351
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
+ "bytes": 19580,
357
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
+ "bytes": 19580,
363
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
+ "bytes": 19580,
369
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
+ "bytes": 19580,
375
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
376
  }
377
  },
378
  "failures": []
 
824
  "local": {
825
  "path": "repo:docs/data/publication_audit.json",
826
  "exists": true,
827
+ "bytes": 8604,
828
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
829
  },
830
  "mirrors": {
831
  "hf_space": {
832
  "path": "hf_space:data/publication_audit.json",
833
  "exists": true,
834
+ "bytes": 8604,
835
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
836
  },
837
  "hf_artifacts_data": {
838
  "path": "hf_artifacts:data/publication_audit.json",
839
  "exists": true,
840
+ "bytes": 8604,
841
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
842
  },
843
  "hf_artifacts": {
844
  "path": "hf_artifacts:docs/data/publication_audit.json",
845
  "exists": true,
846
+ "bytes": 8604,
847
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
848
  },
849
  "hf_model_data": {
850
  "path": "hf_model:data/publication_audit.json",
851
  "exists": true,
852
+ "bytes": 8604,
853
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
854
  },
855
  "hf_model_docs_data": {
856
  "path": "hf_model:docs/data/publication_audit.json",
857
  "exists": true,
858
+ "bytes": 8604,
859
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
860
  },
861
  "hf_model": {
862
  "path": "hf_model:metrics/publication_audit.json",
863
  "exists": true,
864
+ "bytes": 8604,
865
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
866
  }
867
  },
868
  "failures": []
 
874
  "path": "repo:docs/data/public_surface_qa.json",
875
  "exists": true,
876
  "bytes": 6146,
877
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
878
  },
879
  "mirrors": {
880
  "hf_space": {
881
  "path": "hf_space:data/public_surface_qa.json",
882
  "exists": true,
883
  "bytes": 6146,
884
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
885
  },
886
  "hf_artifacts_data": {
887
  "path": "hf_artifacts:data/public_surface_qa.json",
888
  "exists": true,
889
  "bytes": 6146,
890
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
891
  },
892
  "hf_artifacts": {
893
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
894
  "exists": true,
895
  "bytes": 6146,
896
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
897
  },
898
  "hf_model_data": {
899
  "path": "hf_model:data/public_surface_qa.json",
900
  "exists": true,
901
  "bytes": 6146,
902
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
903
  },
904
  "hf_model_docs_data": {
905
  "path": "hf_model:docs/data/public_surface_qa.json",
906
  "exists": true,
907
  "bytes": 6146,
908
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
909
  },
910
  "hf_model": {
911
  "path": "hf_model:metrics/public_surface_qa.json",
912
  "exists": true,
913
  "bytes": 6146,
914
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
915
  }
916
  },
917
  "failures": []
 
1265
  "local": {
1266
  "path": "repo:docs/data/research_roadmap_interactive.json",
1267
  "exists": true,
1268
+ "bytes": 154846,
1269
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1270
  },
1271
  "mirrors": {
1272
  "hf_space": {
1273
  "path": "hf_space:data/research_roadmap_interactive.json",
1274
  "exists": true,
1275
+ "bytes": 154846,
1276
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1277
  },
1278
  "hf_artifacts_data": {
1279
  "path": "hf_artifacts:data/research_roadmap_interactive.json",
1280
  "exists": true,
1281
+ "bytes": 154846,
1282
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1283
  },
1284
  "hf_artifacts": {
1285
  "path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
1286
  "exists": true,
1287
+ "bytes": 154846,
1288
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1289
  },
1290
  "hf_model_data": {
1291
  "path": "hf_model:data/research_roadmap_interactive.json",
1292
  "exists": true,
1293
+ "bytes": 154846,
1294
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1295
  },
1296
  "hf_model_docs_data": {
1297
  "path": "hf_model:docs/data/research_roadmap_interactive.json",
1298
  "exists": true,
1299
+ "bytes": 154846,
1300
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1301
  },
1302
  "hf_model": {
1303
  "path": "hf_model:metrics/research_roadmap_interactive.json",
1304
  "exists": true,
1305
+ "bytes": 154846,
1306
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1307
  }
1308
  },
1309
  "failures": []
 
1560
  "path": "repo:docs/data/source_alignment_audit.json",
1561
  "exists": true,
1562
  "bytes": 4432,
1563
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1564
  },
1565
  "mirrors": {
1566
  "hf_space": {
1567
  "path": "hf_space:data/source_alignment_audit.json",
1568
  "exists": true,
1569
  "bytes": 4432,
1570
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1571
  },
1572
  "hf_artifacts_data": {
1573
  "path": "hf_artifacts:data/source_alignment_audit.json",
1574
  "exists": true,
1575
  "bytes": 4432,
1576
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1577
  },
1578
  "hf_artifacts": {
1579
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1580
  "exists": true,
1581
  "bytes": 4432,
1582
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1583
  },
1584
  "hf_model_data": {
1585
  "path": "hf_model:data/source_alignment_audit.json",
1586
  "exists": true,
1587
  "bytes": 4432,
1588
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1589
  },
1590
  "hf_model_docs_data": {
1591
  "path": "hf_model:docs/data/source_alignment_audit.json",
1592
  "exists": true,
1593
  "bytes": 4432,
1594
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1595
  },
1596
  "hf_model": {
1597
  "path": "hf_model:metrics/source_alignment_audit.json",
1598
  "exists": true,
1599
  "bytes": 4432,
1600
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1601
  }
1602
  },
1603
  "failures": []
 
1755
  "local": {
1756
  "path": "repo:docs/data/three_foundation_pipelines.json",
1757
  "exists": true,
1758
+ "bytes": 10084,
1759
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/three_foundation_pipelines.json",
1764
  "exists": true,
1765
+ "bytes": 10084,
1766
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/three_foundation_pipelines.json",
1770
  "exists": true,
1771
+ "bytes": 10084,
1772
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/three_foundation_pipelines.json",
1776
  "exists": true,
1777
+ "bytes": 10084,
1778
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/three_foundation_pipelines.json",
1782
  "exists": true,
1783
+ "bytes": 10084,
1784
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/three_foundation_pipelines.json",
1788
  "exists": true,
1789
+ "bytes": 10084,
1790
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/three_foundation_pipelines.json",
1794
  "exists": true,
1795
+ "bytes": 10084,
1796
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1797
  }
1798
  },
1799
  "failures": []
 
1903
  "path": "repo:docs/data/task_surface_integrity.json",
1904
  "exists": true,
1905
  "bytes": 45779,
1906
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1907
  },
1908
  "mirrors": {
1909
  "hf_space": {
1910
  "path": "hf_space:data/task_surface_integrity.json",
1911
  "exists": true,
1912
  "bytes": 45779,
1913
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1914
  },
1915
  "hf_artifacts_data": {
1916
  "path": "hf_artifacts:data/task_surface_integrity.json",
1917
  "exists": true,
1918
  "bytes": 45779,
1919
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1920
  },
1921
  "hf_artifacts": {
1922
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
1923
  "exists": true,
1924
  "bytes": 45779,
1925
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1926
  },
1927
  "hf_model_data": {
1928
  "path": "hf_model:data/task_surface_integrity.json",
1929
  "exists": true,
1930
  "bytes": 45779,
1931
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1932
  },
1933
  "hf_model_docs_data": {
1934
  "path": "hf_model:docs/data/task_surface_integrity.json",
1935
  "exists": true,
1936
  "bytes": 45779,
1937
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1938
  },
1939
  "hf_model": {
1940
  "path": "hf_model:metrics/task_surface_integrity.json",
1941
  "exists": true,
1942
  "bytes": 45779,
1943
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1944
  }
1945
  },
1946
  "failures": []
 
2196
  "local": {
2197
  "path": "repo:docs/data/website_integrity.json",
2198
  "exists": true,
2199
+ "bytes": 19664,
2200
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/website_integrity.json",
2205
  "exists": true,
2206
+ "bytes": 19664,
2207
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/website_integrity.json",
2211
  "exists": true,
2212
+ "bytes": 19664,
2213
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/website_integrity.json",
2217
  "exists": true,
2218
+ "bytes": 19664,
2219
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/website_integrity.json",
2223
  "exists": true,
2224
+ "bytes": 19664,
2225
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/website_integrity.json",
2229
  "exists": true,
2230
+ "bytes": 19664,
2231
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/website_integrity.json",
2235
  "exists": true,
2236
+ "bytes": 19664,
2237
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2238
  }
2239
  },
2240
  "failures": []
 
2849
  "local": {
2850
  "path": "repo:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2851
  "exists": true,
2852
+ "bytes": 252509,
2853
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2854
  },
2855
  "mirrors": {
2856
  "hf_space": {
2857
  "path": "hf_space:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2858
  "exists": true,
2859
+ "bytes": 252509,
2860
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2861
  },
2862
  "hf_artifacts_docs": {
2863
  "path": "hf_artifacts:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2864
  "exists": true,
2865
+ "bytes": 252509,
2866
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2867
  },
2868
  "hf_artifacts_card": {
2869
  "path": "hf_artifacts:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2870
  "exists": true,
2871
+ "bytes": 252509,
2872
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2873
  },
2874
  "hf_model": {
2875
  "path": "hf_model:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2876
  "exists": true,
2877
+ "bytes": 252509,
2878
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2879
  }
2880
  },
2881
  "failures": []
 
2886
  "local": {
2887
  "path": "repo:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2888
  "exists": true,
2889
+ "bytes": 249668,
2890
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2891
  },
2892
  "mirrors": {
2893
  "hf_space": {
2894
  "path": "hf_space:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2895
  "exists": true,
2896
+ "bytes": 249668,
2897
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2898
  },
2899
  "hf_artifacts_docs": {
2900
  "path": "hf_artifacts:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2901
  "exists": true,
2902
+ "bytes": 249668,
2903
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2904
  },
2905
  "hf_artifacts_card": {
2906
  "path": "hf_artifacts:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2907
  "exists": true,
2908
+ "bytes": 249668,
2909
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2910
  },
2911
  "hf_model": {
2912
  "path": "hf_model:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2913
  "exists": true,
2914
+ "bytes": 249668,
2915
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2916
  }
2917
  },
2918
  "failures": []
 
2923
  "local": {
2924
  "path": "repo:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2925
  "exists": true,
2926
+ "bytes": 255706,
2927
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2928
  },
2929
  "mirrors": {
2930
  "hf_space": {
2931
  "path": "hf_space:assets/foundation-pipelines/vision-language-action-pipeline.png",
2932
  "exists": true,
2933
+ "bytes": 255706,
2934
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2935
  },
2936
  "hf_artifacts_docs": {
2937
  "path": "hf_artifacts:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2938
  "exists": true,
2939
+ "bytes": 255706,
2940
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2941
  },
2942
  "hf_artifacts_card": {
2943
  "path": "hf_artifacts:assets/foundation-pipelines/vision-language-action-pipeline.png",
2944
  "exists": true,
2945
+ "bytes": 255706,
2946
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2947
  },
2948
  "hf_model": {
2949
  "path": "hf_model:assets/foundation-pipelines/vision-language-action-pipeline.png",
2950
  "exists": true,
2951
+ "bytes": 255706,
2952
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2953
  }
2954
  },
2955
  "failures": []
 
2960
  "local": {
2961
  "path": "repo:docs/assets/foundation-pipelines/README.md",
2962
  "exists": true,
2963
+ "bytes": 959,
2964
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2965
  },
2966
  "mirrors": {
2967
  "hf_space": {
2968
  "path": "hf_space:assets/foundation-pipelines/README.md",
2969
  "exists": true,
2970
+ "bytes": 959,
2971
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2972
  },
2973
  "hf_artifacts_docs": {
2974
  "path": "hf_artifacts:docs/assets/foundation-pipelines/README.md",
2975
  "exists": true,
2976
+ "bytes": 959,
2977
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2978
  },
2979
  "hf_artifacts_card": {
2980
  "path": "hf_artifacts:assets/foundation-pipelines/README.md",
2981
  "exists": true,
2982
+ "bytes": 959,
2983
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2984
  },
2985
  "hf_model": {
2986
  "path": "hf_model:assets/foundation-pipelines/README.md",
2987
  "exists": true,
2988
+ "bytes": 959,
2989
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2990
  }
2991
  },
2992
  "failures": []
 
2997
  "local": {
2998
  "path": "repo:docs/assets/foundation-pipelines/prompts.md",
2999
  "exists": true,
3000
+ "bytes": 2921,
3001
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3002
  },
3003
  "mirrors": {
3004
  "hf_space": {
3005
  "path": "hf_space:assets/foundation-pipelines/prompts.md",
3006
  "exists": true,
3007
+ "bytes": 2921,
3008
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3009
  },
3010
  "hf_artifacts_docs": {
3011
  "path": "hf_artifacts:docs/assets/foundation-pipelines/prompts.md",
3012
  "exists": true,
3013
+ "bytes": 2921,
3014
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3015
  },
3016
  "hf_artifacts_card": {
3017
  "path": "hf_artifacts:assets/foundation-pipelines/prompts.md",
3018
  "exists": true,
3019
+ "bytes": 2921,
3020
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3021
  },
3022
  "hf_model": {
3023
  "path": "hf_model:assets/foundation-pipelines/prompts.md",
3024
  "exists": true,
3025
+ "bytes": 2921,
3026
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3027
  }
3028
  },
3029
  "failures": []
 
4165
  "local": {
4166
  "path": "repo:scripts/build_artifact_index.py",
4167
  "exists": true,
4168
+ "bytes": 59294,
4169
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
4170
  },
4171
  "mirrors": {
4172
  "hf_artifacts": {
4173
  "path": "hf_artifacts:scripts/build_artifact_index.py",
4174
  "exists": true,
4175
+ "bytes": 59294,
4176
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
4177
  },
4178
  "hf_model": {
4179
  "path": "hf_model:scripts/build_artifact_index.py",
4180
  "exists": true,
4181
+ "bytes": 59294,
4182
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
4183
  }
4184
  },
4185
  "failures": []
 
4240
  "local": {
4241
  "path": "repo:scripts/build_figure_index.py",
4242
  "exists": true,
4243
+ "bytes": 16943,
4244
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
4245
  },
4246
  "mirrors": {
4247
  "hf_artifacts": {
4248
  "path": "hf_artifacts:scripts/build_figure_index.py",
4249
  "exists": true,
4250
+ "bytes": 16943,
4251
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
4252
  },
4253
  "hf_model": {
4254
  "path": "hf_model:scripts/build_figure_index.py",
4255
  "exists": true,
4256
+ "bytes": 16943,
4257
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
4258
  }
4259
  },
4260
  "failures": []
 
4359
  },
4360
  "failures": []
4361
  },
4362
+ {
4363
+ "name": "scripts/render_foundation_pipeline_diagrams.py",
4364
+ "status": "pass",
4365
+ "local": {
4366
+ "path": "repo:scripts/render_foundation_pipeline_diagrams.py",
4367
+ "exists": true,
4368
+ "bytes": 11605,
4369
+ "sha256": "b3dfbe19205efe9b4be596b8950cc3b3fe2dd04eeef6055b371e4140dd8b479e"
4370
+ },
4371
+ "mirrors": {
4372
+ "hf_artifacts": {
4373
+ "path": "hf_artifacts:scripts/render_foundation_pipeline_diagrams.py",
4374
+ "exists": true,
4375
+ "bytes": 11605,
4376
+ "sha256": "b3dfbe19205efe9b4be596b8950cc3b3fe2dd04eeef6055b371e4140dd8b479e"
4377
+ },
4378
+ "hf_model": {
4379
+ "path": "hf_model:scripts/render_foundation_pipeline_diagrams.py",
4380
+ "exists": true,
4381
+ "bytes": 11605,
4382
+ "sha256": "b3dfbe19205efe9b4be596b8950cc3b3fe2dd04eeef6055b371e4140dd8b479e"
4383
+ }
4384
+ },
4385
+ "failures": []
4386
+ },
4387
  {
4388
  "name": "scripts/build_single_episode_explorer.py",
4389
  "status": "pass",
 
4540
  "local": {
4541
  "path": "repo:scripts/verify_live_publication.py",
4542
  "exists": true,
4543
+ "bytes": 60259,
4544
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
4545
  },
4546
  "mirrors": {
4547
  "hf_artifacts": {
4548
  "path": "hf_artifacts:scripts/verify_live_publication.py",
4549
  "exists": true,
4550
+ "bytes": 60259,
4551
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
4552
  },
4553
  "hf_model": {
4554
  "path": "hf_model:scripts/verify_live_publication.py",
4555
  "exists": true,
4556
+ "bytes": 60259,
4557
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
4558
  }
4559
  },
4560
  "failures": []
 
4565
  "local": {
4566
  "path": "repo:scripts/validate_mirror_parity.py",
4567
  "exists": true,
4568
+ "bytes": 26292,
4569
+ "sha256": "2c4a4bea9d6292204bce0675a7992500e1da1caf4bfcf35aaa981131780416b4"
4570
  },
4571
  "mirrors": {
4572
  "hf_artifacts": {
4573
  "path": "hf_artifacts:scripts/validate_mirror_parity.py",
4574
  "exists": true,
4575
+ "bytes": 26292,
4576
+ "sha256": "2c4a4bea9d6292204bce0675a7992500e1da1caf4bfcf35aaa981131780416b4"
4577
  },
4578
  "hf_model": {
4579
  "path": "hf_model:scripts/validate_mirror_parity.py",
4580
  "exists": true,
4581
+ "bytes": 26292,
4582
+ "sha256": "2c4a4bea9d6292204bce0675a7992500e1da1caf4bfcf35aaa981131780416b4"
4583
  }
4584
  },
4585
  "failures": []
 
4590
  "local": {
4591
  "path": "repo:scripts/validate_publication_package.py",
4592
  "exists": true,
4593
+ "bytes": 18975,
4594
+ "sha256": "0b96ed0b0f819a585ac18a09adb5a5ae2c1515f9d2698f677a9eac3a21e241db"
4595
  },
4596
  "mirrors": {
4597
  "hf_artifacts": {
4598
  "path": "hf_artifacts:scripts/validate_publication_package.py",
4599
  "exists": true,
4600
+ "bytes": 18975,
4601
+ "sha256": "0b96ed0b0f819a585ac18a09adb5a5ae2c1515f9d2698f677a9eac3a21e241db"
4602
  },
4603
  "hf_model": {
4604
  "path": "hf_model:scripts/validate_publication_package.py",
4605
  "exists": true,
4606
+ "bytes": 18975,
4607
+ "sha256": "0b96ed0b0f819a585ac18a09adb5a5ae2c1515f9d2698f677a9eac3a21e241db"
4608
  }
4609
  },
4610
  "failures": []
 
4919
  "local": {
4920
  "path": "repo:docs/index.html",
4921
  "exists": true,
4922
+ "bytes": 238021,
4923
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4924
  },
4925
  "mirrors": {
4926
  "hf_space": {
4927
  "path": "hf_space:index.html",
4928
  "exists": true,
4929
+ "bytes": 238021,
4930
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4931
  },
4932
  "hf_artifacts_root": {
4933
  "path": "hf_artifacts:index.html",
4934
  "exists": true,
4935
+ "bytes": 238021,
4936
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4937
  },
4938
  "hf_artifacts_docs": {
4939
  "path": "hf_artifacts:docs/index.html",
4940
  "exists": true,
4941
+ "bytes": 238021,
4942
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4943
  },
4944
  "hf_model": {
4945
  "path": "hf_model:index.html",
4946
  "exists": true,
4947
+ "bytes": 238021,
4948
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4949
  },
4950
  "hf_model_docs": {
4951
  "path": "hf_model:docs/index.html",
4952
  "exists": true,
4953
+ "bytes": 238021,
4954
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4955
  }
4956
  },
4957
  "failures": []
 
19444
  "local": {
19445
  "path": "repo:FIGURE_INDEX.md",
19446
  "exists": true,
19447
+ "bytes": 7116,
19448
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19449
  },
19450
  "mirrors": {
19451
  "hf_space": {
19452
  "path": "hf_space:FIGURE_INDEX.md",
19453
  "exists": true,
19454
+ "bytes": 7116,
19455
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19456
  },
19457
  "hf_artifacts": {
19458
  "path": "hf_artifacts:FIGURE_INDEX.md",
19459
  "exists": true,
19460
+ "bytes": 7116,
19461
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19462
  },
19463
  "hf_model": {
19464
  "path": "hf_model:FIGURE_INDEX.md",
19465
  "exists": true,
19466
+ "bytes": 7116,
19467
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19468
  }
19469
  },
19470
  "failures": []
 
19537
  "local": {
19538
  "path": "repo:THREE_FOUNDATION_PIPELINES.md",
19539
  "exists": true,
19540
+ "bytes": 7710,
19541
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19542
  },
19543
  "mirrors": {
19544
  "hf_space": {
19545
  "path": "hf_space:THREE_FOUNDATION_PIPELINES.md",
19546
  "exists": true,
19547
+ "bytes": 7710,
19548
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19549
  },
19550
  "hf_artifacts": {
19551
  "path": "hf_artifacts:THREE_FOUNDATION_PIPELINES.md",
19552
  "exists": true,
19553
+ "bytes": 7710,
19554
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19555
  },
19556
  "hf_model": {
19557
  "path": "hf_model:THREE_FOUNDATION_PIPELINES.md",
19558
  "exists": true,
19559
+ "bytes": 7710,
19560
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19561
  }
19562
  },
19563
  "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-17T15:16:15+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
@@ -18,7 +18,7 @@
18
  "website_integrity": {
19
  "exists": true,
20
  "status": "pass",
21
- "generated_at_utc": "2026-06-17T13:55:22+00:00"
22
  },
23
  "rendered_site_check": {
24
  "exists": true,
@@ -28,12 +28,12 @@
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
- "generated_at_utc": "2026-06-17T13:55:20+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
- "generated_at_utc": "2026-06-17T13:55:20+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
@@ -43,12 +43,12 @@
43
  "publication_package": {
44
  "exists": true,
45
  "status": "pass",
46
- "generated_at_utc": "2026-06-17T13:55:30+00:00"
47
  },
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
- "generated_at_utc": "2026-06-17T13:55:47+00:00"
52
  }
53
  },
54
  "failures": {}
 
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-17T16:21:20+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
 
18
  "website_integrity": {
19
  "exists": true,
20
  "status": "pass",
21
+ "generated_at_utc": "2026-06-17T15:17:21+00:00"
22
  },
23
  "rendered_site_check": {
24
  "exists": true,
 
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
+ "generated_at_utc": "2026-06-17T15:17:20+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
+ "generated_at_utc": "2026-06-17T15:17:20+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
 
43
  "publication_package": {
44
  "exists": true,
45
  "status": "pass",
46
+ "generated_at_utc": "2026-06-17T15:17:33+00:00"
47
  },
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
+ "generated_at_utc": "2026-06-17T15:57:50+00:00"
52
  }
53
  },
54
  "failures": {}
docs/data/publication_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-17T15:17:33+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
@@ -145,6 +145,7 @@
145
  "scripts/build_public_surface_qa.py": true,
146
  "scripts/build_rendered_site_check.py": true,
147
  "scripts/build_interactive_research_roadmap.py": true,
 
148
  "scripts/verify_live_publication.py": true,
149
  "scripts/validate_mirror_parity.py": true,
150
  "scripts/validate_scope_claims.py": true,
@@ -203,8 +204,8 @@
203
  "github_repo": {
204
  "root": "repo",
205
  "exists": true,
206
- "file_count": 1216,
207
- "text_file_count": 1018,
208
  "largest_file": {
209
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
210
  "bytes": 55702978
@@ -214,8 +215,8 @@
214
  "hf_space_bundle": {
215
  "root": "hf_publish/space",
216
  "exists": true,
217
- "file_count": 1005,
218
- "text_file_count": 843,
219
  "largest_file": {
220
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
221
  "bytes": 55702978
@@ -225,8 +226,8 @@
225
  "hf_artifact_bundle": {
226
  "root": "hf_publish/artifacts",
227
  "exists": true,
228
- "file_count": 2389,
229
- "text_file_count": 1036,
230
  "largest_file": {
231
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
232
  "bytes": 55702978
@@ -236,8 +237,8 @@
236
  "hf_model_bundle": {
237
  "root": "hf_publish/model",
238
  "exists": true,
239
- "file_count": 2824,
240
- "text_file_count": 1197,
241
  "largest_file": {
242
  "path": "pytorch_model.bin",
243
  "bytes": 93495480
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:23:32+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
 
145
  "scripts/build_public_surface_qa.py": true,
146
  "scripts/build_rendered_site_check.py": true,
147
  "scripts/build_interactive_research_roadmap.py": true,
148
+ "scripts/render_foundation_pipeline_diagrams.py": true,
149
  "scripts/verify_live_publication.py": true,
150
  "scripts/validate_mirror_parity.py": true,
151
  "scripts/validate_scope_claims.py": true,
 
204
  "github_repo": {
205
  "root": "repo",
206
  "exists": true,
207
+ "file_count": 1217,
208
+ "text_file_count": 1019,
209
  "largest_file": {
210
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
211
  "bytes": 55702978
 
215
  "hf_space_bundle": {
216
  "root": "hf_publish/space",
217
  "exists": true,
218
+ "file_count": 1010,
219
+ "text_file_count": 845,
220
  "largest_file": {
221
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
222
  "bytes": 55702978
 
226
  "hf_artifact_bundle": {
227
  "root": "hf_publish/artifacts",
228
  "exists": true,
229
+ "file_count": 2410,
230
+ "text_file_count": 1041,
231
  "largest_file": {
232
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
233
  "bytes": 55702978
 
237
  "hf_model_bundle": {
238
  "root": "hf_publish/model",
239
  "exists": true,
240
+ "file_count": 2835,
241
+ "text_file_count": 1200,
242
  "largest_file": {
243
  "path": "pytorch_model.bin",
244
  "bytes": 93495480
docs/data/research_roadmap_interactive.json CHANGED
@@ -2222,7 +2222,7 @@
2222
  ],
2223
  "status": "planning_artifact"
2224
  },
2225
- "generated_at_utc": "2026-06-17T13:02:21+00:00",
2226
  "omni_plan": {
2227
  "adapter": "LoRA rank 16, alpha 32, dropout 0.05",
2228
  "backbone": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
@@ -3266,8 +3266,48 @@
3266
  "language questions"
3267
  ],
3268
  "current_maturity": "Ready as a pipeline and evaluation contract.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3269
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
3270
  "id": "spatial_intelligence",
 
3271
  "intermediate_artifacts": [
3272
  "synchronized camera window manifest",
3273
  "pose and depth availability report",
@@ -3287,7 +3327,8 @@
3287
  "language answers grounded in the scene"
3288
  ],
3289
  "question": "Can the model recover and reason over space from video?",
3290
- "title": "Spatial intelligence models"
 
3291
  },
3292
  {
3293
  "avoid_claiming_now": [
@@ -3304,8 +3345,48 @@
3304
  "future windows"
3305
  ],
3306
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3307
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
3308
  "id": "human_video_world_models",
 
3309
  "intermediate_artifacts": [
3310
  "observed and future window pairs",
3311
  "future label targets",
@@ -3324,7 +3405,8 @@
3324
  "future-window quality metrics"
3325
  ],
3326
  "question": "Can the model predict what happens next?",
3327
- "title": "Human-video world models"
 
3328
  },
3329
  {
3330
  "avoid_claiming_now": [
@@ -3340,8 +3422,48 @@
3340
  "procedure and subtask labels"
3341
  ],
3342
  "current_maturity": "Feasible but gated by action-target conversion.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3343
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
3344
  "id": "vision_language_action",
 
3345
  "intermediate_artifacts": [
3346
  "action-token vocabulary",
3347
  "action-chunk windows",
@@ -3360,7 +3482,8 @@
3360
  "policy or VLA held-out metrics"
3361
  ],
3362
  "question": "Can the model turn what it sees and reads into action?",
3363
- "title": "Vision-language-action models"
 
3364
  }
3365
  ]
3366
  },
 
2222
  ],
2223
  "status": "planning_artifact"
2224
  },
2225
+ "generated_at_utc": "2026-06-17T16:20:57+00:00",
2226
  "omni_plan": {
2227
  "adapter": "LoRA rank 16, alpha 32, dropout 0.05",
2228
  "backbone": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
 
3266
  "language questions"
3267
  ],
3268
  "current_maturity": "Ready as a pipeline and evaluation contract.",
3269
+ "diagram_flow": [
3270
+ {
3271
+ "items": [
3272
+ "multiview RGB plus egocentric video",
3273
+ "metric depth and confidence",
3274
+ "camera pose, calibration, SLAM",
3275
+ "object, contact, and language cues"
3276
+ ],
3277
+ "stage": "inputs"
3278
+ },
3279
+ {
3280
+ "items": [
3281
+ "spatial QA and object count",
3282
+ "object permanence across windows",
3283
+ "relative location and retrieval",
3284
+ "pose-aware 3D consistency"
3285
+ ],
3286
+ "stage": "tasks_targets"
3287
+ },
3288
+ {
3289
+ "items": [
3290
+ "export scene/object memory records",
3291
+ "train spatial-memory encoder",
3292
+ "add geometry-aware QA and retrieval heads",
3293
+ "keep episode-level split discipline"
3294
+ ],
3295
+ "stage": "train_models"
3296
+ },
3297
+ {
3298
+ "items": [
3299
+ "held-out episode spatial metrics",
3300
+ "count and relation accuracy",
3301
+ "retrieval rank and consistency",
3302
+ "saved predictions before public claim"
3303
+ ],
3304
+ "stage": "evaluate_gates"
3305
+ }
3306
+ ],
3307
+ "diagram_image": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
3308
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
3309
  "id": "spatial_intelligence",
3310
+ "image_alt": "Task-training diagram for the spatial intelligence pipeline: inputs, spatial task targets, model training route, and evaluation gates.",
3311
  "intermediate_artifacts": [
3312
  "synchronized camera window manifest",
3313
  "pose and depth availability report",
 
3327
  "language answers grounded in the scene"
3328
  ],
3329
  "question": "Can the model recover and reason over space from video?",
3330
+ "title": "Spatial intelligence models",
3331
+ "website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png"
3332
  },
3333
  {
3334
  "avoid_claiming_now": [
 
3345
  "future windows"
3346
  ],
3347
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
3348
+ "diagram_flow": [
3349
+ {
3350
+ "items": [
3351
+ "observed video/audio/sensor window",
3352
+ "hand/body motion and camera pose",
3353
+ "object/contact state",
3354
+ "action and subtask labels"
3355
+ ],
3356
+ "stage": "inputs"
3357
+ },
3358
+ {
3359
+ "items": [
3360
+ "next action and next subtask",
3361
+ "future object set",
3362
+ "contact transition",
3363
+ "camera-motion delta or latent future"
3364
+ ],
3365
+ "stage": "tasks_targets"
3366
+ },
3367
+ {
3368
+ "items": [
3369
+ "Qwen structured future probes",
3370
+ "Cosmos/dynamics branch separately",
3371
+ "latent rollout or reconstruction loss",
3372
+ "no target-side future leakage"
3373
+ ],
3374
+ "stage": "train_models"
3375
+ },
3376
+ {
3377
+ "items": [
3378
+ "held-out future-task metrics",
3379
+ "contact and object-set F1",
3380
+ "rollout or latent consistency",
3381
+ "per-episode breakdown and examples"
3382
+ ],
3383
+ "stage": "evaluate_gates"
3384
+ }
3385
+ ],
3386
+ "diagram_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
3387
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
3388
  "id": "human_video_world_models",
3389
+ "image_alt": "Task-training diagram for the human-video world model pipeline: observed-window inputs, future targets, model training route, and held-out evaluation gates.",
3390
  "intermediate_artifacts": [
3391
  "observed and future window pairs",
3392
  "future label targets",
 
3405
  "future-window quality metrics"
3406
  ],
3407
  "question": "Can the model predict what happens next?",
3408
+ "title": "Human-video world models",
3409
+ "website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png"
3410
  },
3411
  {
3412
  "avoid_claiming_now": [
 
3422
  "procedure and subtask labels"
3423
  ],
3424
  "current_maturity": "Feasible but gated by action-target conversion.",
3425
+ "diagram_flow": [
3426
+ {
3427
+ "items": [
3428
+ "egocentric video and captions",
3429
+ "objects, contacts, and procedures",
3430
+ "hand/body motion windows",
3431
+ "subtask labels and language context"
3432
+ ],
3433
+ "stage": "inputs"
3434
+ },
3435
+ {
3436
+ "items": [
3437
+ "action-token vocabulary",
3438
+ "next action and action chunks",
3439
+ "object-conditioned actions",
3440
+ "contact state and subtask transition"
3441
+ ],
3442
+ "stage": "tasks_targets"
3443
+ },
3444
+ {
3445
+ "items": [
3446
+ "build action-space converter",
3447
+ "normalize and audit action chunks",
3448
+ "train VLA/policy-compatible head",
3449
+ "track leakage and retargeting reports"
3450
+ ],
3451
+ "stage": "train_models"
3452
+ },
3453
+ {
3454
+ "items": [
3455
+ "held-out action metrics",
3456
+ "chunk and next-action accuracy",
3457
+ "object/contact-conditioned scores",
3458
+ "policy card before robot-policy claim"
3459
+ ],
3460
+ "stage": "evaluate_gates"
3461
+ }
3462
+ ],
3463
+ "diagram_image": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
3464
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
3465
  "id": "vision_language_action",
3466
+ "image_alt": "Task-training diagram for the vision-language-action pipeline: observation and language inputs, action targets, VLA training route, and action evaluation gates.",
3467
  "intermediate_artifacts": [
3468
  "action-token vocabulary",
3469
  "action-chunk windows",
 
3482
  "policy or VLA held-out metrics"
3483
  ],
3484
  "question": "Can the model turn what it sees and reads into action?",
3485
+ "title": "Vision-language-action models",
3486
+ "website_image": "assets/foundation-pipelines/vision-language-action-pipeline.png"
3487
  }
3488
  ]
3489
  },
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-17T15:17:20+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-17T16:23:24+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-17T15:17:20+00:00",
4
  "summary": {
5
  "task_count": 12,
6
  "expected_task_count": 12,
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:23:24+00:00",
4
  "summary": {
5
  "task_count": 12,
6
  "expected_task_count": 12,
docs/data/three_foundation_pipelines.json CHANGED
@@ -3,12 +3,14 @@
3
  "status": "pipeline_plan",
4
  "source_document": "THREE_FOUNDATION_PIPELINES.md",
5
  "claim_boundary": "These are supported pipeline directions, not three completed model-quality claims.",
6
- "placeholder_assets": {
7
- "status": "published_placeholders",
8
  "asset_root": "docs/assets/foundation-pipelines",
9
- "source": "ChatGPT image generation with repo-local prompt notes",
10
  "source_prompt_file": "docs/assets/foundation-pipelines/prompts.md",
11
- "note": "Images are visual placeholders for pipeline tracks. Technical claims remain governed by the Markdown/JSON contracts and verified metrics."
 
 
12
  },
13
  "shared_principles": [
14
  "Use episode-level train/validation/test separation.",
@@ -51,9 +53,47 @@
51
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
52
  "current_maturity": "Ready as a pipeline and evaluation contract.",
53
  "next_gate": "Raw depth and pose artifacts plus held-out multi-episode spatial metrics.",
54
- "placeholder_image": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
55
  "website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
56
- "image_alt": "Placeholder visual for the spatial intelligence pipeline: multiview video, depth, and pose inputs feeding scene memory and spatial reasoning outputs.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  "avoid_claiming_now": [
58
  "full neural rendering",
59
  "full 3D reconstruction",
@@ -92,9 +132,47 @@
92
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
93
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
94
  "next_gate": "Stronger future-state metrics, qualitative future examples, and held-out episode breakdowns.",
95
- "placeholder_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
96
  "website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
97
- "image_alt": "Placeholder visual for the human-video world model pipeline: observed interaction windows feeding temporal dynamics and future-state outputs.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  "avoid_claiming_now": [
99
  "strong world model from structured future-task scores alone",
100
  "visual future quality without visual or latent future metrics"
@@ -131,9 +209,47 @@
131
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
132
  "current_maturity": "Feasible but gated by action-target conversion.",
133
  "next_gate": "Traceable action tokens, normalization, retargeting metadata, and held-out policy metrics.",
134
- "placeholder_image": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
135
  "website_image": "assets/foundation-pipelines/vision-language-action-pipeline.png",
136
- "image_alt": "Placeholder visual for the vision-language-action pipeline: video, language, motion, and contact cues feeding action-chunk outputs.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  "avoid_claiming_now": [
138
  "robot policy quality",
139
  "policy generalization before action-space evidence exists"
 
3
  "status": "pipeline_plan",
4
  "source_document": "THREE_FOUNDATION_PIPELINES.md",
5
  "claim_boundary": "These are supported pipeline directions, not three completed model-quality claims.",
6
+ "diagram_assets": {
7
+ "status": "published_task_training_diagrams",
8
  "asset_root": "docs/assets/foundation-pipelines",
9
+ "source": "ChatGPT image-generation prompt exploration with deterministic repo-rendered labels",
10
  "source_prompt_file": "docs/assets/foundation-pipelines/prompts.md",
11
+ "renderer_script": "scripts/render_foundation_pipeline_diagrams.py",
12
+ "diagram_type": "inputs_to_tasks_to_training_to_evaluation",
13
+ "note": "Images are task-training communication diagrams for pipeline tracks. Technical claims remain governed by the Markdown/JSON contracts and verified metrics."
14
  },
15
  "shared_principles": [
16
  "Use episode-level train/validation/test separation.",
 
53
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
54
  "current_maturity": "Ready as a pipeline and evaluation contract.",
55
  "next_gate": "Raw depth and pose artifacts plus held-out multi-episode spatial metrics.",
56
+ "diagram_image": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
57
  "website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
58
+ "image_alt": "Task-training diagram for the spatial intelligence pipeline: inputs, spatial task targets, model training route, and evaluation gates.",
59
+ "diagram_flow": [
60
+ {
61
+ "stage": "inputs",
62
+ "items": [
63
+ "multiview RGB plus egocentric video",
64
+ "metric depth and confidence",
65
+ "camera pose, calibration, SLAM",
66
+ "object, contact, and language cues"
67
+ ]
68
+ },
69
+ {
70
+ "stage": "tasks_targets",
71
+ "items": [
72
+ "spatial QA and object count",
73
+ "object permanence across windows",
74
+ "relative location and retrieval",
75
+ "pose-aware 3D consistency"
76
+ ]
77
+ },
78
+ {
79
+ "stage": "train_models",
80
+ "items": [
81
+ "export scene/object memory records",
82
+ "train spatial-memory encoder",
83
+ "add geometry-aware QA and retrieval heads",
84
+ "keep episode-level split discipline"
85
+ ]
86
+ },
87
+ {
88
+ "stage": "evaluate_gates",
89
+ "items": [
90
+ "held-out episode spatial metrics",
91
+ "count and relation accuracy",
92
+ "retrieval rank and consistency",
93
+ "saved predictions before public claim"
94
+ ]
95
+ }
96
+ ],
97
  "avoid_claiming_now": [
98
  "full neural rendering",
99
  "full 3D reconstruction",
 
132
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
133
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
134
  "next_gate": "Stronger future-state metrics, qualitative future examples, and held-out episode breakdowns.",
135
+ "diagram_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
136
  "website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
137
+ "image_alt": "Task-training diagram for the human-video world model pipeline: observed-window inputs, future targets, model training route, and held-out evaluation gates.",
138
+ "diagram_flow": [
139
+ {
140
+ "stage": "inputs",
141
+ "items": [
142
+ "observed video/audio/sensor window",
143
+ "hand/body motion and camera pose",
144
+ "object/contact state",
145
+ "action and subtask labels"
146
+ ]
147
+ },
148
+ {
149
+ "stage": "tasks_targets",
150
+ "items": [
151
+ "next action and next subtask",
152
+ "future object set",
153
+ "contact transition",
154
+ "camera-motion delta or latent future"
155
+ ]
156
+ },
157
+ {
158
+ "stage": "train_models",
159
+ "items": [
160
+ "Qwen structured future probes",
161
+ "Cosmos/dynamics branch separately",
162
+ "latent rollout or reconstruction loss",
163
+ "no target-side future leakage"
164
+ ]
165
+ },
166
+ {
167
+ "stage": "evaluate_gates",
168
+ "items": [
169
+ "held-out future-task metrics",
170
+ "contact and object-set F1",
171
+ "rollout or latent consistency",
172
+ "per-episode breakdown and examples"
173
+ ]
174
+ }
175
+ ],
176
  "avoid_claiming_now": [
177
  "strong world model from structured future-task scores alone",
178
  "visual future quality without visual or latent future metrics"
 
209
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
210
  "current_maturity": "Feasible but gated by action-target conversion.",
211
  "next_gate": "Traceable action tokens, normalization, retargeting metadata, and held-out policy metrics.",
212
+ "diagram_image": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
213
  "website_image": "assets/foundation-pipelines/vision-language-action-pipeline.png",
214
+ "image_alt": "Task-training diagram for the vision-language-action pipeline: observation and language inputs, action targets, VLA training route, and action evaluation gates.",
215
+ "diagram_flow": [
216
+ {
217
+ "stage": "inputs",
218
+ "items": [
219
+ "egocentric video and captions",
220
+ "objects, contacts, and procedures",
221
+ "hand/body motion windows",
222
+ "subtask labels and language context"
223
+ ]
224
+ },
225
+ {
226
+ "stage": "tasks_targets",
227
+ "items": [
228
+ "action-token vocabulary",
229
+ "next action and action chunks",
230
+ "object-conditioned actions",
231
+ "contact state and subtask transition"
232
+ ]
233
+ },
234
+ {
235
+ "stage": "train_models",
236
+ "items": [
237
+ "build action-space converter",
238
+ "normalize and audit action chunks",
239
+ "train VLA/policy-compatible head",
240
+ "track leakage and retargeting reports"
241
+ ]
242
+ },
243
+ {
244
+ "stage": "evaluate_gates",
245
+ "items": [
246
+ "held-out action metrics",
247
+ "chunk and next-action accuracy",
248
+ "object/contact-conditioned scores",
249
+ "policy card before robot-policy claim"
250
+ ]
251
+ }
252
+ ],
253
  "avoid_claiming_now": [
254
  "robot policy quality",
255
  "policy generalization before action-space evidence exists"
docs/data/website_integrity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-17T15:17:21+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": 88890,
84
- "evidence_index": 119623
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": 88890,
163
- "protocol_index": 115804,
164
- "evidence_index": 119623
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
@@ -301,7 +301,7 @@
301
  },
302
  {
303
  "path": "data/artifact_index.json",
304
- "bytes": 111262,
305
  "top_level_type": "dict"
306
  },
307
  {
@@ -331,7 +331,7 @@
331
  },
332
  {
333
  "path": "data/figure_index.json",
334
- "bytes": 19501,
335
  "top_level_type": "dict"
336
  },
337
  {
@@ -341,12 +341,12 @@
341
  },
342
  {
343
  "path": "data/live_publication_status.json",
344
- "bytes": 149465,
345
  "top_level_type": "dict"
346
  },
347
  {
348
  "path": "data/mirror_parity.json",
349
- "bytes": 902747,
350
  "top_level_type": "dict"
351
  },
352
  {
@@ -391,7 +391,7 @@
391
  },
392
  {
393
  "path": "data/publication_audit.json",
394
- "bytes": 8299,
395
  "top_level_type": "dict"
396
  },
397
  {
@@ -441,7 +441,7 @@
441
  },
442
  {
443
  "path": "data/research_roadmap_interactive.json",
444
- "bytes": 150170,
445
  "top_level_type": "dict"
446
  },
447
  {
@@ -506,7 +506,7 @@
506
  },
507
  {
508
  "path": "data/three_foundation_pipelines.json",
509
- "bytes": 6518,
510
  "top_level_type": "dict"
511
  },
512
  {
@@ -521,7 +521,7 @@
521
  },
522
  {
523
  "path": "data/website_integrity.json",
524
- "bytes": 19052,
525
  "top_level_type": "dict"
526
  },
527
  {
@@ -633,25 +633,25 @@
633
  {
634
  "path": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
635
  "exists": true,
636
- "bytes": 2356312,
637
- "width": 1672,
638
- "height": 941,
639
  "format": "PNG"
640
  },
641
  {
642
  "path": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
643
  "exists": true,
644
- "bytes": 2337155,
645
- "width": 1672,
646
- "height": 941,
647
  "format": "PNG"
648
  },
649
  {
650
  "path": "assets/foundation-pipelines/vision-language-action-pipeline.png",
651
  "exists": true,
652
- "bytes": 2421011,
653
- "width": 1672,
654
- "height": 941,
655
  "format": "PNG"
656
  },
657
  {
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:23:24+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": 89133,
84
+ "evidence_index": 119986
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": 89133,
163
+ "protocol_index": 116167,
164
+ "evidence_index": 119986
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
 
301
  },
302
  {
303
  "path": "data/artifact_index.json",
304
+ "bytes": 111336,
305
  "top_level_type": "dict"
306
  },
307
  {
 
331
  },
332
  {
333
  "path": "data/figure_index.json",
334
+ "bytes": 19580,
335
  "top_level_type": "dict"
336
  },
337
  {
 
341
  },
342
  {
343
  "path": "data/live_publication_status.json",
344
+ "bytes": 161420,
345
  "top_level_type": "dict"
346
  },
347
  {
348
  "path": "data/mirror_parity.json",
349
+ "bytes": 910892,
350
  "top_level_type": "dict"
351
  },
352
  {
 
391
  },
392
  {
393
  "path": "data/publication_audit.json",
394
+ "bytes": 8604,
395
  "top_level_type": "dict"
396
  },
397
  {
 
441
  },
442
  {
443
  "path": "data/research_roadmap_interactive.json",
444
+ "bytes": 154846,
445
  "top_level_type": "dict"
446
  },
447
  {
 
506
  },
507
  {
508
  "path": "data/three_foundation_pipelines.json",
509
+ "bytes": 10084,
510
  "top_level_type": "dict"
511
  },
512
  {
 
521
  },
522
  {
523
  "path": "data/website_integrity.json",
524
+ "bytes": 19664,
525
  "top_level_type": "dict"
526
  },
527
  {
 
633
  {
634
  "path": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
635
  "exists": true,
636
+ "bytes": 249668,
637
+ "width": 1800,
638
+ "height": 1012,
639
  "format": "PNG"
640
  },
641
  {
642
  "path": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
643
  "exists": true,
644
+ "bytes": 252509,
645
+ "width": 1800,
646
+ "height": 1012,
647
  "format": "PNG"
648
  },
649
  {
650
  "path": "assets/foundation-pipelines/vision-language-action-pipeline.png",
651
  "exists": true,
652
+ "bytes": 255706,
653
+ "width": 1800,
654
+ "height": 1012,
655
  "format": "PNG"
656
  },
657
  {
docs/index.html CHANGED
@@ -620,12 +620,14 @@
620
  }
621
  .foundation-pipeline-grid {
622
  display: grid;
623
- grid-template-columns: repeat(3, minmax(0, 1fr));
624
  gap: 18px;
625
  margin: 0 0 28px;
626
  }
627
  .foundation-pipeline-card {
628
  min-width: 0;
 
 
629
  border: 1px solid var(--line);
630
  border-radius: var(--radius);
631
  overflow: hidden;
@@ -637,9 +639,11 @@
637
  .foundation-pipeline-card img {
638
  display: block;
639
  width: 100%;
 
 
640
  aspect-ratio: 16 / 9;
641
- object-fit: cover;
642
- border-bottom: 1px solid var(--line);
643
  background: #020502;
644
  }
645
  .foundation-pipeline-body {
@@ -2702,7 +2706,12 @@
2702
  .section-tabs { padding-top: 10px; }
2703
  .figure-brief,
2704
  .split-radar-grid,
2705
- .foundation-pipeline-grid { grid-template-columns: 1fr; }
 
 
 
 
 
2706
  .hero-stats, .models, .task-grid, .artifact-grid, .evidence-grid, .reading-grid, .snapshot-grid, .roadmap-grid, .brief-grid, .boundary-strip, .callout-row, .direction-grid, .baseline-strip, .extension-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
2707
  .brief-panel-head { grid-template-columns: 1fr; align-items: start; }
2708
  .task-player { grid-template-columns: 1fr; }
@@ -3263,13 +3272,13 @@
3263
  <h2>Additional development directions.</h2>
3264
  <p>Beyond the current task heads, Qwen3-Omni fine-tuning path, Cosmos/world-model branch, and future native pretraining goal, Xperience-10M can support three foundation pipeline tracks plus several concrete research-development tracks.</p>
3265
  </div>
3266
- <div class="foundation-pipeline-grid" aria-label="Three foundation model training pipeline placeholders">
3267
  <article class="foundation-pipeline-card">
3268
- <img src="assets/foundation-pipelines/spatial-intelligence-pipeline.png?v=foundation-pipelines-v1" alt="Placeholder visual for the spatial intelligence pipeline: multiview video, depth, and pose inputs feeding scene memory and spatial reasoning outputs.">
3269
  <div class="foundation-pipeline-body">
3270
- <span>Pipeline placeholder</span>
3271
  <h3>Spatial intelligence models</h3>
3272
- <p>Build scene/object memory targets from multiview RGB, depth, pose, calibration, object cues, and language prompts, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.</p>
3273
  <div class="foundation-pipeline-links">
3274
  <a href="data/three_foundation_pipelines.json">Track JSON</a>
3275
  <a href="assets/foundation-pipelines/spatial-intelligence-pipeline.png">Open image</a>
@@ -3277,11 +3286,11 @@
3277
  </div>
3278
  </article>
3279
  <article class="foundation-pipeline-card">
3280
- <img src="assets/foundation-pipelines/human-video-world-model-pipeline.png?v=foundation-pipelines-v1" alt="Placeholder visual for the human-video world model pipeline: observed interaction windows feeding temporal dynamics and future-state outputs.">
3281
  <div class="foundation-pipeline-body">
3282
- <span>Pipeline placeholder</span>
3283
  <h3>Human-video world models</h3>
3284
- <p>Predict next action, next subtask, future object set, contact transitions, camera-motion deltas, and latent future state from observed interaction windows, with Cosmos-style dynamics metrics kept separate.</p>
3285
  <div class="foundation-pipeline-links">
3286
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/THREE_FOUNDATION_PIPELINES.md">Track note</a>
3287
  <a href="assets/foundation-pipelines/human-video-world-model-pipeline.png">Open image</a>
@@ -3289,11 +3298,11 @@
3289
  </div>
3290
  </article>
3291
  <article class="foundation-pipeline-card">
3292
- <img src="assets/foundation-pipelines/vision-language-action-pipeline.png?v=foundation-pipelines-v1" alt="Placeholder visual for the vision-language-action pipeline: video, language, motion, and contact cues feeding action-chunk outputs.">
3293
  <div class="foundation-pipeline-body">
3294
- <span>Pipeline placeholder</span>
3295
  <h3>Vision-language-action models</h3>
3296
- <p>Convert egocentric video, captions, hand/body motion, contacts, and objects into traceable action chunks or policy-compatible targets before claiming VLA or robot policy quality.</p>
3297
  <div class="foundation-pipeline-links">
3298
  <a href="data/three_foundation_pipelines.json">Track contract</a>
3299
  <a href="assets/foundation-pipelines/vision-language-action-pipeline.png">Open image</a>
 
620
  }
621
  .foundation-pipeline-grid {
622
  display: grid;
623
+ grid-template-columns: 1fr;
624
  gap: 18px;
625
  margin: 0 0 28px;
626
  }
627
  .foundation-pipeline-card {
628
  min-width: 0;
629
+ display: grid;
630
+ grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
631
  border: 1px solid var(--line);
632
  border-radius: var(--radius);
633
  overflow: hidden;
 
639
  .foundation-pipeline-card img {
640
  display: block;
641
  width: 100%;
642
+ height: 100%;
643
+ min-height: 320px;
644
  aspect-ratio: 16 / 9;
645
+ object-fit: contain;
646
+ border-right: 1px solid var(--line);
647
  background: #020502;
648
  }
649
  .foundation-pipeline-body {
 
2706
  .section-tabs { padding-top: 10px; }
2707
  .figure-brief,
2708
  .split-radar-grid,
2709
+ .foundation-pipeline-card { display: block; }
2710
+ .foundation-pipeline-card img {
2711
+ min-height: 0;
2712
+ border-right: 0;
2713
+ border-bottom: 1px solid var(--line);
2714
+ }
2715
  .hero-stats, .models, .task-grid, .artifact-grid, .evidence-grid, .reading-grid, .snapshot-grid, .roadmap-grid, .brief-grid, .boundary-strip, .callout-row, .direction-grid, .baseline-strip, .extension-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
2716
  .brief-panel-head { grid-template-columns: 1fr; align-items: start; }
2717
  .task-player { grid-template-columns: 1fr; }
 
3272
  <h2>Additional development directions.</h2>
3273
  <p>Beyond the current task heads, Qwen3-Omni fine-tuning path, Cosmos/world-model branch, and future native pretraining goal, Xperience-10M can support three foundation pipeline tracks plus several concrete research-development tracks.</p>
3274
  </div>
3275
+ <div class="foundation-pipeline-grid" aria-label="Three foundation model task-training diagrams">
3276
  <article class="foundation-pipeline-card">
3277
+ <img src="assets/foundation-pipelines/spatial-intelligence-pipeline.png?v=foundation-pipelines-v2" alt="Task-training diagram for the spatial intelligence pipeline: inputs, spatial task targets, model training route, and evaluation gates.">
3278
  <div class="foundation-pipeline-body">
3279
+ <span>Task-training diagram</span>
3280
  <h3>Spatial intelligence models</h3>
3281
+ <p>Train spatial-memory models from multiview RGB, egocentric video, depth, pose, calibration, object/contact cues, and language prompts; evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.</p>
3282
  <div class="foundation-pipeline-links">
3283
  <a href="data/three_foundation_pipelines.json">Track JSON</a>
3284
  <a href="assets/foundation-pipelines/spatial-intelligence-pipeline.png">Open image</a>
 
3286
  </div>
3287
  </article>
3288
  <article class="foundation-pipeline-card">
3289
+ <img src="assets/foundation-pipelines/human-video-world-model-pipeline.png?v=foundation-pipelines-v2" alt="Task-training diagram for the human-video world model pipeline: observed-window inputs, future targets, model training route, and held-out evaluation gates.">
3290
  <div class="foundation-pipeline-body">
3291
+ <span>Task-training diagram</span>
3292
  <h3>Human-video world models</h3>
3293
+ <p>Train future-prediction models from observed interaction windows to score next action, next subtask, future object set, contact transition, camera-motion delta, and latent future state, with Qwen-style probes and Cosmos-style dynamics kept separate.</p>
3294
  <div class="foundation-pipeline-links">
3295
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/THREE_FOUNDATION_PIPELINES.md">Track note</a>
3296
  <a href="assets/foundation-pipelines/human-video-world-model-pipeline.png">Open image</a>
 
3298
  </div>
3299
  </article>
3300
  <article class="foundation-pipeline-card">
3301
+ <img src="assets/foundation-pipelines/vision-language-action-pipeline.png?v=foundation-pipelines-v2" alt="Task-training diagram for the vision-language-action pipeline: observation and language inputs, action targets, VLA training route, and action evaluation gates.">
3302
  <div class="foundation-pipeline-body">
3303
+ <span>Task-training diagram</span>
3304
  <h3>Vision-language-action models</h3>
3305
+ <p>Train VLA or policy-compatible heads only after converting egocentric video, captions, hand/body motion, contacts, objects, and procedures into traceable action tokens, chunks, and object-conditioned action targets.</p>
3306
  <div class="foundation-pipeline-links">
3307
  <a href="data/three_foundation_pipelines.json">Track contract</a>
3308
  <a href="assets/foundation-pipelines/vision-language-action-pipeline.png">Open image</a>
index.html CHANGED
@@ -620,12 +620,14 @@
620
  }
621
  .foundation-pipeline-grid {
622
  display: grid;
623
- grid-template-columns: repeat(3, minmax(0, 1fr));
624
  gap: 18px;
625
  margin: 0 0 28px;
626
  }
627
  .foundation-pipeline-card {
628
  min-width: 0;
 
 
629
  border: 1px solid var(--line);
630
  border-radius: var(--radius);
631
  overflow: hidden;
@@ -637,9 +639,11 @@
637
  .foundation-pipeline-card img {
638
  display: block;
639
  width: 100%;
 
 
640
  aspect-ratio: 16 / 9;
641
- object-fit: cover;
642
- border-bottom: 1px solid var(--line);
643
  background: #020502;
644
  }
645
  .foundation-pipeline-body {
@@ -2702,7 +2706,12 @@
2702
  .section-tabs { padding-top: 10px; }
2703
  .figure-brief,
2704
  .split-radar-grid,
2705
- .foundation-pipeline-grid { grid-template-columns: 1fr; }
 
 
 
 
 
2706
  .hero-stats, .models, .task-grid, .artifact-grid, .evidence-grid, .reading-grid, .snapshot-grid, .roadmap-grid, .brief-grid, .boundary-strip, .callout-row, .direction-grid, .baseline-strip, .extension-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
2707
  .brief-panel-head { grid-template-columns: 1fr; align-items: start; }
2708
  .task-player { grid-template-columns: 1fr; }
@@ -3263,13 +3272,13 @@
3263
  <h2>Additional development directions.</h2>
3264
  <p>Beyond the current task heads, Qwen3-Omni fine-tuning path, Cosmos/world-model branch, and future native pretraining goal, Xperience-10M can support three foundation pipeline tracks plus several concrete research-development tracks.</p>
3265
  </div>
3266
- <div class="foundation-pipeline-grid" aria-label="Three foundation model training pipeline placeholders">
3267
  <article class="foundation-pipeline-card">
3268
- <img src="assets/foundation-pipelines/spatial-intelligence-pipeline.png?v=foundation-pipelines-v1" alt="Placeholder visual for the spatial intelligence pipeline: multiview video, depth, and pose inputs feeding scene memory and spatial reasoning outputs.">
3269
  <div class="foundation-pipeline-body">
3270
- <span>Pipeline placeholder</span>
3271
  <h3>Spatial intelligence models</h3>
3272
- <p>Build scene/object memory targets from multiview RGB, depth, pose, calibration, object cues, and language prompts, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.</p>
3273
  <div class="foundation-pipeline-links">
3274
  <a href="data/three_foundation_pipelines.json">Track JSON</a>
3275
  <a href="assets/foundation-pipelines/spatial-intelligence-pipeline.png">Open image</a>
@@ -3277,11 +3286,11 @@
3277
  </div>
3278
  </article>
3279
  <article class="foundation-pipeline-card">
3280
- <img src="assets/foundation-pipelines/human-video-world-model-pipeline.png?v=foundation-pipelines-v1" alt="Placeholder visual for the human-video world model pipeline: observed interaction windows feeding temporal dynamics and future-state outputs.">
3281
  <div class="foundation-pipeline-body">
3282
- <span>Pipeline placeholder</span>
3283
  <h3>Human-video world models</h3>
3284
- <p>Predict next action, next subtask, future object set, contact transitions, camera-motion deltas, and latent future state from observed interaction windows, with Cosmos-style dynamics metrics kept separate.</p>
3285
  <div class="foundation-pipeline-links">
3286
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/THREE_FOUNDATION_PIPELINES.md">Track note</a>
3287
  <a href="assets/foundation-pipelines/human-video-world-model-pipeline.png">Open image</a>
@@ -3289,11 +3298,11 @@
3289
  </div>
3290
  </article>
3291
  <article class="foundation-pipeline-card">
3292
- <img src="assets/foundation-pipelines/vision-language-action-pipeline.png?v=foundation-pipelines-v1" alt="Placeholder visual for the vision-language-action pipeline: video, language, motion, and contact cues feeding action-chunk outputs.">
3293
  <div class="foundation-pipeline-body">
3294
- <span>Pipeline placeholder</span>
3295
  <h3>Vision-language-action models</h3>
3296
- <p>Convert egocentric video, captions, hand/body motion, contacts, and objects into traceable action chunks or policy-compatible targets before claiming VLA or robot policy quality.</p>
3297
  <div class="foundation-pipeline-links">
3298
  <a href="data/three_foundation_pipelines.json">Track contract</a>
3299
  <a href="assets/foundation-pipelines/vision-language-action-pipeline.png">Open image</a>
 
620
  }
621
  .foundation-pipeline-grid {
622
  display: grid;
623
+ grid-template-columns: 1fr;
624
  gap: 18px;
625
  margin: 0 0 28px;
626
  }
627
  .foundation-pipeline-card {
628
  min-width: 0;
629
+ display: grid;
630
+ grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
631
  border: 1px solid var(--line);
632
  border-radius: var(--radius);
633
  overflow: hidden;
 
639
  .foundation-pipeline-card img {
640
  display: block;
641
  width: 100%;
642
+ height: 100%;
643
+ min-height: 320px;
644
  aspect-ratio: 16 / 9;
645
+ object-fit: contain;
646
+ border-right: 1px solid var(--line);
647
  background: #020502;
648
  }
649
  .foundation-pipeline-body {
 
2706
  .section-tabs { padding-top: 10px; }
2707
  .figure-brief,
2708
  .split-radar-grid,
2709
+ .foundation-pipeline-card { display: block; }
2710
+ .foundation-pipeline-card img {
2711
+ min-height: 0;
2712
+ border-right: 0;
2713
+ border-bottom: 1px solid var(--line);
2714
+ }
2715
  .hero-stats, .models, .task-grid, .artifact-grid, .evidence-grid, .reading-grid, .snapshot-grid, .roadmap-grid, .brief-grid, .boundary-strip, .callout-row, .direction-grid, .baseline-strip, .extension-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
2716
  .brief-panel-head { grid-template-columns: 1fr; align-items: start; }
2717
  .task-player { grid-template-columns: 1fr; }
 
3272
  <h2>Additional development directions.</h2>
3273
  <p>Beyond the current task heads, Qwen3-Omni fine-tuning path, Cosmos/world-model branch, and future native pretraining goal, Xperience-10M can support three foundation pipeline tracks plus several concrete research-development tracks.</p>
3274
  </div>
3275
+ <div class="foundation-pipeline-grid" aria-label="Three foundation model task-training diagrams">
3276
  <article class="foundation-pipeline-card">
3277
+ <img src="assets/foundation-pipelines/spatial-intelligence-pipeline.png?v=foundation-pipelines-v2" alt="Task-training diagram for the spatial intelligence pipeline: inputs, spatial task targets, model training route, and evaluation gates.">
3278
  <div class="foundation-pipeline-body">
3279
+ <span>Task-training diagram</span>
3280
  <h3>Spatial intelligence models</h3>
3281
+ <p>Train spatial-memory models from multiview RGB, egocentric video, depth, pose, calibration, object/contact cues, and language prompts; evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.</p>
3282
  <div class="foundation-pipeline-links">
3283
  <a href="data/three_foundation_pipelines.json">Track JSON</a>
3284
  <a href="assets/foundation-pipelines/spatial-intelligence-pipeline.png">Open image</a>
 
3286
  </div>
3287
  </article>
3288
  <article class="foundation-pipeline-card">
3289
+ <img src="assets/foundation-pipelines/human-video-world-model-pipeline.png?v=foundation-pipelines-v2" alt="Task-training diagram for the human-video world model pipeline: observed-window inputs, future targets, model training route, and held-out evaluation gates.">
3290
  <div class="foundation-pipeline-body">
3291
+ <span>Task-training diagram</span>
3292
  <h3>Human-video world models</h3>
3293
+ <p>Train future-prediction models from observed interaction windows to score next action, next subtask, future object set, contact transition, camera-motion delta, and latent future state, with Qwen-style probes and Cosmos-style dynamics kept separate.</p>
3294
  <div class="foundation-pipeline-links">
3295
  <a href="https://github.com/ChaoYue0307/ropedia-xperience-10m-task-suite/blob/main/THREE_FOUNDATION_PIPELINES.md">Track note</a>
3296
  <a href="assets/foundation-pipelines/human-video-world-model-pipeline.png">Open image</a>
 
3298
  </div>
3299
  </article>
3300
  <article class="foundation-pipeline-card">
3301
+ <img src="assets/foundation-pipelines/vision-language-action-pipeline.png?v=foundation-pipelines-v2" alt="Task-training diagram for the vision-language-action pipeline: observation and language inputs, action targets, VLA training route, and action evaluation gates.">
3302
  <div class="foundation-pipeline-body">
3303
+ <span>Task-training diagram</span>
3304
  <h3>Vision-language-action models</h3>
3305
+ <p>Train VLA or policy-compatible heads only after converting egocentric video, captions, hand/body motion, contacts, objects, and procedures into traceable action tokens, chunks, and object-conditioned action targets.</p>
3306
  <div class="foundation-pipeline-links">
3307
  <a href="data/three_foundation_pipelines.json">Track contract</a>
3308
  <a href="assets/foundation-pipelines/vision-language-action-pipeline.png">Open image</a>
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-17T15:16:18+00:00",
4
  "status": "pass",
5
  "artifact_count": 204,
6
  "missing": [],
@@ -135,8 +135,8 @@
135
  "surface": "repo_hf",
136
  "shows": "Frames spatial intelligence, human-video world modeling, and vision-language-action as three pipeline tracks with explicit inputs, outputs, maturity, and next evidence gates.",
137
  "exists": true,
138
- "bytes": 7437,
139
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
140
  },
141
  {
142
  "id": "three_foundation_pipelines_json",
@@ -146,41 +146,41 @@
146
  "surface": "website_hf",
147
  "shows": "Machine-readable pipeline-track contract for the website and Hugging Face mirrors.",
148
  "exists": true,
149
- "bytes": 6518,
150
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
151
  },
152
  {
153
- "id": "spatial_intelligence_pipeline_placeholder",
154
- "title": "Spatial intelligence pipeline placeholder",
155
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
156
  "kind": "visual_asset",
157
  "surface": "website_hf",
158
- "shows": "ChatGPT image-generated placeholder visual for the spatial intelligence model training pipeline.",
159
  "exists": true,
160
- "bytes": 2337155,
161
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
162
  },
163
  {
164
- "id": "human_video_world_model_pipeline_placeholder",
165
- "title": "Human-video world model pipeline placeholder",
166
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
167
  "kind": "visual_asset",
168
  "surface": "website_hf",
169
- "shows": "ChatGPT image-generated placeholder visual for the human-video world-model training pipeline.",
170
  "exists": true,
171
- "bytes": 2356312,
172
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
173
  },
174
  {
175
- "id": "vision_language_action_pipeline_placeholder",
176
- "title": "Vision-language-action pipeline placeholder",
177
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
178
  "kind": "visual_asset",
179
  "surface": "website_hf",
180
- "shows": "ChatGPT image-generated placeholder visual for the vision-language-action training pipeline.",
181
  "exists": true,
182
- "bytes": 2421011,
183
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
184
  },
185
  {
186
  "id": "omni_model_extension_contract",
@@ -521,7 +521,7 @@
521
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
522
  "exists": true,
523
  "bytes": 4432,
524
- "sha256": "5d013c6820fb7f582b4b4b9a55f98de20168ea1947d4bea64e11d16dbd521428"
525
  },
526
  {
527
  "id": "source_alignment_validator",
@@ -938,8 +938,8 @@
938
  "surface": "repo_hf",
939
  "shows": "Catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts.",
940
  "exists": true,
941
- "bytes": 6217,
942
- "sha256": "5ec54cfb09114042ada7aad54b3c8143b9b305bcd1f8ffd65d9f5116f3f19481"
943
  },
944
  {
945
  "id": "figure_index_json",
@@ -949,8 +949,8 @@
949
  "surface": "website_hf",
950
  "shows": "Machine-readable visual asset index for website and Hugging Face mirrors.",
951
  "exists": true,
952
- "bytes": 17287,
953
- "sha256": "06a5854e14fb64e435d02e6fd5f476b37e9e3b981cf1d8b39fea3809f8ff5eaf"
954
  },
955
  {
956
  "id": "figure_index_builder",
@@ -960,8 +960,8 @@
960
  "surface": "repo_hf",
961
  "shows": "Regenerates visual-asset hashes, dimensions, and source-script provenance.",
962
  "exists": true,
963
- "bytes": 16864,
964
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
965
  },
966
  {
967
  "id": "brand_assets_json",
@@ -1130,7 +1130,7 @@
1130
  "volatile": true,
1131
  "shows": "Records the last live GitHub/HF URL verification after upload.",
1132
  "exists": true,
1133
- "bytes": 149465,
1134
  "hash_policy": "existence_and_size_only"
1135
  },
1136
  {
@@ -1141,8 +1141,8 @@
1141
  "surface": "repo",
1142
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
1143
  "exists": true,
1144
- "bytes": 60253,
1145
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
1146
  },
1147
  {
1148
  "id": "reproducibility_contract",
@@ -1174,8 +1174,8 @@
1174
  "surface": "repo_hf",
1175
  "shows": "Generates the selective artifact catalog from local files.",
1176
  "exists": true,
1177
- "bytes": 59218,
1178
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
1179
  },
1180
  {
1181
  "id": "publication_audit",
@@ -1186,7 +1186,7 @@
1186
  "volatile": true,
1187
  "shows": "Confirms public bundles exclude raw data, caches, heavy archives, and credential text.",
1188
  "exists": true,
1189
- "bytes": 8299,
1190
  "hash_policy": "existence_and_size_only"
1191
  },
1192
  {
@@ -1210,7 +1210,7 @@
1210
  "volatile": true,
1211
  "shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
1212
  "exists": true,
1213
- "bytes": 902747,
1214
  "hash_policy": "existence_and_size_only"
1215
  },
1216
  {
@@ -1222,7 +1222,7 @@
1222
  "volatile": true,
1223
  "shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
1224
  "exists": true,
1225
- "bytes": 19052,
1226
  "hash_policy": "existence_and_size_only"
1227
  },
1228
  {
 
1
  {
2
  "title": "Ropedia Xperience-10M Task Suite Artifact Index",
3
+ "generated_at_utc": "2026-06-17T16:20:42+00:00",
4
  "status": "pass",
5
  "artifact_count": 204,
6
  "missing": [],
 
135
  "surface": "repo_hf",
136
  "shows": "Frames spatial intelligence, human-video world modeling, and vision-language-action as three pipeline tracks with explicit inputs, outputs, maturity, and next evidence gates.",
137
  "exists": true,
138
+ "bytes": 7710,
139
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
140
  },
141
  {
142
  "id": "three_foundation_pipelines_json",
 
146
  "surface": "website_hf",
147
  "shows": "Machine-readable pipeline-track contract for the website and Hugging Face mirrors.",
148
  "exists": true,
149
+ "bytes": 10084,
150
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
151
  },
152
  {
153
+ "id": "spatial_intelligence_task_training_diagram",
154
+ "title": "Spatial intelligence task-training diagram",
155
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
156
  "kind": "visual_asset",
157
  "surface": "website_hf",
158
+ "shows": "Inputs-to-tasks-to-training-to-evaluation diagram for the spatial intelligence model training pipeline.",
159
  "exists": true,
160
+ "bytes": 252509,
161
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
162
  },
163
  {
164
+ "id": "human_video_world_model_task_training_diagram",
165
+ "title": "Human-video world model task-training diagram",
166
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
167
  "kind": "visual_asset",
168
  "surface": "website_hf",
169
+ "shows": "Observed-window-to-future-targets-to-training-to-evaluation diagram for the human-video world-model training pipeline.",
170
  "exists": true,
171
+ "bytes": 249668,
172
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
173
  },
174
  {
175
+ "id": "vision_language_action_task_training_diagram",
176
+ "title": "Vision-language-action task-training diagram",
177
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
178
  "kind": "visual_asset",
179
  "surface": "website_hf",
180
+ "shows": "Observation-and-language-to-action-targets-to-VLA-training-to-evaluation diagram for the vision-language-action training pipeline.",
181
  "exists": true,
182
+ "bytes": 255706,
183
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
184
  },
185
  {
186
  "id": "omni_model_extension_contract",
 
521
  "shows": "Machine-readable source-alignment pass/fail check for repo, website, and HF surfaces.",
522
  "exists": true,
523
  "bytes": 4432,
524
+ "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
525
  },
526
  {
527
  "id": "source_alignment_validator",
 
938
  "surface": "repo_hf",
939
  "shows": "Catalogs public figures, charts, modality thumbnails, dimensions, hashes, roles, and source scripts.",
940
  "exists": true,
941
+ "bytes": 7116,
942
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
943
  },
944
  {
945
  "id": "figure_index_json",
 
949
  "surface": "website_hf",
950
  "shows": "Machine-readable visual asset index for website and Hugging Face mirrors.",
951
  "exists": true,
952
+ "bytes": 19580,
953
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
954
  },
955
  {
956
  "id": "figure_index_builder",
 
960
  "surface": "repo_hf",
961
  "shows": "Regenerates visual-asset hashes, dimensions, and source-script provenance.",
962
  "exists": true,
963
+ "bytes": 16943,
964
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
965
  },
966
  {
967
  "id": "brand_assets_json",
 
1130
  "volatile": true,
1131
  "shows": "Records the last live GitHub/HF URL verification after upload.",
1132
  "exists": true,
1133
+ "bytes": 161420,
1134
  "hash_policy": "existence_and_size_only"
1135
  },
1136
  {
 
1141
  "surface": "repo",
1142
  "shows": "Fetches the published GitHub/HF URLs and compares live hashes and public-card markers against the release assets.",
1143
  "exists": true,
1144
+ "bytes": 60259,
1145
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
1146
  },
1147
  {
1148
  "id": "reproducibility_contract",
 
1174
  "surface": "repo_hf",
1175
  "shows": "Generates the selective artifact catalog from local files.",
1176
  "exists": true,
1177
+ "bytes": 59294,
1178
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
1179
  },
1180
  {
1181
  "id": "publication_audit",
 
1186
  "volatile": true,
1187
  "shows": "Confirms public bundles exclude raw data, caches, heavy archives, and credential text.",
1188
  "exists": true,
1189
+ "bytes": 8544,
1190
  "hash_policy": "existence_and_size_only"
1191
  },
1192
  {
 
1210
  "volatile": true,
1211
  "shows": "Confirms prepared GitHub/HF Space/artifact/model mirrors share the same critical data, figure, website HTML, and validator files.",
1212
  "exists": true,
1213
+ "bytes": 910015,
1214
  "hash_policy": "existence_and_size_only"
1215
  },
1216
  {
 
1222
  "volatile": true,
1223
  "shows": "Confirms local website links, anchors, JSON data files, and referenced images resolve.",
1224
  "exists": true,
1225
+ "bytes": 19663,
1226
  "hash_policy": "existence_and_size_only"
1227
  },
1228
  {
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-17T15:16:21+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": 29,
7
  "figures": [
@@ -108,53 +108,53 @@
108
  "source_script_exists": true
109
  },
110
  {
111
- "id": "spatial_intelligence_pipeline_placeholder",
112
- "title": "Spatial intelligence pipeline placeholder",
113
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
114
- "role": "ChatGPT image-generated placeholder for the spatial intelligence training pipeline track.",
115
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
116
  "surface": "README, website, HF Space, artifact dataset, model card",
117
  "exists": true,
118
- "bytes": 2337155,
119
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06",
120
  "dimensions": {
121
  "format": "PNG",
122
- "width": 1672,
123
- "height": 941
124
  },
125
  "source_script_exists": true
126
  },
127
  {
128
- "id": "human_video_world_model_pipeline_placeholder",
129
- "title": "Human-video world model pipeline placeholder",
130
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
131
- "role": "ChatGPT image-generated placeholder for the human-video world-model training pipeline track.",
132
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
133
  "surface": "README, website, HF Space, artifact dataset, model card",
134
  "exists": true,
135
- "bytes": 2356312,
136
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b",
137
  "dimensions": {
138
  "format": "PNG",
139
- "width": 1672,
140
- "height": 941
141
  },
142
  "source_script_exists": true
143
  },
144
  {
145
- "id": "vision_language_action_pipeline_placeholder",
146
- "title": "Vision-language-action pipeline placeholder",
147
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
148
- "role": "ChatGPT image-generated placeholder for the VLA/action-policy training pipeline track.",
149
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
150
  "surface": "README, website, HF Space, artifact dataset, model card",
151
  "exists": true,
152
- "bytes": 2421011,
153
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf",
154
  "dimensions": {
155
  "format": "PNG",
156
- "width": 1672,
157
- "height": 941
158
  },
159
  "source_script_exists": true
160
  },
 
1
  {
2
  "title": "Ropedia Xperience-10M Figure Index",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-17T16:20:24+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": 29,
7
  "figures": [
 
108
  "source_script_exists": true
109
  },
110
  {
111
+ "id": "spatial_intelligence_task_training_diagram",
112
+ "title": "Spatial intelligence task-training diagram",
113
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
114
+ "role": "Readable inputs-to-tasks-to-training-to-evaluation diagram for the spatial intelligence pipeline track.",
115
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
116
  "surface": "README, website, HF Space, artifact dataset, model card",
117
  "exists": true,
118
+ "bytes": 252509,
119
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7",
120
  "dimensions": {
121
  "format": "PNG",
122
+ "width": 1800,
123
+ "height": 1012
124
  },
125
  "source_script_exists": true
126
  },
127
  {
128
+ "id": "human_video_world_model_task_training_diagram",
129
+ "title": "Human-video world model task-training diagram",
130
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
131
+ "role": "Readable inputs-to-future-targets-to-training-to-evaluation diagram for the human-video world-model pipeline track.",
132
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
133
  "surface": "README, website, HF Space, artifact dataset, model card",
134
  "exists": true,
135
+ "bytes": 249668,
136
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1",
137
  "dimensions": {
138
  "format": "PNG",
139
+ "width": 1800,
140
+ "height": 1012
141
  },
142
  "source_script_exists": true
143
  },
144
  {
145
+ "id": "vision_language_action_task_training_diagram",
146
+ "title": "Vision-language-action task-training diagram",
147
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
148
+ "role": "Readable inputs-to-action-targets-to-VLA-training-to-evaluation diagram for the VLA/action-policy pipeline track.",
149
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
150
  "surface": "README, website, HF Space, artifact dataset, model card",
151
  "exists": true,
152
+ "bytes": 255706,
153
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9",
154
  "dimensions": {
155
  "format": "PNG",
156
+ "width": 1800,
157
+ "height": 1012
158
  },
159
  "source_script_exists": true
160
  },
metrics/mirror_parity.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-17T15:57:50+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
- "group_count": 616,
7
  "failure_count": 0,
8
  "failures_by_surface": {}
9
  },
@@ -138,45 +138,45 @@
138
  "local": {
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
- "bytes": 111262,
142
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
- "bytes": 111262,
149
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
- "bytes": 111262,
155
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
- "bytes": 111262,
161
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
- "bytes": 111262,
167
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
- "bytes": 111262,
173
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
- "bytes": 111262,
179
- "sha256": "97a87f181b9df0644d9e5dfc4a64935a801c48ccf07d14d68ef9c7c000e7911a"
180
  }
181
  },
182
  "failures": []
@@ -334,45 +334,45 @@
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
- "bytes": 19501,
338
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
- "bytes": 19501,
345
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
- "bytes": 19501,
351
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
- "bytes": 19501,
357
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
- "bytes": 19501,
363
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
- "bytes": 19501,
369
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
- "bytes": 19501,
375
- "sha256": "e1b80ffe28977301573775d131da99c7381b395b81182d6d15fa971bd58364ba"
376
  }
377
  },
378
  "failures": []
@@ -824,45 +824,45 @@
824
  "local": {
825
  "path": "repo:docs/data/publication_audit.json",
826
  "exists": true,
827
- "bytes": 8544,
828
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
829
  },
830
  "mirrors": {
831
  "hf_space": {
832
  "path": "hf_space:data/publication_audit.json",
833
  "exists": true,
834
- "bytes": 8544,
835
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
836
  },
837
  "hf_artifacts_data": {
838
  "path": "hf_artifacts:data/publication_audit.json",
839
  "exists": true,
840
- "bytes": 8544,
841
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
842
  },
843
  "hf_artifacts": {
844
  "path": "hf_artifacts:docs/data/publication_audit.json",
845
  "exists": true,
846
- "bytes": 8544,
847
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
848
  },
849
  "hf_model_data": {
850
  "path": "hf_model:data/publication_audit.json",
851
  "exists": true,
852
- "bytes": 8544,
853
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
854
  },
855
  "hf_model_docs_data": {
856
  "path": "hf_model:docs/data/publication_audit.json",
857
  "exists": true,
858
- "bytes": 8544,
859
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
860
  },
861
  "hf_model": {
862
  "path": "hf_model:metrics/publication_audit.json",
863
  "exists": true,
864
- "bytes": 8544,
865
- "sha256": "86a5f8d60a5981659a2ea7ee983497d7a4dcac29713cdb94620de5ded4cb6e2b"
866
  }
867
  },
868
  "failures": []
@@ -874,44 +874,44 @@
874
  "path": "repo:docs/data/public_surface_qa.json",
875
  "exists": true,
876
  "bytes": 6146,
877
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
878
  },
879
  "mirrors": {
880
  "hf_space": {
881
  "path": "hf_space:data/public_surface_qa.json",
882
  "exists": true,
883
  "bytes": 6146,
884
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
885
  },
886
  "hf_artifacts_data": {
887
  "path": "hf_artifacts:data/public_surface_qa.json",
888
  "exists": true,
889
  "bytes": 6146,
890
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
891
  },
892
  "hf_artifacts": {
893
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
894
  "exists": true,
895
  "bytes": 6146,
896
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
897
  },
898
  "hf_model_data": {
899
  "path": "hf_model:data/public_surface_qa.json",
900
  "exists": true,
901
  "bytes": 6146,
902
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
903
  },
904
  "hf_model_docs_data": {
905
  "path": "hf_model:docs/data/public_surface_qa.json",
906
  "exists": true,
907
  "bytes": 6146,
908
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
909
  },
910
  "hf_model": {
911
  "path": "hf_model:metrics/public_surface_qa.json",
912
  "exists": true,
913
  "bytes": 6146,
914
- "sha256": "28b46bf4501bb8c4c16c763534fd69f048acffa190bc1c4f19fb188f923172bb"
915
  }
916
  },
917
  "failures": []
@@ -1265,45 +1265,45 @@
1265
  "local": {
1266
  "path": "repo:docs/data/research_roadmap_interactive.json",
1267
  "exists": true,
1268
- "bytes": 150170,
1269
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1270
  },
1271
  "mirrors": {
1272
  "hf_space": {
1273
  "path": "hf_space:data/research_roadmap_interactive.json",
1274
  "exists": true,
1275
- "bytes": 150170,
1276
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1277
  },
1278
  "hf_artifacts_data": {
1279
  "path": "hf_artifacts:data/research_roadmap_interactive.json",
1280
  "exists": true,
1281
- "bytes": 150170,
1282
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1283
  },
1284
  "hf_artifacts": {
1285
  "path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
1286
  "exists": true,
1287
- "bytes": 150170,
1288
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1289
  },
1290
  "hf_model_data": {
1291
  "path": "hf_model:data/research_roadmap_interactive.json",
1292
  "exists": true,
1293
- "bytes": 150170,
1294
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1295
  },
1296
  "hf_model_docs_data": {
1297
  "path": "hf_model:docs/data/research_roadmap_interactive.json",
1298
  "exists": true,
1299
- "bytes": 150170,
1300
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1301
  },
1302
  "hf_model": {
1303
  "path": "hf_model:metrics/research_roadmap_interactive.json",
1304
  "exists": true,
1305
- "bytes": 150170,
1306
- "sha256": "1dab4afd446e305eef6025cb0ec6460f5391a648752728ed41c566af3595c9ca"
1307
  }
1308
  },
1309
  "failures": []
@@ -1560,44 +1560,44 @@
1560
  "path": "repo:docs/data/source_alignment_audit.json",
1561
  "exists": true,
1562
  "bytes": 4432,
1563
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1564
  },
1565
  "mirrors": {
1566
  "hf_space": {
1567
  "path": "hf_space:data/source_alignment_audit.json",
1568
  "exists": true,
1569
  "bytes": 4432,
1570
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1571
  },
1572
  "hf_artifacts_data": {
1573
  "path": "hf_artifacts:data/source_alignment_audit.json",
1574
  "exists": true,
1575
  "bytes": 4432,
1576
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1577
  },
1578
  "hf_artifacts": {
1579
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1580
  "exists": true,
1581
  "bytes": 4432,
1582
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1583
  },
1584
  "hf_model_data": {
1585
  "path": "hf_model:data/source_alignment_audit.json",
1586
  "exists": true,
1587
  "bytes": 4432,
1588
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1589
  },
1590
  "hf_model_docs_data": {
1591
  "path": "hf_model:docs/data/source_alignment_audit.json",
1592
  "exists": true,
1593
  "bytes": 4432,
1594
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1595
  },
1596
  "hf_model": {
1597
  "path": "hf_model:metrics/source_alignment_audit.json",
1598
  "exists": true,
1599
  "bytes": 4432,
1600
- "sha256": "f245383fc291681fcc62d1abd12bc37cf6d9806dcfcd8a46e48d41705bc87227"
1601
  }
1602
  },
1603
  "failures": []
@@ -1755,45 +1755,45 @@
1755
  "local": {
1756
  "path": "repo:docs/data/three_foundation_pipelines.json",
1757
  "exists": true,
1758
- "bytes": 6518,
1759
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/three_foundation_pipelines.json",
1764
  "exists": true,
1765
- "bytes": 6518,
1766
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/three_foundation_pipelines.json",
1770
  "exists": true,
1771
- "bytes": 6518,
1772
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/three_foundation_pipelines.json",
1776
  "exists": true,
1777
- "bytes": 6518,
1778
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/three_foundation_pipelines.json",
1782
  "exists": true,
1783
- "bytes": 6518,
1784
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/three_foundation_pipelines.json",
1788
  "exists": true,
1789
- "bytes": 6518,
1790
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/three_foundation_pipelines.json",
1794
  "exists": true,
1795
- "bytes": 6518,
1796
- "sha256": "e337901e7ddd2f8845987d4c41d9362e5fc780d3cb0659494576b7a0da53fb49"
1797
  }
1798
  },
1799
  "failures": []
@@ -1903,44 +1903,44 @@
1903
  "path": "repo:docs/data/task_surface_integrity.json",
1904
  "exists": true,
1905
  "bytes": 45779,
1906
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1907
  },
1908
  "mirrors": {
1909
  "hf_space": {
1910
  "path": "hf_space:data/task_surface_integrity.json",
1911
  "exists": true,
1912
  "bytes": 45779,
1913
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1914
  },
1915
  "hf_artifacts_data": {
1916
  "path": "hf_artifacts:data/task_surface_integrity.json",
1917
  "exists": true,
1918
  "bytes": 45779,
1919
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1920
  },
1921
  "hf_artifacts": {
1922
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
1923
  "exists": true,
1924
  "bytes": 45779,
1925
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1926
  },
1927
  "hf_model_data": {
1928
  "path": "hf_model:data/task_surface_integrity.json",
1929
  "exists": true,
1930
  "bytes": 45779,
1931
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1932
  },
1933
  "hf_model_docs_data": {
1934
  "path": "hf_model:docs/data/task_surface_integrity.json",
1935
  "exists": true,
1936
  "bytes": 45779,
1937
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1938
  },
1939
  "hf_model": {
1940
  "path": "hf_model:metrics/task_surface_integrity.json",
1941
  "exists": true,
1942
  "bytes": 45779,
1943
- "sha256": "278565fc1e05e2f0801a989154cfb17c364ca892af404a7de7c072944ac4af71"
1944
  }
1945
  },
1946
  "failures": []
@@ -2196,45 +2196,45 @@
2196
  "local": {
2197
  "path": "repo:docs/data/website_integrity.json",
2198
  "exists": true,
2199
- "bytes": 19663,
2200
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/website_integrity.json",
2205
  "exists": true,
2206
- "bytes": 19663,
2207
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/website_integrity.json",
2211
  "exists": true,
2212
- "bytes": 19663,
2213
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/website_integrity.json",
2217
  "exists": true,
2218
- "bytes": 19663,
2219
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/website_integrity.json",
2223
  "exists": true,
2224
- "bytes": 19663,
2225
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/website_integrity.json",
2229
  "exists": true,
2230
- "bytes": 19663,
2231
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/website_integrity.json",
2235
  "exists": true,
2236
- "bytes": 19663,
2237
- "sha256": "1f09ab47a2e4623aee433d8095682f48d90915a455f2dde8c1cbe8f659117fc6"
2238
  }
2239
  },
2240
  "failures": []
@@ -2849,33 +2849,33 @@
2849
  "local": {
2850
  "path": "repo:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2851
  "exists": true,
2852
- "bytes": 2337155,
2853
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2854
  },
2855
  "mirrors": {
2856
  "hf_space": {
2857
  "path": "hf_space:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2858
  "exists": true,
2859
- "bytes": 2337155,
2860
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2861
  },
2862
  "hf_artifacts_docs": {
2863
  "path": "hf_artifacts:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2864
  "exists": true,
2865
- "bytes": 2337155,
2866
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2867
  },
2868
  "hf_artifacts_card": {
2869
  "path": "hf_artifacts:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2870
  "exists": true,
2871
- "bytes": 2337155,
2872
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2873
  },
2874
  "hf_model": {
2875
  "path": "hf_model:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2876
  "exists": true,
2877
- "bytes": 2337155,
2878
- "sha256": "ca98e2f5171497f6b97627ee8d0dee68f4aa929a2ba205e8b8e64e89f7f66f06"
2879
  }
2880
  },
2881
  "failures": []
@@ -2886,33 +2886,33 @@
2886
  "local": {
2887
  "path": "repo:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2888
  "exists": true,
2889
- "bytes": 2356312,
2890
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2891
  },
2892
  "mirrors": {
2893
  "hf_space": {
2894
  "path": "hf_space:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2895
  "exists": true,
2896
- "bytes": 2356312,
2897
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2898
  },
2899
  "hf_artifacts_docs": {
2900
  "path": "hf_artifacts:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2901
  "exists": true,
2902
- "bytes": 2356312,
2903
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2904
  },
2905
  "hf_artifacts_card": {
2906
  "path": "hf_artifacts:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2907
  "exists": true,
2908
- "bytes": 2356312,
2909
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2910
  },
2911
  "hf_model": {
2912
  "path": "hf_model:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2913
  "exists": true,
2914
- "bytes": 2356312,
2915
- "sha256": "cee2d717a97b88d8f5bae3e58fe202791a4f3073e488cb666acb0214117b735b"
2916
  }
2917
  },
2918
  "failures": []
@@ -2923,33 +2923,33 @@
2923
  "local": {
2924
  "path": "repo:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2925
  "exists": true,
2926
- "bytes": 2421011,
2927
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2928
  },
2929
  "mirrors": {
2930
  "hf_space": {
2931
  "path": "hf_space:assets/foundation-pipelines/vision-language-action-pipeline.png",
2932
  "exists": true,
2933
- "bytes": 2421011,
2934
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2935
  },
2936
  "hf_artifacts_docs": {
2937
  "path": "hf_artifacts:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2938
  "exists": true,
2939
- "bytes": 2421011,
2940
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2941
  },
2942
  "hf_artifacts_card": {
2943
  "path": "hf_artifacts:assets/foundation-pipelines/vision-language-action-pipeline.png",
2944
  "exists": true,
2945
- "bytes": 2421011,
2946
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2947
  },
2948
  "hf_model": {
2949
  "path": "hf_model:assets/foundation-pipelines/vision-language-action-pipeline.png",
2950
  "exists": true,
2951
- "bytes": 2421011,
2952
- "sha256": "f8554f7df26ab79fef348740ce45ac3da032cb4085c490d62910ad1147dd1ecf"
2953
  }
2954
  },
2955
  "failures": []
@@ -2960,33 +2960,33 @@
2960
  "local": {
2961
  "path": "repo:docs/assets/foundation-pipelines/README.md",
2962
  "exists": true,
2963
- "bytes": 668,
2964
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2965
  },
2966
  "mirrors": {
2967
  "hf_space": {
2968
  "path": "hf_space:assets/foundation-pipelines/README.md",
2969
  "exists": true,
2970
- "bytes": 668,
2971
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2972
  },
2973
  "hf_artifacts_docs": {
2974
  "path": "hf_artifacts:docs/assets/foundation-pipelines/README.md",
2975
  "exists": true,
2976
- "bytes": 668,
2977
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2978
  },
2979
  "hf_artifacts_card": {
2980
  "path": "hf_artifacts:assets/foundation-pipelines/README.md",
2981
  "exists": true,
2982
- "bytes": 668,
2983
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2984
  },
2985
  "hf_model": {
2986
  "path": "hf_model:assets/foundation-pipelines/README.md",
2987
  "exists": true,
2988
- "bytes": 668,
2989
- "sha256": "5daa499117f3c6ea2840408cd9639d0c48a338d123a128d443d9176b89688255"
2990
  }
2991
  },
2992
  "failures": []
@@ -2997,33 +2997,33 @@
2997
  "local": {
2998
  "path": "repo:docs/assets/foundation-pipelines/prompts.md",
2999
  "exists": true,
3000
- "bytes": 2128,
3001
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3002
  },
3003
  "mirrors": {
3004
  "hf_space": {
3005
  "path": "hf_space:assets/foundation-pipelines/prompts.md",
3006
  "exists": true,
3007
- "bytes": 2128,
3008
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3009
  },
3010
  "hf_artifacts_docs": {
3011
  "path": "hf_artifacts:docs/assets/foundation-pipelines/prompts.md",
3012
  "exists": true,
3013
- "bytes": 2128,
3014
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3015
  },
3016
  "hf_artifacts_card": {
3017
  "path": "hf_artifacts:assets/foundation-pipelines/prompts.md",
3018
  "exists": true,
3019
- "bytes": 2128,
3020
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3021
  },
3022
  "hf_model": {
3023
  "path": "hf_model:assets/foundation-pipelines/prompts.md",
3024
  "exists": true,
3025
- "bytes": 2128,
3026
- "sha256": "3f551db3cb6dee44abd3b60841d0b8273e6f5cdd58fd4252b53ea42341e8392b"
3027
  }
3028
  },
3029
  "failures": []
@@ -4165,21 +4165,21 @@
4165
  "local": {
4166
  "path": "repo:scripts/build_artifact_index.py",
4167
  "exists": true,
4168
- "bytes": 59218,
4169
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
4170
  },
4171
  "mirrors": {
4172
  "hf_artifacts": {
4173
  "path": "hf_artifacts:scripts/build_artifact_index.py",
4174
  "exists": true,
4175
- "bytes": 59218,
4176
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
4177
  },
4178
  "hf_model": {
4179
  "path": "hf_model:scripts/build_artifact_index.py",
4180
  "exists": true,
4181
- "bytes": 59218,
4182
- "sha256": "38985fa362861b3975240ec62cc186378c84a8d0e11727651dc3cd2a87bfdd11"
4183
  }
4184
  },
4185
  "failures": []
@@ -4240,21 +4240,21 @@
4240
  "local": {
4241
  "path": "repo:scripts/build_figure_index.py",
4242
  "exists": true,
4243
- "bytes": 16864,
4244
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
4245
  },
4246
  "mirrors": {
4247
  "hf_artifacts": {
4248
  "path": "hf_artifacts:scripts/build_figure_index.py",
4249
  "exists": true,
4250
- "bytes": 16864,
4251
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
4252
  },
4253
  "hf_model": {
4254
  "path": "hf_model:scripts/build_figure_index.py",
4255
  "exists": true,
4256
- "bytes": 16864,
4257
- "sha256": "df362654a5c65d7adedc924f2af93e1fbd248fa861f20aea1576473daaeb0b0d"
4258
  }
4259
  },
4260
  "failures": []
@@ -4359,6 +4359,31 @@
4359
  },
4360
  "failures": []
4361
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4362
  {
4363
  "name": "scripts/build_single_episode_explorer.py",
4364
  "status": "pass",
@@ -4515,21 +4540,21 @@
4515
  "local": {
4516
  "path": "repo:scripts/verify_live_publication.py",
4517
  "exists": true,
4518
- "bytes": 60253,
4519
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
4520
  },
4521
  "mirrors": {
4522
  "hf_artifacts": {
4523
  "path": "hf_artifacts:scripts/verify_live_publication.py",
4524
  "exists": true,
4525
- "bytes": 60253,
4526
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
4527
  },
4528
  "hf_model": {
4529
  "path": "hf_model:scripts/verify_live_publication.py",
4530
  "exists": true,
4531
- "bytes": 60253,
4532
- "sha256": "ad4b408e9e19339285e37e0c47bffac6a450ddd1a439bf11ab80a90cec27b1fb"
4533
  }
4534
  },
4535
  "failures": []
@@ -4540,21 +4565,21 @@
4540
  "local": {
4541
  "path": "repo:scripts/validate_mirror_parity.py",
4542
  "exists": true,
4543
- "bytes": 26246,
4544
- "sha256": "203a6bfbedd7e8ca7a7fa9bc54663e676628123a9d61302d46556e7ca358c458"
4545
  },
4546
  "mirrors": {
4547
  "hf_artifacts": {
4548
  "path": "hf_artifacts:scripts/validate_mirror_parity.py",
4549
  "exists": true,
4550
- "bytes": 26246,
4551
- "sha256": "203a6bfbedd7e8ca7a7fa9bc54663e676628123a9d61302d46556e7ca358c458"
4552
  },
4553
  "hf_model": {
4554
  "path": "hf_model:scripts/validate_mirror_parity.py",
4555
  "exists": true,
4556
- "bytes": 26246,
4557
- "sha256": "203a6bfbedd7e8ca7a7fa9bc54663e676628123a9d61302d46556e7ca358c458"
4558
  }
4559
  },
4560
  "failures": []
@@ -4565,21 +4590,21 @@
4565
  "local": {
4566
  "path": "repo:scripts/validate_publication_package.py",
4567
  "exists": true,
4568
- "bytes": 18917,
4569
- "sha256": "c59cef80abc6ff0e03f5bd4519bfa8b7606a37c6015fc5a2e4df0391c892bb71"
4570
  },
4571
  "mirrors": {
4572
  "hf_artifacts": {
4573
  "path": "hf_artifacts:scripts/validate_publication_package.py",
4574
  "exists": true,
4575
- "bytes": 18917,
4576
- "sha256": "c59cef80abc6ff0e03f5bd4519bfa8b7606a37c6015fc5a2e4df0391c892bb71"
4577
  },
4578
  "hf_model": {
4579
  "path": "hf_model:scripts/validate_publication_package.py",
4580
  "exists": true,
4581
- "bytes": 18917,
4582
- "sha256": "c59cef80abc6ff0e03f5bd4519bfa8b7606a37c6015fc5a2e4df0391c892bb71"
4583
  }
4584
  },
4585
  "failures": []
@@ -4894,39 +4919,39 @@
4894
  "local": {
4895
  "path": "repo:docs/index.html",
4896
  "exists": true,
4897
- "bytes": 237658,
4898
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4899
  },
4900
  "mirrors": {
4901
  "hf_space": {
4902
  "path": "hf_space:index.html",
4903
  "exists": true,
4904
- "bytes": 237658,
4905
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4906
  },
4907
  "hf_artifacts_root": {
4908
  "path": "hf_artifacts:index.html",
4909
  "exists": true,
4910
- "bytes": 237658,
4911
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4912
  },
4913
  "hf_artifacts_docs": {
4914
  "path": "hf_artifacts:docs/index.html",
4915
  "exists": true,
4916
- "bytes": 237658,
4917
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4918
  },
4919
  "hf_model": {
4920
  "path": "hf_model:index.html",
4921
  "exists": true,
4922
- "bytes": 237658,
4923
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4924
  },
4925
  "hf_model_docs": {
4926
  "path": "hf_model:docs/index.html",
4927
  "exists": true,
4928
- "bytes": 237658,
4929
- "sha256": "02eebc69aca85503bf8771cc2523cb8b8aeba73f91c7dc3e7744b563d3407ca7"
4930
  }
4931
  },
4932
  "failures": []
@@ -19419,27 +19444,27 @@
19419
  "local": {
19420
  "path": "repo:FIGURE_INDEX.md",
19421
  "exists": true,
19422
- "bytes": 7037,
19423
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19424
  },
19425
  "mirrors": {
19426
  "hf_space": {
19427
  "path": "hf_space:FIGURE_INDEX.md",
19428
  "exists": true,
19429
- "bytes": 7037,
19430
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19431
  },
19432
  "hf_artifacts": {
19433
  "path": "hf_artifacts:FIGURE_INDEX.md",
19434
  "exists": true,
19435
- "bytes": 7037,
19436
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19437
  },
19438
  "hf_model": {
19439
  "path": "hf_model:FIGURE_INDEX.md",
19440
  "exists": true,
19441
- "bytes": 7037,
19442
- "sha256": "ec38772741c4fb419e03d87babd1fb453c7988c2151df12f1b682465e48993e3"
19443
  }
19444
  },
19445
  "failures": []
@@ -19512,27 +19537,27 @@
19512
  "local": {
19513
  "path": "repo:THREE_FOUNDATION_PIPELINES.md",
19514
  "exists": true,
19515
- "bytes": 7437,
19516
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19517
  },
19518
  "mirrors": {
19519
  "hf_space": {
19520
  "path": "hf_space:THREE_FOUNDATION_PIPELINES.md",
19521
  "exists": true,
19522
- "bytes": 7437,
19523
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19524
  },
19525
  "hf_artifacts": {
19526
  "path": "hf_artifacts:THREE_FOUNDATION_PIPELINES.md",
19527
  "exists": true,
19528
- "bytes": 7437,
19529
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19530
  },
19531
  "hf_model": {
19532
  "path": "hf_model:THREE_FOUNDATION_PIPELINES.md",
19533
  "exists": true,
19534
- "bytes": 7437,
19535
- "sha256": "281a6349a7fd141460d7f911f0d80a841a38c99456363d1ffd6372cd94ca14b0"
19536
  }
19537
  },
19538
  "failures": []
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:24:15+00:00",
4
  "hf_root": "hf_publish",
5
  "summary": {
6
+ "group_count": 617,
7
  "failure_count": 0,
8
  "failures_by_surface": {}
9
  },
 
138
  "local": {
139
  "path": "repo:docs/data/artifact_index.json",
140
  "exists": true,
141
+ "bytes": 111336,
142
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
143
  },
144
  "mirrors": {
145
  "hf_space": {
146
  "path": "hf_space:data/artifact_index.json",
147
  "exists": true,
148
+ "bytes": 111336,
149
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
150
  },
151
  "hf_artifacts_data": {
152
  "path": "hf_artifacts:data/artifact_index.json",
153
  "exists": true,
154
+ "bytes": 111336,
155
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
156
  },
157
  "hf_artifacts": {
158
  "path": "hf_artifacts:docs/data/artifact_index.json",
159
  "exists": true,
160
+ "bytes": 111336,
161
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
162
  },
163
  "hf_model_data": {
164
  "path": "hf_model:data/artifact_index.json",
165
  "exists": true,
166
+ "bytes": 111336,
167
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
168
  },
169
  "hf_model_docs_data": {
170
  "path": "hf_model:docs/data/artifact_index.json",
171
  "exists": true,
172
+ "bytes": 111336,
173
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
174
  },
175
  "hf_model": {
176
  "path": "hf_model:metrics/artifact_index.json",
177
  "exists": true,
178
+ "bytes": 111336,
179
+ "sha256": "3c5212539196da499319976371cf2c46811909e51e18468da7dd763f4b6180ac"
180
  }
181
  },
182
  "failures": []
 
334
  "local": {
335
  "path": "repo:docs/data/figure_index.json",
336
  "exists": true,
337
+ "bytes": 19580,
338
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
339
  },
340
  "mirrors": {
341
  "hf_space": {
342
  "path": "hf_space:data/figure_index.json",
343
  "exists": true,
344
+ "bytes": 19580,
345
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
346
  },
347
  "hf_artifacts_data": {
348
  "path": "hf_artifacts:data/figure_index.json",
349
  "exists": true,
350
+ "bytes": 19580,
351
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
352
  },
353
  "hf_artifacts": {
354
  "path": "hf_artifacts:docs/data/figure_index.json",
355
  "exists": true,
356
+ "bytes": 19580,
357
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
358
  },
359
  "hf_model_data": {
360
  "path": "hf_model:data/figure_index.json",
361
  "exists": true,
362
+ "bytes": 19580,
363
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
364
  },
365
  "hf_model_docs_data": {
366
  "path": "hf_model:docs/data/figure_index.json",
367
  "exists": true,
368
+ "bytes": 19580,
369
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
370
  },
371
  "hf_model": {
372
  "path": "hf_model:metrics/figure_index.json",
373
  "exists": true,
374
+ "bytes": 19580,
375
+ "sha256": "7fd00f1d411f84c4816df435c025b2c3f419fd4c141c32faf8875dcf8caef679"
376
  }
377
  },
378
  "failures": []
 
824
  "local": {
825
  "path": "repo:docs/data/publication_audit.json",
826
  "exists": true,
827
+ "bytes": 8604,
828
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
829
  },
830
  "mirrors": {
831
  "hf_space": {
832
  "path": "hf_space:data/publication_audit.json",
833
  "exists": true,
834
+ "bytes": 8604,
835
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
836
  },
837
  "hf_artifacts_data": {
838
  "path": "hf_artifacts:data/publication_audit.json",
839
  "exists": true,
840
+ "bytes": 8604,
841
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
842
  },
843
  "hf_artifacts": {
844
  "path": "hf_artifacts:docs/data/publication_audit.json",
845
  "exists": true,
846
+ "bytes": 8604,
847
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
848
  },
849
  "hf_model_data": {
850
  "path": "hf_model:data/publication_audit.json",
851
  "exists": true,
852
+ "bytes": 8604,
853
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
854
  },
855
  "hf_model_docs_data": {
856
  "path": "hf_model:docs/data/publication_audit.json",
857
  "exists": true,
858
+ "bytes": 8604,
859
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
860
  },
861
  "hf_model": {
862
  "path": "hf_model:metrics/publication_audit.json",
863
  "exists": true,
864
+ "bytes": 8604,
865
+ "sha256": "662a392ede26519447bd5a455c1559e9e3858c092add772126086da75166faaf"
866
  }
867
  },
868
  "failures": []
 
874
  "path": "repo:docs/data/public_surface_qa.json",
875
  "exists": true,
876
  "bytes": 6146,
877
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
878
  },
879
  "mirrors": {
880
  "hf_space": {
881
  "path": "hf_space:data/public_surface_qa.json",
882
  "exists": true,
883
  "bytes": 6146,
884
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
885
  },
886
  "hf_artifacts_data": {
887
  "path": "hf_artifacts:data/public_surface_qa.json",
888
  "exists": true,
889
  "bytes": 6146,
890
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
891
  },
892
  "hf_artifacts": {
893
  "path": "hf_artifacts:docs/data/public_surface_qa.json",
894
  "exists": true,
895
  "bytes": 6146,
896
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
897
  },
898
  "hf_model_data": {
899
  "path": "hf_model:data/public_surface_qa.json",
900
  "exists": true,
901
  "bytes": 6146,
902
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
903
  },
904
  "hf_model_docs_data": {
905
  "path": "hf_model:docs/data/public_surface_qa.json",
906
  "exists": true,
907
  "bytes": 6146,
908
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
909
  },
910
  "hf_model": {
911
  "path": "hf_model:metrics/public_surface_qa.json",
912
  "exists": true,
913
  "bytes": 6146,
914
+ "sha256": "e528ac346bd2a1930f0d46ed97b2d8d1e5528c1f93e266a6d3ab9f1e8ea39062"
915
  }
916
  },
917
  "failures": []
 
1265
  "local": {
1266
  "path": "repo:docs/data/research_roadmap_interactive.json",
1267
  "exists": true,
1268
+ "bytes": 154846,
1269
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1270
  },
1271
  "mirrors": {
1272
  "hf_space": {
1273
  "path": "hf_space:data/research_roadmap_interactive.json",
1274
  "exists": true,
1275
+ "bytes": 154846,
1276
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1277
  },
1278
  "hf_artifacts_data": {
1279
  "path": "hf_artifacts:data/research_roadmap_interactive.json",
1280
  "exists": true,
1281
+ "bytes": 154846,
1282
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1283
  },
1284
  "hf_artifacts": {
1285
  "path": "hf_artifacts:docs/data/research_roadmap_interactive.json",
1286
  "exists": true,
1287
+ "bytes": 154846,
1288
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1289
  },
1290
  "hf_model_data": {
1291
  "path": "hf_model:data/research_roadmap_interactive.json",
1292
  "exists": true,
1293
+ "bytes": 154846,
1294
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1295
  },
1296
  "hf_model_docs_data": {
1297
  "path": "hf_model:docs/data/research_roadmap_interactive.json",
1298
  "exists": true,
1299
+ "bytes": 154846,
1300
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1301
  },
1302
  "hf_model": {
1303
  "path": "hf_model:metrics/research_roadmap_interactive.json",
1304
  "exists": true,
1305
+ "bytes": 154846,
1306
+ "sha256": "9d005c39e6fa2a6f3d95a7e7692d8ffb6464006c5f79e241c8e2393575d0cf70"
1307
  }
1308
  },
1309
  "failures": []
 
1560
  "path": "repo:docs/data/source_alignment_audit.json",
1561
  "exists": true,
1562
  "bytes": 4432,
1563
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1564
  },
1565
  "mirrors": {
1566
  "hf_space": {
1567
  "path": "hf_space:data/source_alignment_audit.json",
1568
  "exists": true,
1569
  "bytes": 4432,
1570
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1571
  },
1572
  "hf_artifacts_data": {
1573
  "path": "hf_artifacts:data/source_alignment_audit.json",
1574
  "exists": true,
1575
  "bytes": 4432,
1576
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1577
  },
1578
  "hf_artifacts": {
1579
  "path": "hf_artifacts:docs/data/source_alignment_audit.json",
1580
  "exists": true,
1581
  "bytes": 4432,
1582
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1583
  },
1584
  "hf_model_data": {
1585
  "path": "hf_model:data/source_alignment_audit.json",
1586
  "exists": true,
1587
  "bytes": 4432,
1588
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1589
  },
1590
  "hf_model_docs_data": {
1591
  "path": "hf_model:docs/data/source_alignment_audit.json",
1592
  "exists": true,
1593
  "bytes": 4432,
1594
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1595
  },
1596
  "hf_model": {
1597
  "path": "hf_model:metrics/source_alignment_audit.json",
1598
  "exists": true,
1599
  "bytes": 4432,
1600
+ "sha256": "db0add24e50f7be74402bfbb356d967d3b4c2bb3ad003283500bbde3cfde2330"
1601
  }
1602
  },
1603
  "failures": []
 
1755
  "local": {
1756
  "path": "repo:docs/data/three_foundation_pipelines.json",
1757
  "exists": true,
1758
+ "bytes": 10084,
1759
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1760
  },
1761
  "mirrors": {
1762
  "hf_space": {
1763
  "path": "hf_space:data/three_foundation_pipelines.json",
1764
  "exists": true,
1765
+ "bytes": 10084,
1766
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1767
  },
1768
  "hf_artifacts_data": {
1769
  "path": "hf_artifacts:data/three_foundation_pipelines.json",
1770
  "exists": true,
1771
+ "bytes": 10084,
1772
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1773
  },
1774
  "hf_artifacts": {
1775
  "path": "hf_artifacts:docs/data/three_foundation_pipelines.json",
1776
  "exists": true,
1777
+ "bytes": 10084,
1778
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1779
  },
1780
  "hf_model_data": {
1781
  "path": "hf_model:data/three_foundation_pipelines.json",
1782
  "exists": true,
1783
+ "bytes": 10084,
1784
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1785
  },
1786
  "hf_model_docs_data": {
1787
  "path": "hf_model:docs/data/three_foundation_pipelines.json",
1788
  "exists": true,
1789
+ "bytes": 10084,
1790
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1791
  },
1792
  "hf_model": {
1793
  "path": "hf_model:metrics/three_foundation_pipelines.json",
1794
  "exists": true,
1795
+ "bytes": 10084,
1796
+ "sha256": "8d4dbc86adb4487a57226bd47492561034b60515a1e075e905e06d07d804421e"
1797
  }
1798
  },
1799
  "failures": []
 
1903
  "path": "repo:docs/data/task_surface_integrity.json",
1904
  "exists": true,
1905
  "bytes": 45779,
1906
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1907
  },
1908
  "mirrors": {
1909
  "hf_space": {
1910
  "path": "hf_space:data/task_surface_integrity.json",
1911
  "exists": true,
1912
  "bytes": 45779,
1913
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1914
  },
1915
  "hf_artifacts_data": {
1916
  "path": "hf_artifacts:data/task_surface_integrity.json",
1917
  "exists": true,
1918
  "bytes": 45779,
1919
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1920
  },
1921
  "hf_artifacts": {
1922
  "path": "hf_artifacts:docs/data/task_surface_integrity.json",
1923
  "exists": true,
1924
  "bytes": 45779,
1925
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1926
  },
1927
  "hf_model_data": {
1928
  "path": "hf_model:data/task_surface_integrity.json",
1929
  "exists": true,
1930
  "bytes": 45779,
1931
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1932
  },
1933
  "hf_model_docs_data": {
1934
  "path": "hf_model:docs/data/task_surface_integrity.json",
1935
  "exists": true,
1936
  "bytes": 45779,
1937
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1938
  },
1939
  "hf_model": {
1940
  "path": "hf_model:metrics/task_surface_integrity.json",
1941
  "exists": true,
1942
  "bytes": 45779,
1943
+ "sha256": "cc3a22d775335e977a1299011843187d9b5fab831a40bba7be4523c57356d227"
1944
  }
1945
  },
1946
  "failures": []
 
2196
  "local": {
2197
  "path": "repo:docs/data/website_integrity.json",
2198
  "exists": true,
2199
+ "bytes": 19664,
2200
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2201
  },
2202
  "mirrors": {
2203
  "hf_space": {
2204
  "path": "hf_space:data/website_integrity.json",
2205
  "exists": true,
2206
+ "bytes": 19664,
2207
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2208
  },
2209
  "hf_artifacts_data": {
2210
  "path": "hf_artifacts:data/website_integrity.json",
2211
  "exists": true,
2212
+ "bytes": 19664,
2213
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2214
  },
2215
  "hf_artifacts": {
2216
  "path": "hf_artifacts:docs/data/website_integrity.json",
2217
  "exists": true,
2218
+ "bytes": 19664,
2219
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2220
  },
2221
  "hf_model_data": {
2222
  "path": "hf_model:data/website_integrity.json",
2223
  "exists": true,
2224
+ "bytes": 19664,
2225
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2226
  },
2227
  "hf_model_docs_data": {
2228
  "path": "hf_model:docs/data/website_integrity.json",
2229
  "exists": true,
2230
+ "bytes": 19664,
2231
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2232
  },
2233
  "hf_model": {
2234
  "path": "hf_model:metrics/website_integrity.json",
2235
  "exists": true,
2236
+ "bytes": 19664,
2237
+ "sha256": "4cb6baf5e1cb1ab5b68517dc0847fd11c626501313298d1a468bdf17de01c28d"
2238
  }
2239
  },
2240
  "failures": []
 
2849
  "local": {
2850
  "path": "repo:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2851
  "exists": true,
2852
+ "bytes": 252509,
2853
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2854
  },
2855
  "mirrors": {
2856
  "hf_space": {
2857
  "path": "hf_space:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2858
  "exists": true,
2859
+ "bytes": 252509,
2860
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2861
  },
2862
  "hf_artifacts_docs": {
2863
  "path": "hf_artifacts:docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2864
  "exists": true,
2865
+ "bytes": 252509,
2866
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2867
  },
2868
  "hf_artifacts_card": {
2869
  "path": "hf_artifacts:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2870
  "exists": true,
2871
+ "bytes": 252509,
2872
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2873
  },
2874
  "hf_model": {
2875
  "path": "hf_model:assets/foundation-pipelines/spatial-intelligence-pipeline.png",
2876
  "exists": true,
2877
+ "bytes": 252509,
2878
+ "sha256": "61b51641b4d2af8f87f02683fd6d2a578e3fd1ceabda5667c00c968e13b40ee7"
2879
  }
2880
  },
2881
  "failures": []
 
2886
  "local": {
2887
  "path": "repo:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2888
  "exists": true,
2889
+ "bytes": 249668,
2890
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2891
  },
2892
  "mirrors": {
2893
  "hf_space": {
2894
  "path": "hf_space:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2895
  "exists": true,
2896
+ "bytes": 249668,
2897
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2898
  },
2899
  "hf_artifacts_docs": {
2900
  "path": "hf_artifacts:docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
2901
  "exists": true,
2902
+ "bytes": 249668,
2903
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2904
  },
2905
  "hf_artifacts_card": {
2906
  "path": "hf_artifacts:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2907
  "exists": true,
2908
+ "bytes": 249668,
2909
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2910
  },
2911
  "hf_model": {
2912
  "path": "hf_model:assets/foundation-pipelines/human-video-world-model-pipeline.png",
2913
  "exists": true,
2914
+ "bytes": 249668,
2915
+ "sha256": "220d234b91176cdbd904a66a55deaf096805fc955094f529e7c5d8f35b03bab1"
2916
  }
2917
  },
2918
  "failures": []
 
2923
  "local": {
2924
  "path": "repo:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2925
  "exists": true,
2926
+ "bytes": 255706,
2927
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2928
  },
2929
  "mirrors": {
2930
  "hf_space": {
2931
  "path": "hf_space:assets/foundation-pipelines/vision-language-action-pipeline.png",
2932
  "exists": true,
2933
+ "bytes": 255706,
2934
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2935
  },
2936
  "hf_artifacts_docs": {
2937
  "path": "hf_artifacts:docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
2938
  "exists": true,
2939
+ "bytes": 255706,
2940
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2941
  },
2942
  "hf_artifacts_card": {
2943
  "path": "hf_artifacts:assets/foundation-pipelines/vision-language-action-pipeline.png",
2944
  "exists": true,
2945
+ "bytes": 255706,
2946
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2947
  },
2948
  "hf_model": {
2949
  "path": "hf_model:assets/foundation-pipelines/vision-language-action-pipeline.png",
2950
  "exists": true,
2951
+ "bytes": 255706,
2952
+ "sha256": "2efa63a771a9f5abf119207022a6a64a2b6763e529327399dff901d44d9b52d9"
2953
  }
2954
  },
2955
  "failures": []
 
2960
  "local": {
2961
  "path": "repo:docs/assets/foundation-pipelines/README.md",
2962
  "exists": true,
2963
+ "bytes": 959,
2964
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2965
  },
2966
  "mirrors": {
2967
  "hf_space": {
2968
  "path": "hf_space:assets/foundation-pipelines/README.md",
2969
  "exists": true,
2970
+ "bytes": 959,
2971
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2972
  },
2973
  "hf_artifacts_docs": {
2974
  "path": "hf_artifacts:docs/assets/foundation-pipelines/README.md",
2975
  "exists": true,
2976
+ "bytes": 959,
2977
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2978
  },
2979
  "hf_artifacts_card": {
2980
  "path": "hf_artifacts:assets/foundation-pipelines/README.md",
2981
  "exists": true,
2982
+ "bytes": 959,
2983
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2984
  },
2985
  "hf_model": {
2986
  "path": "hf_model:assets/foundation-pipelines/README.md",
2987
  "exists": true,
2988
+ "bytes": 959,
2989
+ "sha256": "faefacb3ad946c91b909019da30979c27fcdc4ef66d5349e2eabcb64069fd880"
2990
  }
2991
  },
2992
  "failures": []
 
2997
  "local": {
2998
  "path": "repo:docs/assets/foundation-pipelines/prompts.md",
2999
  "exists": true,
3000
+ "bytes": 2921,
3001
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3002
  },
3003
  "mirrors": {
3004
  "hf_space": {
3005
  "path": "hf_space:assets/foundation-pipelines/prompts.md",
3006
  "exists": true,
3007
+ "bytes": 2921,
3008
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3009
  },
3010
  "hf_artifacts_docs": {
3011
  "path": "hf_artifacts:docs/assets/foundation-pipelines/prompts.md",
3012
  "exists": true,
3013
+ "bytes": 2921,
3014
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3015
  },
3016
  "hf_artifacts_card": {
3017
  "path": "hf_artifacts:assets/foundation-pipelines/prompts.md",
3018
  "exists": true,
3019
+ "bytes": 2921,
3020
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3021
  },
3022
  "hf_model": {
3023
  "path": "hf_model:assets/foundation-pipelines/prompts.md",
3024
  "exists": true,
3025
+ "bytes": 2921,
3026
+ "sha256": "487618c1a3d9fa17dbc346fd5c00f902a477fa25bdb5c8160566c0829c373bdd"
3027
  }
3028
  },
3029
  "failures": []
 
4165
  "local": {
4166
  "path": "repo:scripts/build_artifact_index.py",
4167
  "exists": true,
4168
+ "bytes": 59294,
4169
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
4170
  },
4171
  "mirrors": {
4172
  "hf_artifacts": {
4173
  "path": "hf_artifacts:scripts/build_artifact_index.py",
4174
  "exists": true,
4175
+ "bytes": 59294,
4176
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
4177
  },
4178
  "hf_model": {
4179
  "path": "hf_model:scripts/build_artifact_index.py",
4180
  "exists": true,
4181
+ "bytes": 59294,
4182
+ "sha256": "0980c49473eec3a58fc6dac65a5a94db7a60af79251c0303b9aeba641017b614"
4183
  }
4184
  },
4185
  "failures": []
 
4240
  "local": {
4241
  "path": "repo:scripts/build_figure_index.py",
4242
  "exists": true,
4243
+ "bytes": 16943,
4244
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
4245
  },
4246
  "mirrors": {
4247
  "hf_artifacts": {
4248
  "path": "hf_artifacts:scripts/build_figure_index.py",
4249
  "exists": true,
4250
+ "bytes": 16943,
4251
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
4252
  },
4253
  "hf_model": {
4254
  "path": "hf_model:scripts/build_figure_index.py",
4255
  "exists": true,
4256
+ "bytes": 16943,
4257
+ "sha256": "1622a59f86742c23d859cb05e7b7c36f3bfd598b111fe4ed7fd9c97442d52476"
4258
  }
4259
  },
4260
  "failures": []
 
4359
  },
4360
  "failures": []
4361
  },
4362
+ {
4363
+ "name": "scripts/render_foundation_pipeline_diagrams.py",
4364
+ "status": "pass",
4365
+ "local": {
4366
+ "path": "repo:scripts/render_foundation_pipeline_diagrams.py",
4367
+ "exists": true,
4368
+ "bytes": 11605,
4369
+ "sha256": "b3dfbe19205efe9b4be596b8950cc3b3fe2dd04eeef6055b371e4140dd8b479e"
4370
+ },
4371
+ "mirrors": {
4372
+ "hf_artifacts": {
4373
+ "path": "hf_artifacts:scripts/render_foundation_pipeline_diagrams.py",
4374
+ "exists": true,
4375
+ "bytes": 11605,
4376
+ "sha256": "b3dfbe19205efe9b4be596b8950cc3b3fe2dd04eeef6055b371e4140dd8b479e"
4377
+ },
4378
+ "hf_model": {
4379
+ "path": "hf_model:scripts/render_foundation_pipeline_diagrams.py",
4380
+ "exists": true,
4381
+ "bytes": 11605,
4382
+ "sha256": "b3dfbe19205efe9b4be596b8950cc3b3fe2dd04eeef6055b371e4140dd8b479e"
4383
+ }
4384
+ },
4385
+ "failures": []
4386
+ },
4387
  {
4388
  "name": "scripts/build_single_episode_explorer.py",
4389
  "status": "pass",
 
4540
  "local": {
4541
  "path": "repo:scripts/verify_live_publication.py",
4542
  "exists": true,
4543
+ "bytes": 60259,
4544
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
4545
  },
4546
  "mirrors": {
4547
  "hf_artifacts": {
4548
  "path": "hf_artifacts:scripts/verify_live_publication.py",
4549
  "exists": true,
4550
+ "bytes": 60259,
4551
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
4552
  },
4553
  "hf_model": {
4554
  "path": "hf_model:scripts/verify_live_publication.py",
4555
  "exists": true,
4556
+ "bytes": 60259,
4557
+ "sha256": "f2f804eea4861a9a6f059fc3f5e7539b95ac28fd986f416020bbc345524eea90"
4558
  }
4559
  },
4560
  "failures": []
 
4565
  "local": {
4566
  "path": "repo:scripts/validate_mirror_parity.py",
4567
  "exists": true,
4568
+ "bytes": 26292,
4569
+ "sha256": "2c4a4bea9d6292204bce0675a7992500e1da1caf4bfcf35aaa981131780416b4"
4570
  },
4571
  "mirrors": {
4572
  "hf_artifacts": {
4573
  "path": "hf_artifacts:scripts/validate_mirror_parity.py",
4574
  "exists": true,
4575
+ "bytes": 26292,
4576
+ "sha256": "2c4a4bea9d6292204bce0675a7992500e1da1caf4bfcf35aaa981131780416b4"
4577
  },
4578
  "hf_model": {
4579
  "path": "hf_model:scripts/validate_mirror_parity.py",
4580
  "exists": true,
4581
+ "bytes": 26292,
4582
+ "sha256": "2c4a4bea9d6292204bce0675a7992500e1da1caf4bfcf35aaa981131780416b4"
4583
  }
4584
  },
4585
  "failures": []
 
4590
  "local": {
4591
  "path": "repo:scripts/validate_publication_package.py",
4592
  "exists": true,
4593
+ "bytes": 18975,
4594
+ "sha256": "0b96ed0b0f819a585ac18a09adb5a5ae2c1515f9d2698f677a9eac3a21e241db"
4595
  },
4596
  "mirrors": {
4597
  "hf_artifacts": {
4598
  "path": "hf_artifacts:scripts/validate_publication_package.py",
4599
  "exists": true,
4600
+ "bytes": 18975,
4601
+ "sha256": "0b96ed0b0f819a585ac18a09adb5a5ae2c1515f9d2698f677a9eac3a21e241db"
4602
  },
4603
  "hf_model": {
4604
  "path": "hf_model:scripts/validate_publication_package.py",
4605
  "exists": true,
4606
+ "bytes": 18975,
4607
+ "sha256": "0b96ed0b0f819a585ac18a09adb5a5ae2c1515f9d2698f677a9eac3a21e241db"
4608
  }
4609
  },
4610
  "failures": []
 
4919
  "local": {
4920
  "path": "repo:docs/index.html",
4921
  "exists": true,
4922
+ "bytes": 238021,
4923
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4924
  },
4925
  "mirrors": {
4926
  "hf_space": {
4927
  "path": "hf_space:index.html",
4928
  "exists": true,
4929
+ "bytes": 238021,
4930
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4931
  },
4932
  "hf_artifacts_root": {
4933
  "path": "hf_artifacts:index.html",
4934
  "exists": true,
4935
+ "bytes": 238021,
4936
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4937
  },
4938
  "hf_artifacts_docs": {
4939
  "path": "hf_artifacts:docs/index.html",
4940
  "exists": true,
4941
+ "bytes": 238021,
4942
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4943
  },
4944
  "hf_model": {
4945
  "path": "hf_model:index.html",
4946
  "exists": true,
4947
+ "bytes": 238021,
4948
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4949
  },
4950
  "hf_model_docs": {
4951
  "path": "hf_model:docs/index.html",
4952
  "exists": true,
4953
+ "bytes": 238021,
4954
+ "sha256": "2604351bb022a9c299974bbbe3bc15dc95b5498e18f7adc394999e357438aad7"
4955
  }
4956
  },
4957
  "failures": []
 
19444
  "local": {
19445
  "path": "repo:FIGURE_INDEX.md",
19446
  "exists": true,
19447
+ "bytes": 7116,
19448
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19449
  },
19450
  "mirrors": {
19451
  "hf_space": {
19452
  "path": "hf_space:FIGURE_INDEX.md",
19453
  "exists": true,
19454
+ "bytes": 7116,
19455
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19456
  },
19457
  "hf_artifacts": {
19458
  "path": "hf_artifacts:FIGURE_INDEX.md",
19459
  "exists": true,
19460
+ "bytes": 7116,
19461
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19462
  },
19463
  "hf_model": {
19464
  "path": "hf_model:FIGURE_INDEX.md",
19465
  "exists": true,
19466
+ "bytes": 7116,
19467
+ "sha256": "bfe0da08ee24878170206042daba4672bdff877f1d12577700a9c5fbe4adce25"
19468
  }
19469
  },
19470
  "failures": []
 
19537
  "local": {
19538
  "path": "repo:THREE_FOUNDATION_PIPELINES.md",
19539
  "exists": true,
19540
+ "bytes": 7710,
19541
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19542
  },
19543
  "mirrors": {
19544
  "hf_space": {
19545
  "path": "hf_space:THREE_FOUNDATION_PIPELINES.md",
19546
  "exists": true,
19547
+ "bytes": 7710,
19548
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19549
  },
19550
  "hf_artifacts": {
19551
  "path": "hf_artifacts:THREE_FOUNDATION_PIPELINES.md",
19552
  "exists": true,
19553
+ "bytes": 7710,
19554
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19555
  },
19556
  "hf_model": {
19557
  "path": "hf_model:THREE_FOUNDATION_PIPELINES.md",
19558
  "exists": true,
19559
+ "bytes": 7710,
19560
+ "sha256": "3992da548fa25edbf1d9634c094322c70f30c4d21ce14825ba15783f7f78926d"
19561
  }
19562
  },
19563
  "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-17T15:16:15+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
@@ -18,7 +18,7 @@
18
  "website_integrity": {
19
  "exists": true,
20
  "status": "pass",
21
- "generated_at_utc": "2026-06-17T13:55:22+00:00"
22
  },
23
  "rendered_site_check": {
24
  "exists": true,
@@ -28,12 +28,12 @@
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
- "generated_at_utc": "2026-06-17T13:55:20+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
- "generated_at_utc": "2026-06-17T13:55:20+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
@@ -43,12 +43,12 @@
43
  "publication_package": {
44
  "exists": true,
45
  "status": "pass",
46
- "generated_at_utc": "2026-06-17T13:55:30+00:00"
47
  },
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
- "generated_at_utc": "2026-06-17T13:55:47+00:00"
52
  }
53
  },
54
  "failures": {}
 
1
  {
2
  "title": "Ropedia Xperience-10M Public Project Surface",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-17T16:21:20+00:00",
5
  "scope": "Repo README, GitHub Pages HTML, Hugging Face Space card, artifact dataset card, and model card.",
6
  "checks": [
7
  {
 
18
  "website_integrity": {
19
  "exists": true,
20
  "status": "pass",
21
+ "generated_at_utc": "2026-06-17T15:17:21+00:00"
22
  },
23
  "rendered_site_check": {
24
  "exists": true,
 
28
  "task_surface_integrity": {
29
  "exists": true,
30
  "status": "pass",
31
+ "generated_at_utc": "2026-06-17T15:17:20+00:00"
32
  },
33
  "source_alignment": {
34
  "exists": true,
35
  "status": "pass",
36
+ "generated_at_utc": "2026-06-17T15:17:20+00:00"
37
  },
38
  "scale_up_status": {
39
  "exists": true,
 
43
  "publication_package": {
44
  "exists": true,
45
  "status": "pass",
46
+ "generated_at_utc": "2026-06-17T15:17:33+00:00"
47
  },
48
  "mirror_parity": {
49
  "exists": true,
50
  "status": "pass",
51
+ "generated_at_utc": "2026-06-17T15:57:50+00:00"
52
  }
53
  },
54
  "failures": {}
metrics/publication_audit.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-17T15:17:33+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
@@ -145,6 +145,7 @@
145
  "scripts/build_public_surface_qa.py": true,
146
  "scripts/build_rendered_site_check.py": true,
147
  "scripts/build_interactive_research_roadmap.py": true,
 
148
  "scripts/verify_live_publication.py": true,
149
  "scripts/validate_mirror_parity.py": true,
150
  "scripts/validate_scope_claims.py": true,
@@ -203,8 +204,8 @@
203
  "github_repo": {
204
  "root": "repo",
205
  "exists": true,
206
- "file_count": 1216,
207
- "text_file_count": 1018,
208
  "largest_file": {
209
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
210
  "bytes": 55702978
@@ -214,8 +215,8 @@
214
  "hf_space_bundle": {
215
  "root": "hf_publish/space",
216
  "exists": true,
217
- "file_count": 1005,
218
- "text_file_count": 843,
219
  "largest_file": {
220
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
221
  "bytes": 55702978
@@ -225,8 +226,8 @@
225
  "hf_artifact_bundle": {
226
  "root": "hf_publish/artifacts",
227
  "exists": true,
228
- "file_count": 2389,
229
- "text_file_count": 1036,
230
  "largest_file": {
231
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
232
  "bytes": 55702978
@@ -236,8 +237,8 @@
236
  "hf_model_bundle": {
237
  "root": "hf_publish/model",
238
  "exists": true,
239
- "file_count": 2824,
240
- "text_file_count": 1197,
241
  "largest_file": {
242
  "path": "pytorch_model.bin",
243
  "bytes": 93495480
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:23:32+00:00",
4
  "checks": [
5
  {
6
  "name": "required_publication_assets_present",
 
145
  "scripts/build_public_surface_qa.py": true,
146
  "scripts/build_rendered_site_check.py": true,
147
  "scripts/build_interactive_research_roadmap.py": true,
148
+ "scripts/render_foundation_pipeline_diagrams.py": true,
149
  "scripts/verify_live_publication.py": true,
150
  "scripts/validate_mirror_parity.py": true,
151
  "scripts/validate_scope_claims.py": true,
 
204
  "github_repo": {
205
  "root": "repo",
206
  "exists": true,
207
+ "file_count": 1217,
208
+ "text_file_count": 1019,
209
  "largest_file": {
210
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
211
  "bytes": 55702978
 
215
  "hf_space_bundle": {
216
  "root": "hf_publish/space",
217
  "exists": true,
218
+ "file_count": 1010,
219
+ "text_file_count": 845,
220
  "largest_file": {
221
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
222
  "bytes": 55702978
 
226
  "hf_artifact_bundle": {
227
  "root": "hf_publish/artifacts",
228
  "exists": true,
229
+ "file_count": 2410,
230
+ "text_file_count": 1041,
231
  "largest_file": {
232
  "path": "results/episode_task_suite/modality_reconstruction/predictions.npz",
233
  "bytes": 55702978
 
237
  "hf_model_bundle": {
238
  "root": "hf_publish/model",
239
  "exists": true,
240
+ "file_count": 2835,
241
+ "text_file_count": 1200,
242
  "largest_file": {
243
  "path": "pytorch_model.bin",
244
  "bytes": 93495480
metrics/research_roadmap_interactive.json CHANGED
@@ -2222,7 +2222,7 @@
2222
  ],
2223
  "status": "planning_artifact"
2224
  },
2225
- "generated_at_utc": "2026-06-17T13:02:21+00:00",
2226
  "omni_plan": {
2227
  "adapter": "LoRA rank 16, alpha 32, dropout 0.05",
2228
  "backbone": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
@@ -3266,8 +3266,48 @@
3266
  "language questions"
3267
  ],
3268
  "current_maturity": "Ready as a pipeline and evaluation contract.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3269
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
3270
  "id": "spatial_intelligence",
 
3271
  "intermediate_artifacts": [
3272
  "synchronized camera window manifest",
3273
  "pose and depth availability report",
@@ -3287,7 +3327,8 @@
3287
  "language answers grounded in the scene"
3288
  ],
3289
  "question": "Can the model recover and reason over space from video?",
3290
- "title": "Spatial intelligence models"
 
3291
  },
3292
  {
3293
  "avoid_claiming_now": [
@@ -3304,8 +3345,48 @@
3304
  "future windows"
3305
  ],
3306
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3307
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
3308
  "id": "human_video_world_models",
 
3309
  "intermediate_artifacts": [
3310
  "observed and future window pairs",
3311
  "future label targets",
@@ -3324,7 +3405,8 @@
3324
  "future-window quality metrics"
3325
  ],
3326
  "question": "Can the model predict what happens next?",
3327
- "title": "Human-video world models"
 
3328
  },
3329
  {
3330
  "avoid_claiming_now": [
@@ -3340,8 +3422,48 @@
3340
  "procedure and subtask labels"
3341
  ],
3342
  "current_maturity": "Feasible but gated by action-target conversion.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3343
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
3344
  "id": "vision_language_action",
 
3345
  "intermediate_artifacts": [
3346
  "action-token vocabulary",
3347
  "action-chunk windows",
@@ -3360,7 +3482,8 @@
3360
  "policy or VLA held-out metrics"
3361
  ],
3362
  "question": "Can the model turn what it sees and reads into action?",
3363
- "title": "Vision-language-action models"
 
3364
  }
3365
  ]
3366
  },
 
2222
  ],
2223
  "status": "planning_artifact"
2224
  },
2225
+ "generated_at_utc": "2026-06-17T16:20:57+00:00",
2226
  "omni_plan": {
2227
  "adapter": "LoRA rank 16, alpha 32, dropout 0.05",
2228
  "backbone": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
 
3266
  "language questions"
3267
  ],
3268
  "current_maturity": "Ready as a pipeline and evaluation contract.",
3269
+ "diagram_flow": [
3270
+ {
3271
+ "items": [
3272
+ "multiview RGB plus egocentric video",
3273
+ "metric depth and confidence",
3274
+ "camera pose, calibration, SLAM",
3275
+ "object, contact, and language cues"
3276
+ ],
3277
+ "stage": "inputs"
3278
+ },
3279
+ {
3280
+ "items": [
3281
+ "spatial QA and object count",
3282
+ "object permanence across windows",
3283
+ "relative location and retrieval",
3284
+ "pose-aware 3D consistency"
3285
+ ],
3286
+ "stage": "tasks_targets"
3287
+ },
3288
+ {
3289
+ "items": [
3290
+ "export scene/object memory records",
3291
+ "train spatial-memory encoder",
3292
+ "add geometry-aware QA and retrieval heads",
3293
+ "keep episode-level split discipline"
3294
+ ],
3295
+ "stage": "train_models"
3296
+ },
3297
+ {
3298
+ "items": [
3299
+ "held-out episode spatial metrics",
3300
+ "count and relation accuracy",
3301
+ "retrieval rank and consistency",
3302
+ "saved predictions before public claim"
3303
+ ],
3304
+ "stage": "evaluate_gates"
3305
+ }
3306
+ ],
3307
+ "diagram_image": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
3308
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
3309
  "id": "spatial_intelligence",
3310
+ "image_alt": "Task-training diagram for the spatial intelligence pipeline: inputs, spatial task targets, model training route, and evaluation gates.",
3311
  "intermediate_artifacts": [
3312
  "synchronized camera window manifest",
3313
  "pose and depth availability report",
 
3327
  "language answers grounded in the scene"
3328
  ],
3329
  "question": "Can the model recover and reason over space from video?",
3330
+ "title": "Spatial intelligence models",
3331
+ "website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png"
3332
  },
3333
  {
3334
  "avoid_claiming_now": [
 
3345
  "future windows"
3346
  ],
3347
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
3348
+ "diagram_flow": [
3349
+ {
3350
+ "items": [
3351
+ "observed video/audio/sensor window",
3352
+ "hand/body motion and camera pose",
3353
+ "object/contact state",
3354
+ "action and subtask labels"
3355
+ ],
3356
+ "stage": "inputs"
3357
+ },
3358
+ {
3359
+ "items": [
3360
+ "next action and next subtask",
3361
+ "future object set",
3362
+ "contact transition",
3363
+ "camera-motion delta or latent future"
3364
+ ],
3365
+ "stage": "tasks_targets"
3366
+ },
3367
+ {
3368
+ "items": [
3369
+ "Qwen structured future probes",
3370
+ "Cosmos/dynamics branch separately",
3371
+ "latent rollout or reconstruction loss",
3372
+ "no target-side future leakage"
3373
+ ],
3374
+ "stage": "train_models"
3375
+ },
3376
+ {
3377
+ "items": [
3378
+ "held-out future-task metrics",
3379
+ "contact and object-set F1",
3380
+ "rollout or latent consistency",
3381
+ "per-episode breakdown and examples"
3382
+ ],
3383
+ "stage": "evaluate_gates"
3384
+ }
3385
+ ],
3386
+ "diagram_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
3387
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
3388
  "id": "human_video_world_models",
3389
+ "image_alt": "Task-training diagram for the human-video world model pipeline: observed-window inputs, future targets, model training route, and held-out evaluation gates.",
3390
  "intermediate_artifacts": [
3391
  "observed and future window pairs",
3392
  "future label targets",
 
3405
  "future-window quality metrics"
3406
  ],
3407
  "question": "Can the model predict what happens next?",
3408
+ "title": "Human-video world models",
3409
+ "website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png"
3410
  },
3411
  {
3412
  "avoid_claiming_now": [
 
3422
  "procedure and subtask labels"
3423
  ],
3424
  "current_maturity": "Feasible but gated by action-target conversion.",
3425
+ "diagram_flow": [
3426
+ {
3427
+ "items": [
3428
+ "egocentric video and captions",
3429
+ "objects, contacts, and procedures",
3430
+ "hand/body motion windows",
3431
+ "subtask labels and language context"
3432
+ ],
3433
+ "stage": "inputs"
3434
+ },
3435
+ {
3436
+ "items": [
3437
+ "action-token vocabulary",
3438
+ "next action and action chunks",
3439
+ "object-conditioned actions",
3440
+ "contact state and subtask transition"
3441
+ ],
3442
+ "stage": "tasks_targets"
3443
+ },
3444
+ {
3445
+ "items": [
3446
+ "build action-space converter",
3447
+ "normalize and audit action chunks",
3448
+ "train VLA/policy-compatible head",
3449
+ "track leakage and retargeting reports"
3450
+ ],
3451
+ "stage": "train_models"
3452
+ },
3453
+ {
3454
+ "items": [
3455
+ "held-out action metrics",
3456
+ "chunk and next-action accuracy",
3457
+ "object/contact-conditioned scores",
3458
+ "policy card before robot-policy claim"
3459
+ ],
3460
+ "stage": "evaluate_gates"
3461
+ }
3462
+ ],
3463
+ "diagram_image": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
3464
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
3465
  "id": "vision_language_action",
3466
+ "image_alt": "Task-training diagram for the vision-language-action pipeline: observation and language inputs, action targets, VLA training route, and action evaluation gates.",
3467
  "intermediate_artifacts": [
3468
  "action-token vocabulary",
3469
  "action-chunk windows",
 
3482
  "policy or VLA held-out metrics"
3483
  ],
3484
  "question": "Can the model turn what it sees and reads into action?",
3485
+ "title": "Vision-language-action models",
3486
+ "website_image": "assets/foundation-pipelines/vision-language-action-pipeline.png"
3487
  }
3488
  ]
3489
  },
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-17T15:17:20+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-17T16:23:24+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-17T15:17:20+00:00",
4
  "summary": {
5
  "task_count": 12,
6
  "expected_task_count": 12,
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:23:24+00:00",
4
  "summary": {
5
  "task_count": 12,
6
  "expected_task_count": 12,
metrics/three_foundation_pipelines.json CHANGED
@@ -3,12 +3,14 @@
3
  "status": "pipeline_plan",
4
  "source_document": "THREE_FOUNDATION_PIPELINES.md",
5
  "claim_boundary": "These are supported pipeline directions, not three completed model-quality claims.",
6
- "placeholder_assets": {
7
- "status": "published_placeholders",
8
  "asset_root": "docs/assets/foundation-pipelines",
9
- "source": "ChatGPT image generation with repo-local prompt notes",
10
  "source_prompt_file": "docs/assets/foundation-pipelines/prompts.md",
11
- "note": "Images are visual placeholders for pipeline tracks. Technical claims remain governed by the Markdown/JSON contracts and verified metrics."
 
 
12
  },
13
  "shared_principles": [
14
  "Use episode-level train/validation/test separation.",
@@ -51,9 +53,47 @@
51
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
52
  "current_maturity": "Ready as a pipeline and evaluation contract.",
53
  "next_gate": "Raw depth and pose artifacts plus held-out multi-episode spatial metrics.",
54
- "placeholder_image": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
55
  "website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
56
- "image_alt": "Placeholder visual for the spatial intelligence pipeline: multiview video, depth, and pose inputs feeding scene memory and spatial reasoning outputs.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  "avoid_claiming_now": [
58
  "full neural rendering",
59
  "full 3D reconstruction",
@@ -92,9 +132,47 @@
92
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
93
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
94
  "next_gate": "Stronger future-state metrics, qualitative future examples, and held-out episode breakdowns.",
95
- "placeholder_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
96
  "website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
97
- "image_alt": "Placeholder visual for the human-video world model pipeline: observed interaction windows feeding temporal dynamics and future-state outputs.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  "avoid_claiming_now": [
99
  "strong world model from structured future-task scores alone",
100
  "visual future quality without visual or latent future metrics"
@@ -131,9 +209,47 @@
131
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
132
  "current_maturity": "Feasible but gated by action-target conversion.",
133
  "next_gate": "Traceable action tokens, normalization, retargeting metadata, and held-out policy metrics.",
134
- "placeholder_image": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
135
  "website_image": "assets/foundation-pipelines/vision-language-action-pipeline.png",
136
- "image_alt": "Placeholder visual for the vision-language-action pipeline: video, language, motion, and contact cues feeding action-chunk outputs.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  "avoid_claiming_now": [
138
  "robot policy quality",
139
  "policy generalization before action-space evidence exists"
 
3
  "status": "pipeline_plan",
4
  "source_document": "THREE_FOUNDATION_PIPELINES.md",
5
  "claim_boundary": "These are supported pipeline directions, not three completed model-quality claims.",
6
+ "diagram_assets": {
7
+ "status": "published_task_training_diagrams",
8
  "asset_root": "docs/assets/foundation-pipelines",
9
+ "source": "ChatGPT image-generation prompt exploration with deterministic repo-rendered labels",
10
  "source_prompt_file": "docs/assets/foundation-pipelines/prompts.md",
11
+ "renderer_script": "scripts/render_foundation_pipeline_diagrams.py",
12
+ "diagram_type": "inputs_to_tasks_to_training_to_evaluation",
13
+ "note": "Images are task-training communication diagrams for pipeline tracks. Technical claims remain governed by the Markdown/JSON contracts and verified metrics."
14
  },
15
  "shared_principles": [
16
  "Use episode-level train/validation/test separation.",
 
53
  "first_pipeline": "Build a spatial-memory exporter, start with metric depth and pose consistency tasks, then evaluate spatial QA, object permanence, counting, retrieval, and pose-aware consistency.",
54
  "current_maturity": "Ready as a pipeline and evaluation contract.",
55
  "next_gate": "Raw depth and pose artifacts plus held-out multi-episode spatial metrics.",
56
+ "diagram_image": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
57
  "website_image": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
58
+ "image_alt": "Task-training diagram for the spatial intelligence pipeline: inputs, spatial task targets, model training route, and evaluation gates.",
59
+ "diagram_flow": [
60
+ {
61
+ "stage": "inputs",
62
+ "items": [
63
+ "multiview RGB plus egocentric video",
64
+ "metric depth and confidence",
65
+ "camera pose, calibration, SLAM",
66
+ "object, contact, and language cues"
67
+ ]
68
+ },
69
+ {
70
+ "stage": "tasks_targets",
71
+ "items": [
72
+ "spatial QA and object count",
73
+ "object permanence across windows",
74
+ "relative location and retrieval",
75
+ "pose-aware 3D consistency"
76
+ ]
77
+ },
78
+ {
79
+ "stage": "train_models",
80
+ "items": [
81
+ "export scene/object memory records",
82
+ "train spatial-memory encoder",
83
+ "add geometry-aware QA and retrieval heads",
84
+ "keep episode-level split discipline"
85
+ ]
86
+ },
87
+ {
88
+ "stage": "evaluate_gates",
89
+ "items": [
90
+ "held-out episode spatial metrics",
91
+ "count and relation accuracy",
92
+ "retrieval rank and consistency",
93
+ "saved predictions before public claim"
94
+ ]
95
+ }
96
+ ],
97
  "avoid_claiming_now": [
98
  "full neural rendering",
99
  "full 3D reconstruction",
 
132
  "first_pipeline": "Keep Qwen-style structured future probes for task interpretability, keep Cosmos-style dynamics branches separate, and add latent or feature-reconstruction metrics before claiming world-model quality.",
133
  "current_maturity": "Partially evidenced by current future-task probes and Cosmos-style branch artifacts.",
134
  "next_gate": "Stronger future-state metrics, qualitative future examples, and held-out episode breakdowns.",
135
+ "diagram_image": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
136
  "website_image": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
137
+ "image_alt": "Task-training diagram for the human-video world model pipeline: observed-window inputs, future targets, model training route, and held-out evaluation gates.",
138
+ "diagram_flow": [
139
+ {
140
+ "stage": "inputs",
141
+ "items": [
142
+ "observed video/audio/sensor window",
143
+ "hand/body motion and camera pose",
144
+ "object/contact state",
145
+ "action and subtask labels"
146
+ ]
147
+ },
148
+ {
149
+ "stage": "tasks_targets",
150
+ "items": [
151
+ "next action and next subtask",
152
+ "future object set",
153
+ "contact transition",
154
+ "camera-motion delta or latent future"
155
+ ]
156
+ },
157
+ {
158
+ "stage": "train_models",
159
+ "items": [
160
+ "Qwen structured future probes",
161
+ "Cosmos/dynamics branch separately",
162
+ "latent rollout or reconstruction loss",
163
+ "no target-side future leakage"
164
+ ]
165
+ },
166
+ {
167
+ "stage": "evaluate_gates",
168
+ "items": [
169
+ "held-out future-task metrics",
170
+ "contact and object-set F1",
171
+ "rollout or latent consistency",
172
+ "per-episode breakdown and examples"
173
+ ]
174
+ }
175
+ ],
176
  "avoid_claiming_now": [
177
  "strong world model from structured future-task scores alone",
178
  "visual future quality without visual or latent future metrics"
 
209
  "first_pipeline": "Define the action space, use existing 20-task next-action/contact/object-conditioned tasks first, then add hand-trajectory or policy-compatible action chunks after conversion is traceable.",
210
  "current_maturity": "Feasible but gated by action-target conversion.",
211
  "next_gate": "Traceable action tokens, normalization, retargeting metadata, and held-out policy metrics.",
212
+ "diagram_image": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
213
  "website_image": "assets/foundation-pipelines/vision-language-action-pipeline.png",
214
+ "image_alt": "Task-training diagram for the vision-language-action pipeline: observation and language inputs, action targets, VLA training route, and action evaluation gates.",
215
+ "diagram_flow": [
216
+ {
217
+ "stage": "inputs",
218
+ "items": [
219
+ "egocentric video and captions",
220
+ "objects, contacts, and procedures",
221
+ "hand/body motion windows",
222
+ "subtask labels and language context"
223
+ ]
224
+ },
225
+ {
226
+ "stage": "tasks_targets",
227
+ "items": [
228
+ "action-token vocabulary",
229
+ "next action and action chunks",
230
+ "object-conditioned actions",
231
+ "contact state and subtask transition"
232
+ ]
233
+ },
234
+ {
235
+ "stage": "train_models",
236
+ "items": [
237
+ "build action-space converter",
238
+ "normalize and audit action chunks",
239
+ "train VLA/policy-compatible head",
240
+ "track leakage and retargeting reports"
241
+ ]
242
+ },
243
+ {
244
+ "stage": "evaluate_gates",
245
+ "items": [
246
+ "held-out action metrics",
247
+ "chunk and next-action accuracy",
248
+ "object/contact-conditioned scores",
249
+ "policy card before robot-policy claim"
250
+ ]
251
+ }
252
+ ],
253
  "avoid_claiming_now": [
254
  "robot policy quality",
255
  "policy generalization before action-space evidence exists"
metrics/website_integrity.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "status": "pass",
3
- "generated_at_utc": "2026-06-17T15:17:21+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": 88890,
84
- "evidence_index": 119623
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": 88890,
163
- "protocol_index": 115804,
164
- "evidence_index": 119623
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
@@ -301,7 +301,7 @@
301
  },
302
  {
303
  "path": "data/artifact_index.json",
304
- "bytes": 111262,
305
  "top_level_type": "dict"
306
  },
307
  {
@@ -331,7 +331,7 @@
331
  },
332
  {
333
  "path": "data/figure_index.json",
334
- "bytes": 19501,
335
  "top_level_type": "dict"
336
  },
337
  {
@@ -341,12 +341,12 @@
341
  },
342
  {
343
  "path": "data/live_publication_status.json",
344
- "bytes": 149465,
345
  "top_level_type": "dict"
346
  },
347
  {
348
  "path": "data/mirror_parity.json",
349
- "bytes": 902747,
350
  "top_level_type": "dict"
351
  },
352
  {
@@ -391,7 +391,7 @@
391
  },
392
  {
393
  "path": "data/publication_audit.json",
394
- "bytes": 8299,
395
  "top_level_type": "dict"
396
  },
397
  {
@@ -441,7 +441,7 @@
441
  },
442
  {
443
  "path": "data/research_roadmap_interactive.json",
444
- "bytes": 150170,
445
  "top_level_type": "dict"
446
  },
447
  {
@@ -506,7 +506,7 @@
506
  },
507
  {
508
  "path": "data/three_foundation_pipelines.json",
509
- "bytes": 6518,
510
  "top_level_type": "dict"
511
  },
512
  {
@@ -521,7 +521,7 @@
521
  },
522
  {
523
  "path": "data/website_integrity.json",
524
- "bytes": 19052,
525
  "top_level_type": "dict"
526
  },
527
  {
@@ -633,25 +633,25 @@
633
  {
634
  "path": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
635
  "exists": true,
636
- "bytes": 2356312,
637
- "width": 1672,
638
- "height": 941,
639
  "format": "PNG"
640
  },
641
  {
642
  "path": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
643
  "exists": true,
644
- "bytes": 2337155,
645
- "width": 1672,
646
- "height": 941,
647
  "format": "PNG"
648
  },
649
  {
650
  "path": "assets/foundation-pipelines/vision-language-action-pipeline.png",
651
  "exists": true,
652
- "bytes": 2421011,
653
- "width": 1672,
654
- "height": 941,
655
  "format": "PNG"
656
  },
657
  {
 
1
  {
2
  "status": "pass",
3
+ "generated_at_utc": "2026-06-17T16:23:24+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": 89133,
84
+ "evidence_index": 119986
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": 89133,
163
+ "protocol_index": 116167,
164
+ "evidence_index": 119986
165
  },
166
  {
167
  "name": "evaluation_protocol_links_json",
 
301
  },
302
  {
303
  "path": "data/artifact_index.json",
304
+ "bytes": 111336,
305
  "top_level_type": "dict"
306
  },
307
  {
 
331
  },
332
  {
333
  "path": "data/figure_index.json",
334
+ "bytes": 19580,
335
  "top_level_type": "dict"
336
  },
337
  {
 
341
  },
342
  {
343
  "path": "data/live_publication_status.json",
344
+ "bytes": 161420,
345
  "top_level_type": "dict"
346
  },
347
  {
348
  "path": "data/mirror_parity.json",
349
+ "bytes": 910892,
350
  "top_level_type": "dict"
351
  },
352
  {
 
391
  },
392
  {
393
  "path": "data/publication_audit.json",
394
+ "bytes": 8604,
395
  "top_level_type": "dict"
396
  },
397
  {
 
441
  },
442
  {
443
  "path": "data/research_roadmap_interactive.json",
444
+ "bytes": 154846,
445
  "top_level_type": "dict"
446
  },
447
  {
 
506
  },
507
  {
508
  "path": "data/three_foundation_pipelines.json",
509
+ "bytes": 10084,
510
  "top_level_type": "dict"
511
  },
512
  {
 
521
  },
522
  {
523
  "path": "data/website_integrity.json",
524
+ "bytes": 19664,
525
  "top_level_type": "dict"
526
  },
527
  {
 
633
  {
634
  "path": "assets/foundation-pipelines/human-video-world-model-pipeline.png",
635
  "exists": true,
636
+ "bytes": 249668,
637
+ "width": 1800,
638
+ "height": 1012,
639
  "format": "PNG"
640
  },
641
  {
642
  "path": "assets/foundation-pipelines/spatial-intelligence-pipeline.png",
643
  "exists": true,
644
+ "bytes": 252509,
645
+ "width": 1800,
646
+ "height": 1012,
647
  "format": "PNG"
648
  },
649
  {
650
  "path": "assets/foundation-pipelines/vision-language-action-pipeline.png",
651
  "exists": true,
652
+ "bytes": 255706,
653
+ "width": 1800,
654
+ "height": 1012,
655
  "format": "PNG"
656
  },
657
  {
scripts/build_artifact_index.py CHANGED
@@ -99,28 +99,28 @@ ARTIFACTS = [
99
  "shows": "Machine-readable pipeline-track contract for the website and Hugging Face mirrors.",
100
  },
101
  {
102
- "id": "spatial_intelligence_pipeline_placeholder",
103
- "title": "Spatial intelligence pipeline placeholder",
104
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
105
  "kind": "visual_asset",
106
  "surface": "website_hf",
107
- "shows": "ChatGPT image-generated placeholder visual for the spatial intelligence model training pipeline.",
108
  },
109
  {
110
- "id": "human_video_world_model_pipeline_placeholder",
111
- "title": "Human-video world model pipeline placeholder",
112
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
113
  "kind": "visual_asset",
114
  "surface": "website_hf",
115
- "shows": "ChatGPT image-generated placeholder visual for the human-video world-model training pipeline.",
116
  },
117
  {
118
- "id": "vision_language_action_pipeline_placeholder",
119
- "title": "Vision-language-action pipeline placeholder",
120
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
121
  "kind": "visual_asset",
122
  "surface": "website_hf",
123
- "shows": "ChatGPT image-generated placeholder visual for the vision-language-action training pipeline.",
124
  },
125
  {
126
  "id": "omni_model_extension_contract",
 
99
  "shows": "Machine-readable pipeline-track contract for the website and Hugging Face mirrors.",
100
  },
101
  {
102
+ "id": "spatial_intelligence_task_training_diagram",
103
+ "title": "Spatial intelligence task-training diagram",
104
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
105
  "kind": "visual_asset",
106
  "surface": "website_hf",
107
+ "shows": "Inputs-to-tasks-to-training-to-evaluation diagram for the spatial intelligence model training pipeline.",
108
  },
109
  {
110
+ "id": "human_video_world_model_task_training_diagram",
111
+ "title": "Human-video world model task-training diagram",
112
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
113
  "kind": "visual_asset",
114
  "surface": "website_hf",
115
+ "shows": "Observed-window-to-future-targets-to-training-to-evaluation diagram for the human-video world-model training pipeline.",
116
  },
117
  {
118
+ "id": "vision_language_action_task_training_diagram",
119
+ "title": "Vision-language-action task-training diagram",
120
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
121
  "kind": "visual_asset",
122
  "surface": "website_hf",
123
+ "shows": "Observation-and-language-to-action-targets-to-VLA-training-to-evaluation diagram for the vision-language-action training pipeline.",
124
  },
125
  {
126
  "id": "omni_model_extension_contract",
scripts/build_figure_index.py CHANGED
@@ -67,27 +67,27 @@ FIGURES = [
67
  "surface": "README, website, HF Space, artifact dataset, model card",
68
  },
69
  {
70
- "id": "spatial_intelligence_pipeline_placeholder",
71
- "title": "Spatial intelligence pipeline placeholder",
72
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
73
- "role": "ChatGPT image-generated placeholder for the spatial intelligence training pipeline track.",
74
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
75
  "surface": "README, website, HF Space, artifact dataset, model card",
76
  },
77
  {
78
- "id": "human_video_world_model_pipeline_placeholder",
79
- "title": "Human-video world model pipeline placeholder",
80
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
81
- "role": "ChatGPT image-generated placeholder for the human-video world-model training pipeline track.",
82
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
83
  "surface": "README, website, HF Space, artifact dataset, model card",
84
  },
85
  {
86
- "id": "vision_language_action_pipeline_placeholder",
87
- "title": "Vision-language-action pipeline placeholder",
88
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
89
- "role": "ChatGPT image-generated placeholder for the VLA/action-policy training pipeline track.",
90
- "source_script": "docs/assets/foundation-pipelines/prompts.md",
91
  "surface": "README, website, HF Space, artifact dataset, model card",
92
  },
93
  {
 
67
  "surface": "README, website, HF Space, artifact dataset, model card",
68
  },
69
  {
70
+ "id": "spatial_intelligence_task_training_diagram",
71
+ "title": "Spatial intelligence task-training diagram",
72
  "path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
73
+ "role": "Readable inputs-to-tasks-to-training-to-evaluation diagram for the spatial intelligence pipeline track.",
74
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
75
  "surface": "README, website, HF Space, artifact dataset, model card",
76
  },
77
  {
78
+ "id": "human_video_world_model_task_training_diagram",
79
+ "title": "Human-video world model task-training diagram",
80
  "path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
81
+ "role": "Readable inputs-to-future-targets-to-training-to-evaluation diagram for the human-video world-model pipeline track.",
82
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
83
  "surface": "README, website, HF Space, artifact dataset, model card",
84
  },
85
  {
86
+ "id": "vision_language_action_task_training_diagram",
87
+ "title": "Vision-language-action task-training diagram",
88
  "path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
89
+ "role": "Readable inputs-to-action-targets-to-VLA-training-to-evaluation diagram for the VLA/action-policy pipeline track.",
90
+ "source_script": "scripts/render_foundation_pipeline_diagrams.py",
91
  "surface": "README, website, HF Space, artifact dataset, model card",
92
  },
93
  {
scripts/render_foundation_pipeline_diagrams.py ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """Render clear task/training diagrams for the three foundation pipeline tracks."""
3
+
4
+ from __future__ import annotations
5
+
6
+ from pathlib import Path
7
+ from textwrap import wrap
8
+
9
+ from PIL import Image, ImageDraw, ImageFilter, ImageFont
10
+
11
+
12
+ ROOT = Path(__file__).resolve().parents[1]
13
+ OUT_DIR = ROOT / "docs/assets/foundation-pipelines"
14
+
15
+ W, H = 1800, 1012
16
+ SCALE = 2
17
+ FONT_REG = "/System/Library/Fonts/Supplemental/Arial.ttf"
18
+ FONT_BOLD = "/System/Library/Fonts/Supplemental/Arial Bold.ttf"
19
+
20
+
21
+ def font(size: int, bold: bool = False) -> ImageFont.FreeTypeFont:
22
+ return ImageFont.truetype(FONT_BOLD if bold else FONT_REG, size * SCALE)
23
+
24
+
25
+ def sc(v: int | float) -> int:
26
+ return int(round(v * SCALE))
27
+
28
+
29
+ def rounded(draw: ImageDraw.ImageDraw, box, radius, fill, outline=None, width=1):
30
+ box = tuple(sc(x) for x in box)
31
+ draw.rounded_rectangle(box, radius=sc(radius), fill=fill, outline=outline, width=sc(width))
32
+
33
+
34
+ def line(draw: ImageDraw.ImageDraw, xy, fill, width=1):
35
+ draw.line(tuple(sc(x) for p in xy for x in p), fill=fill, width=sc(width))
36
+
37
+
38
+ def text(draw: ImageDraw.ImageDraw, xy, value, size, fill, bold=False, anchor=None):
39
+ draw.text((sc(xy[0]), sc(xy[1])), value, font=font(size, bold), fill=fill, anchor=anchor)
40
+
41
+
42
+ def multiline(draw, xy, value, size, fill, bold=False, max_chars=28, leading=1.24):
43
+ y = xy[1]
44
+ for raw in value.split("\n"):
45
+ lines = wrap(raw, max_chars) or [""]
46
+ for line_value in lines:
47
+ text(draw, (xy[0], y), line_value, size, fill, bold)
48
+ y += size * leading
49
+ return y
50
+
51
+
52
+ def arrow(draw, start, end, color):
53
+ line(draw, [start, end], color, 4)
54
+ x1, y1 = start
55
+ x2, y2 = end
56
+ head = 16
57
+ if x2 >= x1:
58
+ pts = [(x2, y2), (x2 - head, y2 - 10), (x2 - head, y2 + 10)]
59
+ else:
60
+ pts = [(x2, y2), (x2 + head, y2 - 10), (x2 + head, y2 + 10)]
61
+ draw.polygon([(sc(x), sc(y)) for x, y in pts], fill=color)
62
+
63
+
64
+ def draw_frame_stack(draw, x, y, accent):
65
+ for i in range(3):
66
+ rounded(draw, (x + i * 18, y + i * 13, x + 150 + i * 18, y + 92 + i * 13), 10, (10, 18, 18, 230), accent, 2)
67
+ line(draw, [(x + 12 + i * 18, y + 70 + i * 13), (x + 138 + i * 18, y + 34 + i * 13)], accent, 2)
68
+ rounded(draw, (x + 22 + i * 18, y + 20 + i * 13, x + 64 + i * 18, y + 52 + i * 13), 5, (80, 160, 140, 170))
69
+
70
+
71
+ def draw_depth_pose(draw, x, y, accent):
72
+ rounded(draw, (x, y, x + 170, y + 105), 12, (8, 14, 20, 235), accent, 2)
73
+ for i in range(8):
74
+ c = (30 + i * 18, 80 + i * 12, 160 + i * 8)
75
+ draw.rectangle((sc(x + 12 + i * 18), sc(y + 14), sc(x + 30 + i * 18), sc(y + 92)), fill=c)
76
+ line(draw, [(x + 108, y + 86), (x + 142, y + 36)], (230, 240, 255), 3)
77
+ line(draw, [(x + 142, y + 36), (x + 156, y + 62)], (230, 240, 255), 3)
78
+ line(draw, [(x + 142, y + 36), (x + 119, y + 48)], (230, 240, 255), 3)
79
+
80
+
81
+ def draw_world_frames(draw, x, y, accent):
82
+ for i, lab in enumerate(["t", "t+1", "t+2"]):
83
+ bx = x + i * 100
84
+ rounded(draw, (bx, y, bx + 78, y + 78), 10, (12, 18, 18, 230), accent if i == 0 else (150, 170, 170), 2)
85
+ if i > 0:
86
+ line(draw, [(bx + 14, y + 52), (bx + 62, y + 26)], accent, 2)
87
+ text(draw, (bx + 16, y + 14), lab, 18, (240, 248, 238), True)
88
+ arrow(draw, (x + 82, y + 39), (x + 96, y + 39), accent)
89
+ arrow(draw, (x + 182, y + 39), (x + 196, y + 39), accent)
90
+
91
+
92
+ def draw_action_tokens(draw, x, y, accent):
93
+ labels = ["look", "reach", "grasp", "move", "place"]
94
+ for i, lab in enumerate(labels):
95
+ bx = x + (i % 3) * 94
96
+ by = y + (i // 3) * 54
97
+ rounded(draw, (bx, by, bx + 82, by + 38), 8, (12, 18, 15, 235), accent, 2)
98
+ text(draw, (bx + 41, by + 11), lab, 16, (238, 248, 232), True, "ma")
99
+
100
+
101
+ def draw_column(draw, box, title, items, accent, icon_kind):
102
+ x1, y1, x2, y2 = box
103
+ rounded(draw, box, 18, (7, 12, 13, 230), (62, 82, 76), 1)
104
+ text(draw, (x1 + 22, y1 + 22), title.upper(), 19, accent, True)
105
+
106
+ icon_y = y1 + 62
107
+ if icon_kind == "frames":
108
+ draw_frame_stack(draw, x1 + 22, icon_y, accent)
109
+ elif icon_kind == "depth":
110
+ draw_depth_pose(draw, x1 + 22, icon_y, accent)
111
+ elif icon_kind == "world":
112
+ draw_world_frames(draw, x1 + 22, icon_y + 10, accent)
113
+ elif icon_kind == "tokens":
114
+ draw_action_tokens(draw, x1 + 22, icon_y + 8, accent)
115
+ elif icon_kind == "model":
116
+ cx, cy = x1 + 112, icon_y + 54
117
+ for r in [64, 46, 28]:
118
+ draw.ellipse((sc(cx - r), sc(cy - r), sc(cx + r), sc(cy + r)), outline=accent, width=sc(2))
119
+ for dx, dy in [(-62, -18), (-44, 48), (0, -58), (46, -36), (58, 36), (4, 60)]:
120
+ draw.ellipse((sc(cx + dx - 5), sc(cy + dy - 5), sc(cx + dx + 5), sc(cy + dy + 5)), fill=accent)
121
+ else:
122
+ rounded(draw, (x1 + 22, icon_y, x1 + 178, icon_y + 96), 14, (10, 20, 18, 230), accent, 2)
123
+ for i in range(5):
124
+ line(draw, [(x1 + 42, icon_y + 78 - i * 12), (x1 + 162, icon_y + 30 + i * 5)], accent, 2)
125
+
126
+ y = y1 + 198
127
+ for item in items:
128
+ rounded(draw, (x1 + 22, y + 2, x1 + 34, y + 14), 3, accent)
129
+ y = multiline(draw, (x1 + 48, y - 4), item, 18, (224, 232, 224), False, max_chars=27)
130
+ y += 10
131
+
132
+
133
+ def background(accent_a, accent_b):
134
+ img = Image.new("RGB", (W * SCALE, H * SCALE), (3, 7, 7))
135
+ draw = ImageDraw.Draw(img, "RGBA")
136
+ for y in range(H * SCALE):
137
+ ratio = y / (H * SCALE)
138
+ r = int(4 + ratio * 9)
139
+ g = int(8 + ratio * 18)
140
+ b = int(9 + ratio * 15)
141
+ draw.line((0, y, W * SCALE, y), fill=(r, g, b, 255))
142
+
143
+ for i in range(0, W, 72):
144
+ line(draw, [(i, 0), (i + 400, H)], (40, 65, 58, 38), 1)
145
+ for j in range(100, H, 115):
146
+ line(draw, [(0, j), (W, j - 90)], (52, 83, 74, 22), 1)
147
+
148
+ glow = Image.new("RGBA", img.size, (0, 0, 0, 0))
149
+ gd = ImageDraw.Draw(glow, "RGBA")
150
+ gd.ellipse((sc(1100), sc(-260), sc(2180), sc(760)), fill=accent_a + (34,))
151
+ gd.ellipse((sc(-320), sc(480), sc(600), sc(1300)), fill=accent_b + (26,))
152
+ glow = glow.filter(ImageFilter.GaussianBlur(sc(56)))
153
+ img = Image.alpha_composite(img.convert("RGBA"), glow)
154
+ return img
155
+
156
+
157
+ TRACKS = [
158
+ {
159
+ "file": "spatial-intelligence-pipeline.png",
160
+ "accent": (120, 244, 214),
161
+ "accent2": (204, 255, 160),
162
+ "title": "Spatial Intelligence",
163
+ "subtitle": "Train models to convert video, depth, and pose into scene memory and spatial reasoning.",
164
+ "status": "Pipeline contract: ready. Strong claims need raw depth/pose artifacts plus held-out metrics.",
165
+ "columns": [
166
+ ("inputs", "Inputs", ["multiview RGB + egocentric video", "metric depth and confidence", "camera pose, calibration, SLAM", "object, contact, and language cues"], "depth"),
167
+ ("targets", "Tasks / targets", ["spatial QA and object count", "object permanence across windows", "relative location and retrieval", "pose-aware 3D consistency"], "frames"),
168
+ ("train", "Train models", ["export scene/object memory records", "train spatial-memory encoder", "add geometry-aware QA/retrieval heads", "keep episode-level split discipline"], "model"),
169
+ ("eval", "Evaluate gates", ["held-out episode spatial metrics", "count/relation accuracy", "retrieval rank and consistency", "saved predictions before public claim"], "metrics"),
170
+ ],
171
+ },
172
+ {
173
+ "file": "human-video-world-model-pipeline.png",
174
+ "accent": (255, 196, 116),
175
+ "accent2": (112, 226, 240),
176
+ "title": "Human-Video World Model",
177
+ "subtitle": "Train models to predict future interaction state from observed human video windows.",
178
+ "status": "Partially evidenced by future probes and Cosmos-style branches; visual/latent future metrics remain gated.",
179
+ "columns": [
180
+ ("inputs", "Inputs", ["observed video/audio/sensor window", "hand/body motion and camera pose", "object/contact state", "action and subtask labels"], "world"),
181
+ ("targets", "Tasks / targets", ["next action and next subtask", "future object set", "contact transition", "camera-motion delta or latent future"], "frames"),
182
+ ("train", "Train models", ["Qwen structured future probes", "Cosmos/dynamics branch separately", "latent rollout or reconstruction loss", "no target-side future leakage"], "model"),
183
+ ("eval", "Evaluate gates", ["held-out future-task metrics", "contact and object-set F1", "rollout or latent consistency", "per-episode breakdown and examples"], "metrics"),
184
+ ],
185
+ },
186
+ {
187
+ "file": "vision-language-action-pipeline.png",
188
+ "accent": (164, 255, 159),
189
+ "accent2": (178, 142, 255),
190
+ "title": "Vision-Language-Action",
191
+ "subtitle": "Train models that map egocentric video and language into traceable action chunks.",
192
+ "status": "Feasible but gated by action-token conversion, normalization, retargeting, and policy metrics.",
193
+ "columns": [
194
+ ("inputs", "Inputs", ["egocentric video and captions", "objects, contacts, and procedures", "hand/body motion windows", "subtask labels and language context"], "tokens"),
195
+ ("targets", "Tasks / targets", ["action-token vocabulary", "next action and action chunks", "object-conditioned actions", "contact state and subtask transition"], "frames"),
196
+ ("train", "Train models", ["build action-space converter", "normalize and audit action chunks", "train VLA/policy-compatible head", "track leakage and retargeting reports"], "model"),
197
+ ("eval", "Evaluate gates", ["held-out action metrics", "chunk and next-action accuracy", "object/contact-conditioned scores", "policy card before robot-policy claim"], "metrics"),
198
+ ],
199
+ },
200
+ ]
201
+
202
+
203
+ def render(track):
204
+ img = background(track["accent"], track["accent2"])
205
+ draw = ImageDraw.Draw(img, "RGBA")
206
+ accent = track["accent"] + (255,)
207
+ accent2 = track["accent2"] + (255,)
208
+
209
+ rounded(draw, (42, 38, W - 42, H - 38), 28, (3, 8, 8, 182), (84, 112, 104), 2)
210
+ text(draw, (82, 74), "Ropedia Xperience-10M", 19, (222, 232, 222), True)
211
+ text(draw, (82, 110), track["title"], 48, (248, 252, 246), True)
212
+ multiline(draw, (84, 172), track["subtitle"], 24, (194, 211, 202), False, max_chars=82)
213
+ rounded(draw, (1140, 72, 1688, 152), 18, (10, 18, 16, 220), accent2, 2)
214
+ text(draw, (1165, 98), "Direction -> task targets -> model training -> evaluation", 22, (246, 255, 239), True)
215
+
216
+ col_w = 390
217
+ gap = 34
218
+ start_x = 82
219
+ y1 = 250
220
+ y2 = 808
221
+ centers = []
222
+ for i, (_, title_value, items, icon_kind) in enumerate(track["columns"]):
223
+ x1 = start_x + i * (col_w + gap)
224
+ draw_column(draw, (x1, y1, x1 + col_w, y2), title_value, items, accent, icon_kind)
225
+ centers.append((x1 + col_w, (y1 + y2) / 2))
226
+ if i > 0:
227
+ prev_x = start_x + (i - 1) * (col_w + gap) + col_w
228
+ arrow(draw, (prev_x + 10, (y1 + y2) / 2), (x1 - 12, (y1 + y2) / 2), accent)
229
+
230
+ rounded(draw, (82, 846, W - 82, 930), 18, (8, 14, 12, 230), accent2, 2)
231
+ text(draw, (110, 872), "Claim boundary", 21, accent2, True)
232
+ multiline(draw, (310, 868), track["status"], 21, (232, 240, 232), False, max_chars=104)
233
+
234
+ out = img.convert("RGB").resize((W, H), Image.Resampling.LANCZOS)
235
+ OUT_DIR.mkdir(parents=True, exist_ok=True)
236
+ out.save(OUT_DIR / track["file"], optimize=True, quality=95)
237
+
238
+
239
+ def main():
240
+ for track in TRACKS:
241
+ render(track)
242
+ print("Rendered foundation pipeline diagrams:")
243
+ for track in TRACKS:
244
+ path = OUT_DIR / track["file"]
245
+ print(f"- {path} ({path.stat().st_size} bytes)")
246
+
247
+
248
+ if __name__ == "__main__":
249
+ main()
scripts/validate_mirror_parity.py CHANGED
@@ -140,6 +140,7 @@ SCRIPT_FILES = [
140
  "build_public_surface_qa.py",
141
  "build_rendered_site_check.py",
142
  "build_interactive_research_roadmap.py",
 
143
  "build_single_episode_explorer.py",
144
  "build_task_method_20_gap_audit.py",
145
  "build_research_takeaways.py",
 
140
  "build_public_surface_qa.py",
141
  "build_rendered_site_check.py",
142
  "build_interactive_research_roadmap.py",
143
+ "render_foundation_pipeline_diagrams.py",
144
  "build_single_episode_explorer.py",
145
  "build_task_method_20_gap_audit.py",
146
  "build_research_takeaways.py",
scripts/validate_publication_package.py CHANGED
@@ -356,6 +356,7 @@ def required_assets(root: Path) -> dict[str, bool]:
356
  "scripts/build_public_surface_qa.py",
357
  "scripts/build_rendered_site_check.py",
358
  "scripts/build_interactive_research_roadmap.py",
 
359
  "scripts/verify_live_publication.py",
360
  "scripts/validate_mirror_parity.py",
361
  "scripts/validate_scope_claims.py",
 
356
  "scripts/build_public_surface_qa.py",
357
  "scripts/build_rendered_site_check.py",
358
  "scripts/build_interactive_research_roadmap.py",
359
+ "scripts/render_foundation_pipeline_diagrams.py",
360
  "scripts/verify_live_publication.py",
361
  "scripts/validate_mirror_parity.py",
362
  "scripts/validate_scope_claims.py",
scripts/verify_live_publication.py CHANGED
@@ -439,8 +439,8 @@ HASH_GROUPS = [
439
  },
440
  },
441
  {
442
- "id": "spatial_intelligence_pipeline_placeholder",
443
- "title": "Spatial intelligence pipeline placeholder",
444
  "local_path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
445
  "urls": {
446
  "github_pages": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
@@ -450,8 +450,8 @@ HASH_GROUPS = [
450
  },
451
  },
452
  {
453
- "id": "human_video_world_model_pipeline_placeholder",
454
- "title": "Human-video world model pipeline placeholder",
455
  "local_path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
456
  "urls": {
457
  "github_pages": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/assets/foundation-pipelines/human-video-world-model-pipeline.png",
@@ -461,8 +461,8 @@ HASH_GROUPS = [
461
  },
462
  },
463
  {
464
- "id": "vision_language_action_pipeline_placeholder",
465
- "title": "Vision-language-action pipeline placeholder",
466
  "local_path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
467
  "urls": {
468
  "github_pages": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/assets/foundation-pipelines/vision-language-action-pipeline.png",
 
439
  },
440
  },
441
  {
442
+ "id": "spatial_intelligence_task_training_diagram",
443
+ "title": "Spatial intelligence task-training diagram",
444
  "local_path": "docs/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
445
  "urls": {
446
  "github_pages": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/assets/foundation-pipelines/spatial-intelligence-pipeline.png",
 
450
  },
451
  },
452
  {
453
+ "id": "human_video_world_model_task_training_diagram",
454
+ "title": "Human-video world model task-training diagram",
455
  "local_path": "docs/assets/foundation-pipelines/human-video-world-model-pipeline.png",
456
  "urls": {
457
  "github_pages": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/assets/foundation-pipelines/human-video-world-model-pipeline.png",
 
461
  },
462
  },
463
  {
464
+ "id": "vision_language_action_task_training_diagram",
465
+ "title": "Vision-language-action task-training diagram",
466
  "local_path": "docs/assets/foundation-pipelines/vision-language-action-pipeline.png",
467
  "urls": {
468
  "github_pages": "https://chaoyue0307.github.io/ropedia-xperience-10m-task-suite/assets/foundation-pipelines/vision-language-action-pipeline.png",