Commit History

fix(phase2): ultra-minimal stdout β€” only [START]/[END] with score in (0,1)
e14bd85

krishpotanwar commited on

fix(phase2): always emit [END] with strict-(0,1) score even on task crash
0a2a73e

krishpotanwar commited on

fix(phase2): clamp grader scores to strictly (0, 1) not [0, 1]
c3c6066

krishpotanwar commited on

fix(phase2): remove NameError on GROQ_KEY/OPENAI_KEY, add numpy+openenv-core deps, wrap main with traceback
1dbd9aa

krishpotanwar commited on

fix: add main() + __main__ block to server/app.py; point entry to server.app:main
9affa3e

krishpotanwar commited on

fix: rename entry point to main:main, add server/app.py for openenv validate
e3becb8

krishpotanwar commited on

fix: add openenv-core dep, server entry point, and uv.lock for openenv validate
92a3a92

krishpotanwar commited on

fix: add pyproject.toml for openenv validate multi-mode deployment
60dd03b

krishpotanwar commited on

fix: make /reset body optional β€” accept empty POST body from OpenEnv validator
391938c

krishpotanwar commited on

fix: [START]/[STEP]/[END] bracket format + update README env vars
1c3cdbc

krishpotanwar commited on

fix: standardized API_BASE_URL/MODEL_NAME/HF_TOKEN env vars + START/STEP/END logging
4be33fd

krishpotanwar ruv commited on

fix: correct API Docs link URL (was pointing to archived isolated Space)
2c26d27

krishpotanwar commited on

fix: add SPA catch-all rewrite to vercel.json so deep links don't 404
1f58b1f

krishpotanwar commited on

docs: update README β€” HF serves full frontend, new tabs, correct file names, Docker notes
8cd3cbe

krishpotanwar commited on

fix: serve index.html at root / when frontend dist exists (was always returning JSON)
8a7bb59

krishpotanwar commited on

fix: use npm install instead of npm ci in Docker (lock file out of sync with framer-motion transitive deps)
15eb509

krishpotanwar commited on

fix: build React frontend inside Docker so HF Space serves the UI
4ceebb4

krishpotanwar commited on

Hackathon Finale: Command Center UI, Groq Print Export, and Security Pass
af37c1f

rajx77 commited on