jasondo OpenAI Codex commited on
Commit
eb5fefd
·
2 Parent(s): 53f7d611d7962a

Merge main into trusted shell migration

Browse files

Co-authored-by: OpenAI Codex <codex@openai.com>

Files changed (2) hide show
  1. .github/workflows/sync_to_hf.yml +1 -1
  2. 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` later reported SHA
145
- `bfe49606478d6e922b0f973409fa3433f9d9ed9d`, matching GitHub `main`, after
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.