fix(hooks): inject priming notes whole or not at all; default profile is balanced (#238) - #245
Conversation
… is balanced (#238) The capsule allocator pro-rated its budget across sections, so on the economy profile (the shipped default, live on two of three fleet boxes) an 8k Playbook arrived as ~400 chars of preamble with zero rules — the agent was blamed for ignoring rules that were never in context. Sections now fit whole in priority order; an oversized note becomes a one-line stub naming the exact recall-note call (index.md, a catalog, may still truncate mid-list). Rules.md joins PRIMING_FILES first so a compact operator rules note always arrives whole. Default profile: balanced. Closes #238 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 114 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 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: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
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 |
Fixes the primary "reads OMI, then ignores it" mechanism from the 2026-08-14 investigation.
_allocate_sections: a section is included whole or replaced by an omitted-stub naming the exactrecall-notecall ({"name": …, "max_chars": …}); never a mid-body cut that reads as complete.index.md(catalog) may still truncate mid-list.economy→balanced(8k capsule) — two of three fleet boxes were silently on 4k capsules.Rules.mdadded as first-priority priming: an optional operator note of imperative one-liners guaranteed to inject whole on every profile (documented in README, ~3,500-char guidance).Closes #238
🤖 Generated with Claude Code