jasondo OpenAI Codex commited on
Commit
1d7962a
·
1 Parent(s): 73eae48

Record successful Hugging Face sync

Browse files

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

Files changed (1) hide show
  1. AGENTS.md +6 -3
AGENTS.md CHANGED
@@ -127,8 +127,12 @@ annotated technical cutaway animation.
127
  and requires GitHub secret `HF_TOKEN`.
128
  - User reported the GitHub Actions `HF_TOKEN` secret has been added.
129
  - PR #1 was merged to `main`. The first GitHub-to-HF sync run reached the final
130
- push step but failed with Hugging Face HTTP `429`; the workflow now retries
131
- that final push with bounded backoff.
 
 
 
 
132
  - Documented GitHub as the source of truth:
133
  `https://github.com/Bigstonks1/Snap2Sim`. Do not edit files directly on the
134
  Hugging Face Space; they will be overwritten by the sync workflow.
@@ -143,7 +147,6 @@ annotated technical cutaway animation.
143
  deterministic `generate_threejs` endpoint for scene rendering.
144
  - Keep the Hugging Face Space private until the user explicitly approves making
145
  it public for submission.
146
- - Verify the next GitHub Actions sync run succeeds after the retry update.
147
  - If Three.js model generation is too brittle, keep using the deterministic
148
  local scene generator for the demo while still using Nemotron for analysis.
149
  - Document final submission links and bonus claims.
 
127
  and requires GitHub secret `HF_TOKEN`.
128
  - User reported the GitHub Actions `HF_TOKEN` secret has been added.
129
  - PR #1 was merged to `main`. The first GitHub-to-HF sync run reached the final
130
+ push step but failed with Hugging Face HTTP `429`; the workflow was updated
131
+ to retry that final push with bounded backoff.
132
+ - The next GitHub Actions sync run succeeded:
133
+ `https://github.com/Bigstonks1/Snap2Sim/actions/runs/27487136019`.
134
+ - Hugging Face Space `jasondo111/Snap2Sim` reports SHA
135
+ `d70e374bea16acaa41c322942815d3cb213745f4`, matching GitHub `main`.
136
  - Documented GitHub as the source of truth:
137
  `https://github.com/Bigstonks1/Snap2Sim`. Do not edit files directly on the
138
  Hugging Face Space; they will be overwritten by the sync workflow.
 
147
  deterministic `generate_threejs` endpoint for scene rendering.
148
  - Keep the Hugging Face Space private until the user explicitly approves making
149
  it public for submission.
 
150
  - If Three.js model generation is too brittle, keep using the deterministic
151
  local scene generator for the demo while still using Nemotron for analysis.
152
  - Document final submission links and bonus claims.