deps-update
Installation
SKILL.md
deps-update
Step 1: Snapshot Current State
Before changing anything:
- Fetch upstream and check out a clean base:
If the working tree has uncommitted changes, stop and tell the user to commit or stash first. Dependency updates must land on a clean tree.git fetch upstream git checkout upstream/main git checkout -b chore/deps-update - Run
uv lock --checkto confirm the lock file is currently consistent - Run
uv run python --versionto record the Python version