Spaces:
Running
Running
jasondo OpenAI Codex commited on
Commit ·
b389979
1
Parent(s): a0540e9
Document confidence threshold deployment
Browse filesCo-authored-by: OpenAI Codex <codex@openai.com>
- AGENTS.md +9 -0
- FEATURE.md +7 -1
AGENTS.md
CHANGED
|
@@ -269,6 +269,15 @@ technical cutaway animation.
|
|
| 269 |
Local verification passed for schema/parser checks, FastAPI `TestClient`,
|
| 270 |
slider downgrade/promote behavior, annotated-photo fallback, keyboard slider
|
| 271 |
operation, mobile no-overflow layout, and canvas pointer targeting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 272 |
|
| 273 |
## Next Work
|
| 274 |
|
|
|
|
| 269 |
Local verification passed for schema/parser checks, FastAPI `TestClient`,
|
| 270 |
slider downgrade/promote behavior, annotated-photo fallback, keyboard slider
|
| 271 |
operation, mobile no-overflow layout, and canvas pointer targeting.
|
| 272 |
+
- Committed and pushed `a0540e9` (`Add confidence threshold control`) to GitHub
|
| 273 |
+
`main`. GitHub Actions sync run `27515143658` completed successfully, and the
|
| 274 |
+
private Hugging Face Space reported SHA
|
| 275 |
+
`a0540e92f19174f8b828374b201c1da94ef125a4`.
|
| 276 |
+
- Authenticated private Space verification after the confidence-threshold sync:
|
| 277 |
+
root returned `200` with the slider shell present, a synthetic target image
|
| 278 |
+
returned real Modal analysis for `Target Reticle` at `0.7` confidence with 3
|
| 279 |
+
parts, and `/generate_scene` returned `renderer: three`, `render_mode: three`,
|
| 280 |
+
and no HTML field.
|
| 281 |
|
| 282 |
## Next Work
|
| 283 |
|
FEATURE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# FEATURE: Confidence Threshold Control for Cutaway Generation
|
| 2 |
|
| 3 |
-
Status: Implemented
|
| 4 |
Author of spec: codebase review pass, June 14, 2026.
|
| 5 |
|
| 6 |
## Summary
|
|
@@ -159,6 +159,12 @@ Because decision #3 makes the client authoritative, the server's
|
|
| 159 |
no network calls, annotated-photo fallback, keyboard slider operation, mobile
|
| 160 |
no horizontal overflow, and canvas pointer targeting after normal overlay
|
| 161 |
hiding.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
|
| 163 |
## Verification checklist
|
| 164 |
|
|
|
|
| 1 |
# FEATURE: Confidence Threshold Control for Cutaway Generation
|
| 2 |
|
| 3 |
+
Status: Implemented and synced to the private Space, June 14, 2026.
|
| 4 |
Author of spec: codebase review pass, June 14, 2026.
|
| 5 |
|
| 6 |
## Summary
|
|
|
|
| 159 |
no network calls, annotated-photo fallback, keyboard slider operation, mobile
|
| 160 |
no horizontal overflow, and canvas pointer targeting after normal overlay
|
| 161 |
hiding.
|
| 162 |
+
- GitHub Actions sync run `27515143658` deployed commit `a0540e9` to the
|
| 163 |
+
private Hugging Face Space. The Space reported the same SHA and remained
|
| 164 |
+
private. Authenticated deployed verification confirmed the updated root shell
|
| 165 |
+
contains the slider, a synthetic target image returned `Target Reticle` at
|
| 166 |
+
`0.7` confidence with 3 parts, and `/generate_scene` returned
|
| 167 |
+
`renderer: three`, `render_mode: three`, and no HTML field.
|
| 168 |
|
| 169 |
## Verification checklist
|
| 170 |
|