Drop foundry.toml release metadata: version intent lives in next-v tags (rainix#335) - #54
Conversation
…gs (rainix#335) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 9 minutes Limit details: You’ve used the included review currently available. 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?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe change removes the ChangesFoundry configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized configuration cleanup removes obsolete release metadata without changing application behavior; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
…elease docs The rainix-sol static gate now enforces a 4096-byte agent-context budget; CLAUDE.md was 4492. Condensed the build/deploy boilerplate and rewrote the Releases section to the post-rainix#336 flow (registry-derived version + next-v tags, no foundry.toml release metadata, no commit-back). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deletes the legacy
[package]release-metadata section (name/version) fromfoundry.toml, per the ruling in rainlanguage/rainix#335. Since rainlanguage/rainix#336 merged,rainix-autopublishderives the publish version from the Soldeer registry plusnext-v*git tags and never reads this section; the publish gate also excludes the section from the content hash, so this deletion is content-neutral and cannot mint a release.QA
nix develop -c reuse lint,nix develop -c forge soldeer install, andnix develop -c forge buildgreen. This repo has no test/ directory, so the build is the full local check; CI runs its own pipeline.Summary by CodeRabbit