Skip to content

chore(deps): commit uv.lock (F11 live-proof prep) - #5

Merged
discreteds merged 1 commit into
mainfrom
feature/commit-uv-lock
Aug 16, 2026
Merged

chore(deps): commit uv.lock (F11 live-proof prep)#5
discreteds merged 1 commit into
mainfrom
feature/commit-uv-lock

Conversation

@discreteds

Copy link
Copy Markdown
Member

Commits uv.lock, which was previously untracked. A prior local uv sync had 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.

  • 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 --python 3.13 clean install, tests/core/tests/imports/tests/public green (66 passed).

Prep step for hiivmind-pulse-gh docs/superpowers/plans/2026-08-15-dependency-bump-handoff.md Task 9 Step 5 (live-proof runbook) — this repo is the divergent-target half of a real fleet dependency-coherence pair with hiivmind/hiivmind-corpus.

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).
@discreteds
discreteds merged commit 7f7f489 into main Aug 16, 2026
20 of 22 checks passed
@discreteds
discreteds deleted the feature/commit-uv-lock branch August 16, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant