Prepare agent plugins for reviewed directories#2
Conversation
|
Warning Review limit reached
Next review available in: 48 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (28)
📝 WalkthroughWalkthroughVersion 0.1.2 updates plugin metadata and descriptions, adds reproducible release archives with checksum verification, strengthens repository validation, and introduces tag-based GitHub release publishing. ChangesRelease metadata and packaging
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant GitHubActions
participant verify-release.mjs
participant build-release.mjs
participant Git
participant GitHubRelease
GitHubActions->>verify-release.mjs: run release verification
verify-release.mjs->>build-release.mjs: build archives twice
build-release.mjs->>Git: read plugin trees at release ref
build-release.mjs-->>verify-release.mjs: return ZIP and checksum files
GitHubActions->>GitHubRelease: publish verified tag and dist artifacts
Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@scripts/build-release.mjs`:
- Around line 51-58: Update the archive generation around the git archive
invocation to obtain the commit date for the target ref and pass it through the
archive command’s --mtime option. Keep archiving the existing ${ref}:${tree}
tree while ensuring all generated file timestamps remain stable across repeated
runs.
In `@submission/claude.md`:
- Around line 22-24: Update the privacy claim in the project hook description to
state that code is not uploaded by default, while keeping provider review and
receipt sync identified as explicit opt-ins.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 8c9743bd-9fdb-41f7-bee0-00fae3d19222
⛔ Files ignored due to path filters (1)
plugins/codetruss/assets/codetruss-mark-512.pngis excluded by!**/*.png
📒 Files selected for processing (19)
.claude-plugin/marketplace.json.github/workflows/release.yml.github/workflows/validate.yml.gitignoreREADME.mdpackage.jsonplugins/codetruss-claude/.claude-plugin/plugin.jsonplugins/codetruss-claude/skills/codetruss/SKILL.mdplugins/codetruss-claude/skills/codetruss/agents/openai.yamlplugins/codetruss/.codex-plugin/plugin.jsonplugins/codetruss/skills/codetruss/SKILL.mdplugins/codetruss/skills/codetruss/agents/openai.yamlscripts/build-release.mjsscripts/validate.mjsscripts/verify-release.mjsskills/codetruss/SKILL.mdskills/codetruss/agents/openai.yamlsubmission/claude.mdsubmission/openai.md
82e7f82 to
b7bdcdd
Compare
b7bdcdd to
49a4600
Compare
Summary
Validation
Summary by CodeRabbit
New Features
Documentation
Chores