chore(deps): commit uv.lock (F11 live-proof prep) - #5
Merged
Conversation
Was previously untracked — a prior local had generated one but it was never added to the repo, so anything reading committed evidence (e.g. hiivmind-pulse-gh's F11 dependency-bump handoff coherence check) saw this repo as lockless and skipped it entirely. Locks pydantic at 2.13.4 (matches the declared >=2.9,<3 range). CI does not consume uv.lock (it installs via 'pip install -e .[extra]' directly against pyproject.toml ranges across the 3.12/3.13/3.14 matrix), so this is a pure addition with no CI behavior change. Verified: uv sync + tests/core, tests/imports, tests/public green on Python 3.13 (66 tests).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commits
uv.lock, which was previously untracked. A prior localuv synchad generated one but it was never added to the repo, so anything reading committed dependency evidence (e.g.hiivmind-pulse-gh's F11 dependency-bump handoff coherence check) saw this repo as lockless and silently skipped it.pydanticat2.13.4(matches the declared>=2.9,<3range).uv.lock— it installs viapip install -e .[extra]directly againstpyproject.tomlranges across the3.12/3.13/3.14matrix — so this is a pure addition with no CI behavior change.uv sync --python 3.13clean install,tests/core/tests/imports/tests/publicgreen (66 passed).Prep step for
hiivmind-pulse-ghdocs/superpowers/plans/2026-08-15-dependency-bump-handoff.mdTask 9 Step 5 (live-proof runbook) — this repo is the divergent-target half of a real fleet dependency-coherence pair withhiivmind/hiivmind-corpus.