[codex] Bump Vela CLI to 0.0.14#4015
Conversation
🚀 Landing page previewThis PR is deployed to a Cloudflare Pages preview — not staging or production:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 382b0b52f2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
nettee
left a comment
There was a problem hiding this comment.
@alchemistklk I reviewed the changed ranges for the Vela CLI bump, checked that the lockfile and Nix hash updates stay aligned with the package version change, and verified against the published @powerformer/vela-cli@0.0.14 tarballs that the exported resolver and packaged binary layout still match tools/pack's expectations across the meta package and platform packages. Nice cleanup keeping this to the version pin plus generated dependency metadata.
|
@alchemistklk I'm holding off on generating review comments for #4015 because this pull request has merge conflicts right now. Please resolve the conflicts with main and push the updated branch. Once that's done, request or wait for the review to run again and I'll take another look. 🔁 Powered by Looper · runner=reviewer · agent=codex · An autonomous AI dev team for your GitHub repos. |

















































































Why
Vela CLI has been released at 0.0.14, and Open Design's packaging surface should consume the latest bundled CLI version.
This keeps packaged Open Design builds aligned with the current Vela CLI release without changing any Open Design code paths.
What users will see
Packaged builds that bundle Vela CLI will now include
@powerformer/vela-cli@0.0.14instead of0.0.13.Surface area
apps/weborapps/desktop(including Electron menu bar)odsubcommand or flag, newtools-dev/tools-pack/tools-prflag, or newOD_*env var/api/*endpoint, new SSE event, or changed shape inpackages/contractsskills/,design-systems/,design-templates/, orcraft/, or change to the skills protocolTRANSLATIONS.mdfor the locale workflow)package.json(dependenciesordevDependencies); workspace-packagepackage.jsonfiles are out of scope. Include a paragraph on what we get vs. what bytes we ship (seeCONTRIBUTING.md→ Code style)Screenshots
Not applicable; no UI surface changed.
Bug fix verification
Not applicable; this is a dependency version bump, not a bug fix.
Validation
corepack pnpm install --lockfile-only --ignore-scriptscorepack pnpm guardcorepack pnpm --filter @open-design/tools-pack typecheckcorepack pnpm --filter @open-design/tools-pack testPATH="/tmp/od-corepack-pnpm-shim:$PATH" corepack pnpm typecheck