jasondo OpenAI Codex commited on
Commit
2499b0f
·
1 Parent(s): 36f68cc

Add project acknowledgements

Browse files

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

Files changed (2) hide show
  1. AGENTS.md +2 -0
  2. README.md +4 -0
AGENTS.md CHANGED
@@ -129,6 +129,8 @@ annotated technical cutaway animation.
129
  - Documented GitHub as the source of truth:
130
  `https://github.com/Bigstonks1/Snap2Sim`. Do not edit files directly on the
131
  Hugging Face Space; they will be overwritten by the sync workflow.
 
 
132
  - Updated `README.md` with local run instructions, runtime preflight, Modal
133
  deployment path, and the current runtime decision.
134
 
 
129
  - Documented GitHub as the source of truth:
130
  `https://github.com/Bigstonks1/Snap2Sim`. Do not edit files directly on the
131
  Hugging Face Space; they will be overwritten by the sync workflow.
132
+ - Added README acknowledgement: built by Jason Do with implementation
133
+ assistance from OpenAI Codex.
134
  - Updated `README.md` with local run instructions, runtime preflight, Modal
135
  deployment path, and the current runtime decision.
136
 
README.md CHANGED
@@ -205,3 +205,7 @@ source of truth and will be overwritten by the next GitHub-to-Hugging Face sync.
205
  Configure runtime values such as `MODAL_ANALYZE_URL`, `MODAL_GENERATE_URL`, and
206
  `SNAP2SIM_API_TOKEN` through Hugging Face Space variables/secrets instead of
207
  committing them.
 
 
 
 
 
205
  Configure runtime values such as `MODAL_ANALYZE_URL`, `MODAL_GENERATE_URL`, and
206
  `SNAP2SIM_API_TOKEN` through Hugging Face Space variables/secrets instead of
207
  committing them.
208
+
209
+ ## Acknowledgements
210
+
211
+ Built by Jason Do with implementation assistance from OpenAI Codex.