Spaces:
Running
Running
Merge main into trusted shell migration
Browse filesCo-authored-by: OpenAI Codex <codex@openai.com>
- .github/workflows/sync_to_hf.yml +1 -1
- AGENTS.md +2 -3
.github/workflows/sync_to_hf.yml
CHANGED
|
@@ -67,4 +67,4 @@ jobs:
|
|
| 67 |
sleep "$delay"
|
| 68 |
done
|
| 69 |
echo "Hugging Face push failed after 5 attempts." >&2
|
| 70 |
-
exit 1
|
|
|
|
| 67 |
sleep "$delay"
|
| 68 |
done
|
| 69 |
echo "Hugging Face push failed after 5 attempts." >&2
|
| 70 |
+
exit 1
|
AGENTS.md
CHANGED
|
@@ -141,9 +141,8 @@ technical cutaway animation.
|
|
| 141 |
to retry that final push with bounded backoff.
|
| 142 |
- The next GitHub Actions sync run succeeded:
|
| 143 |
`https://github.com/Bigstonks1/Snap2Sim/actions/runs/27487136019`.
|
| 144 |
-
- Hugging Face Space `jasondo111/Snap2Sim`
|
| 145 |
-
`
|
| 146 |
-
the final handoff-note sync.
|
| 147 |
- `PROMPT.md` was updated with a new critical path: `gradio.Server`,
|
| 148 |
`index.html`, A-Frame model scene generation, `generate_scene` naming, and a
|
| 149 |
deterministic Three.js fallback in browser JS.
|
|
|
|
| 141 |
to retry that final push with bounded backoff.
|
| 142 |
- The next GitHub Actions sync run succeeded:
|
| 143 |
`https://github.com/Bigstonks1/Snap2Sim/actions/runs/27487136019`.
|
| 144 |
+
- Hugging Face Space `jasondo111/Snap2Sim` reports SHA
|
| 145 |
+
`d70e374bea16acaa41c322942815d3cb213745f4`, matching GitHub `main`.
|
|
|
|
| 146 |
- `PROMPT.md` was updated with a new critical path: `gradio.Server`,
|
| 147 |
`index.html`, A-Frame model scene generation, `generate_scene` naming, and a
|
| 148 |
deterministic Three.js fallback in browser JS.
|