Skip to content

fix: download scoped npm release artifact - #20

Merged
boyeesu merged 1 commit into
mainfrom
codex/fix-scoped-release-download
Aug 9, 2026
Merged

fix: download scoped npm release artifact#20
boyeesu merged 1 commit into
mainfrom
codex/fix-scoped-release-download

Conversation

@boyeesu

@boyeesu boyeesu commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • match the actual scoped npm tarball filename when downloading the attested GitHub release
  • add a workflow regression assertion for the scoped artifact pattern
  • refresh generated ProDocs evidence

Root cause

The publish workflow matched prodocs-*.tgz, but npm creates danielesuga-prodocs-1.1.2.tgz for @danielesuga/prodocs. Only SHA256SUMS was downloaded, so verification safely failed with “no file was verified” before npm publish.

Verification

  • node --test test/workflows.test.js
  • prodocs sync
  • prodocs check
  • npm run lint

@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@boyeesu, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 50 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 286b8c48-4f74-4870-8f52-249017815902

📥 Commits

Reviewing files that changed from the base of the PR and between d232ae3 and 16dd8f5.

📒 Files selected for processing (12)
  • .github/workflows/publish-npm.yml
  • docs/prodocs/CODE_MAP.md
  • docs/prodocs/SYSTEM_OVERVIEW.md
  • docs/prodocs/knowledge.json
  • docs/prodocs/manifest.json
  • docs/prodocs/views/coding-agents.md
  • docs/prodocs/views/operations.md
  • docs/prodocs/views/product.md
  • docs/prodocs/views/security.md
  • docs/prodocs/views/support.md
  • docs/prodocs/views/technical.md
  • test/workflows.test.js

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@boyeesu
boyeesu merged commit c98f192 into main Aug 9, 2026
9 checks passed
@boyeesu
boyeesu deleted the codex/fix-scoped-release-download branch August 9, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant