update-v8-version
Installation
SKILL.md
Update V8 Version
Core Workflow
- Read
third_party/v8/README.mdand follow its version-bump sequence. Treat that document as the release-process source of truth. - Inspect and update the concrete repo surfaces that carry the pin:
codex-rs/Cargo.tomlcodex-rs/Cargo.lockMODULE.bazelthird_party/v8/BUILD.bazelthird_party/v8/README.md- the matching
third_party/v8/rusty_v8_<version>.sha256manifest when the remaining prebuilt inputs change
- Keep the existing checksum helpers in the loop:
Related skills