jasondo OpenAI Codex commited on
Commit
c5339c8
·
1 Parent(s): e7369eb

Document motion axis deployment

Browse files

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

Files changed (2) hide show
  1. AGENTS.md +13 -0
  2. docs/reviews/motion-axis-bias.md +8 -0
AGENTS.md CHANGED
@@ -386,6 +386,19 @@ technical cutaway animation.
386
  `run_analysis_endpoint_check` returned a rotating `dial` with
387
  `axis: [1, 0, 0]`, stable Modal deploy completed, and unauthenticated stable
388
  `runtime_probe` still returned `401 Unauthorized`.
 
 
 
 
 
 
 
 
 
 
 
 
 
389
 
390
  ## Next Work
391
 
 
386
  `run_analysis_endpoint_check` returned a rotating `dial` with
387
  `axis: [1, 0, 0]`, stable Modal deploy completed, and unauthenticated stable
388
  `runtime_probe` still returned `401 Unauthorized`.
389
+ - Committed and pushed `5e65d06` (`Reduce motion axis bias`) to GitHub `main`.
390
+ The first GitHub-to-HF sync failed because the new README
391
+ `short_description` exceeded Hugging Face's 60-character metadata limit.
392
+ Committed and pushed `e7369eb` (`Fix Space metadata length`), after which
393
+ GitHub Actions sync run `27544185461` completed successfully.
394
+ - Hugging Face Space `jasondo111/Snap2Sim` reported SHA
395
+ `e7369eb7e22f8e25bbbac95a1531bacf242446cb`, remained private, and was running
396
+ on `cpu-basic`. Authenticated private Space verification after the
397
+ motion-axis sync: root returned `200` with the trusted shell present, the
398
+ synthetic target image returned real Modal analysis for `rotating shaft
399
+ assembly` at `0.65` confidence with an emitted motion axis of
400
+ `[1.0, 0.0, 0.0]`, and `/generate_scene` returned `renderer: three`,
401
+ `render_mode: three`, and no HTML field.
402
 
403
  ## Next Work
404
 
docs/reviews/motion-axis-bias.md CHANGED
@@ -136,6 +136,14 @@ Completed locally on 2026-06-15:
136
  check to `[0, 1, 0]`.
137
  - Stable Modal deployment completed after the prompt/renderer update, and an
138
  unauthenticated deployed `runtime_probe` request returned `401 Unauthorized`.
 
 
 
 
 
 
 
 
139
 
140
  ## Files referenced
141
 
 
136
  check to `[0, 1, 0]`.
137
  - Stable Modal deployment completed after the prompt/renderer update, and an
138
  unauthenticated deployed `runtime_probe` request returned `401 Unauthorized`.
139
+ - GitHub-to-Hugging Face sync run `27544185461` deployed commit `e7369eb` to the
140
+ private Space after shortening the README `short_description` metadata to meet
141
+ Hugging Face's 60-character limit.
142
+ - Authenticated private Space verification passed: the root served the trusted
143
+ shell, a synthetic target image returned `rotating shaft assembly` at `0.65`
144
+ confidence with an emitted `[1.0, 0.0, 0.0]` motion axis, `/generate_scene`
145
+ returned `renderer: three` and `render_mode: three`, and no HTML field was
146
+ present.
147
 
148
  ## Files referenced
149