Fix 0.x migration: format-profile frontmatter refresh - #3
Conversation
…s template
The never-overwrite rule left 0.x studio profiles missing the frontmatter
keys 1.0 stages require (mc-beats reads beat-types and density from the
profile). merge_profile_frontmatter.py closes the gap surgically: missing
top-level keys copy in from the shipped profile as raw lines, existing keys
always win, the body is untouched byte for byte. The migration step also
offers to move a pre-1.0 brand-root series template into the
{brand-path}/templates/<series>.md location mc-package reads.
|
Warning Review limit reached
Next review available in: 19 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: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ 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 |
Found upgrading a real 0.x studio: never-overwrite correctly protects creator profiles, but leaves them missing the 1.0 frontmatter keys mc-beats requires (beat-types, density).