ci: verify scoped cli publish without bin#172
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Warning Review limit reached
More reviews will be available in 17 minutes and 14 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Reviewed PR #172 against the diff and traced the package behavior. I did not find breakage requiring edits. Local validation completed:
|
There was a problem hiding this comment.
ℹ️ pr-reviewer: review only — no file changes were applied to the PR (nothing to commit after review). The notes below are advisory and were not pushed.
Reviewed PR #172 against the diff and traced the package behavior. I did not find breakage requiring edits.
Local validation completed:
github-actionlint .github/workflows/verify-publish.yml- Exact scoped CLI smoke test against
@agentworkforce/cli@3.0.36 corepack pnpm -r run buildcorepack pnpm run lint && corepack pnpm run typecheck && corepack pnpm run test
Fixes the Verify Publish workflow for the scoped @agentworkforce/cli package. That package is an implementation dependency and intentionally does not declare a global bin; the user-facing global CLI is the unscoped agentworkforce package.\n\nChanges:\n- keep the CLI-bin smoke only for agentworkforce\n- add a scoped @agentworkforce/cli smoke that installs the package, checks package metadata, and imports dist/cli.js\n\nValidation:\n- local scoped smoke against @agentworkforce/cli@3.0.36 passed\n- git diff --check passed