Commit History

feat(eval): first live run + real README metrics (micro F1 ~0.92, $
4e6fd2a

aditya0103 commited on

fix(ci): unblock UI job β€” anchor gitignore, include ui/src/libLast CI's Cannot find module @/lib/api (and @/lib/samples) turned outto be a gitignore over-match, not a tsconfig issue. .gitignore had barelib/ and lib64/ from its Python section β€” those aren't anchored, sothey silently matched ui/src/lib/ too, and neither api.ts nor samples.tsever made it into a commit. CI's fresh clone had an empty ui/src/lib/,tsc -b failed on the missing modules, docker-build gated behind and skipped.- .gitignore: anchor lib/ and lib64/ to repo root as /lib/, /lib64/- Force-add ui/src/lib/api.ts + ui/src/lib/samples.ts- Cascading fix: 'Parameter s implicitly has any' in Dropzone was because samples.ts couldn't resolve, so SampleDoc type didn't flow into the SAMPLE_DOCS.map callback. Present-again = inferred-again.
8c75a7a

aditya0103 commited on

chore: pre-CI cleanup + Task #8 Docker + CI
6267e20

aditya0103 commited on

Initial commit: schemas, extraction engine, dataset prep, 54 passing tests
44c2f50

aditya0103 commited on