Skip to content

Commit c76778a

Browse files
stubbiclaude
andcommitted
docs(makefile): correct agent-image-relock comments (native uv, 0.11.7)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 563c939 commit c76778a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,10 @@ agent-image-buildx:
146146
images/hermes-agent
147147

148148
# Refresh images/hermes-agent/uv.lock for the requested HERMES_VERSION.
149-
# Rewrites the git ref in pyproject.toml, then runs `uv lock` inside an
150-
# ephemeral uv container so it works the same on developer laptops and in CI.
151-
# Requires network access to resolve the git dependency.
149+
# Rewrites the git ref in pyproject.toml, then runs native uv (uses the host
150+
# git + python to resolve the git+https dependency). Requires network access.
152151
.PHONY: agent-image-relock
153-
agent-image-relock: ## Relock images/hermes-agent/uv.lock for HERMES_VERSION. Requires local uv + git (resolves the git+https hermes-agent dep). CI alternative: run the agent-image-relock workflow (pins uv 0.5.0).
152+
agent-image-relock: ## Relock images/hermes-agent/uv.lock for HERMES_VERSION. Requires local uv + git (resolves the git+https hermes-agent dep). CI alternative: run the agent-image-relock workflow (pins uv 0.11.7).
154153
sed -i.bak -E 's|(hermes-agent @ git\+https://github.com/NousResearch/hermes-agent@)[^"]+|\1$(HERMES_VERSION)|' images/hermes-agent/pyproject.toml
155154
rm -f images/hermes-agent/pyproject.toml.bak
156155
cd images/hermes-agent && UV_FROZEN=false uv lock

0 commit comments

Comments
 (0)