ci: remove redundant cli github release workflow#2487
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codex review: found issues before merge. Reviewed July 4, 2026, 4:27 AM ET / 08:27 UTC. Summary Reproducibility: yes. Source inspection shows the deleted workflow is the documented post-publish GitHub Release repair path, while the remaining npm release workflow exits before release creation when the package version is already published. Review metrics: 3 noteworthy metrics.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Risk before merge
Maintainer options:
Next step before merge
Security Review findings
Review detailsBest possible solution: Preserve the standalone repair workflow or replace it with an equivalent tested release-only repair mode; if release owners intentionally retire it, document the approved recovery procedure and update the workflow contract tests. Do we have a high-confidence way to reproduce the issue? Yes. Source inspection shows the deleted workflow is the documented post-publish GitHub Release repair path, while the remaining npm release workflow exits before release creation when the package version is already published. Is this the best way to solve the issue? No. Deleting the workflow is too broad unless the PR preserves an equivalent repair-only path or release owners explicitly retire it with updated docs and tests. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 76b4f36bb0f7. Label changesLabel justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
Review history (1 earlier review cycle)
|
Summary
ClawHub CLI GitHub Releaseworkflow.Release Run
ClawHub CLI NPM Releasepreflight forv0.19.0: https://github.com/openclaw/clawhub/actions/runs/26919293889Verification
rg -n "clawhub-cli-github-release|ClawHub CLI GitHub Release|GitHub Release workflow" .github docs specs README.md package.json scripts -g '!node_modules' || truegit diff --check