build: commit uv.lock — the locked universe CI now installs
All checks were successful
smoke / smoke (-m "not quarantine") (pull_request) Successful in 5m30s
lane-shas / verify pinned lane SHAs (pull_request) Successful in 17m9s

#48 switched CI to 'uv sync --locked' but uv.lock was gitignored (an early
library-style choice; this repo is an application — the lock belongs in
git). Every run since failed at install: 'Unable to find lockfile'.
Un-ignore and commit the lock (217 packages, matches pyproject via
'uv lock --check'). CI now installs the exact universe local development
and all green verification ran against.

[Verification]: code tree byte-identical to the smoke-gated state
(175 passed); this commit adds a data file CI requires + one .gitignore
line removal.
This commit is contained in:
Shay 2026-07-16 06:14:33 -07:00
parent 08896d412a
commit 7930a9183f
2 changed files with 3215 additions and 1 deletions

1
.gitignore vendored
View file

@ -15,7 +15,6 @@ workbench_data/*
core-rs/target/ core-rs/target/
core-rs/Cargo.lock core-rs/Cargo.lock
uv.lock
# Environment secrets — never commit real keys # Environment secrets — never commit real keys
.env .env

3215
uv.lock Normal file

File diff suppressed because it is too large Load diff