Commit 516b28a
CLAUDE: bump-sdk-version skill mentions uv-all.sh sync (#5542)
CLAUDE: The bump-sdk-version skill said \"After editing, regenerate the
lock file\" with only \`cd futuresearch-python && uv lock\`. CI runs
\`./uv-all.sh sync\` across all workspaces, which catches transitive
lockfile drift the local \`uv lock\` misses. The 0.9.0 bump in #5541
tripped over this — \`check-uv-sync\` failed because a downstream
lockfile in the monorepo still referenced the old SDK version.
This adds the \`./uv-all.sh sync --all-extras --dev --all-groups\` step
to the skill (with a note about the failing CI check) and adds it to the
checklist.
## Test plan
- [x] Skill diff is documentation-only
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sourced from commit 0ccbd10bf9f996e7540f21cd0355a587dc57be701 parent 94a3e70 commit 516b28a
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
43 | 54 | | |
44 | 55 | | |
45 | 56 | | |
| |||
74 | 85 | | |
75 | 86 | | |
76 | 87 | | |
| 88 | + | |
77 | 89 | | |
78 | 90 | | |
79 | 91 | | |
0 commit comments