Loading...
Loading...
Manages Cargo.lock file updates and resolves --locked flag issues in CI/CD. Triggers when user mentions: - "cargo test --locked failed" - "cannot update the lock file" - "Cargo.lock is out of date" - "PR failed with --locked error" - "fix Cargo.lock"
npx skill4agent add different-ai/openwork cargo-lock-managercd packages/desktop/src-tauri
cargo check --locked 2>&1 | head -20cd packages/desktop/src-tauri
cargo update --workspacecd packages/desktop/src-tauri
cargo test --locked--lockedcargo update--workspacecd packages/desktop/src-tauri
cargo update --workspace
git add Cargo.lock
git commit -m "chore: update Cargo.lock"
git pushcargo test --manifest-path packages/desktop/src-tauri/Cargo.toml --offlinepackages/desktop/src-tauri/cargo checkcargo buildCargo.tomlCargo.lock