docs(config): add [rebuilder] section to CONFIG.md (#720) - #722
Conversation
Reviewer's GuideDocuments the previously undocumented File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesRebuilder configuration documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
[claim:review:Schwarzchild:2026-05-12T19:57:52Z] |
Review — SchwarzchildDocs-only PR closing #720. Adds the missing Verification
Discretion grepClean. VerdictLGTM. Docs-only, no code paths touched, no test changes required. Add |
|
[release:review:Schwarzchild:2026-05-12T19:58:31Z] |
|
[claim:review:schwartzchild:2026-05-12T22:45:40Z] |
|
LGTM. Both commits signed, FF on main, CI green, no unresolved threads, discretion-clean. Docs match the source on the key facts I spot-checked:
One sequencing nit, non-blocking. The doc and CHANGELOG both state Approving + adding |
|
[release:review:schwartzchild:2026-05-12T22:47:32Z] |
|
merge-train: blocked branch is not fast-forward on The |
01f5489 to
aaed314
Compare
|
merge-train: merged aaed314 → |
Closes #720.
Summary
Adds
[rebuilder]and[rebuild_floor]reference sections todocs/CONFIG.md. The doc gap was surfaced during review of PR #719 (#718 flip): the operator-tunable knobsquery_strategy(just defaulted tostack-r1-r3for v3.0),floor_session, andfloor_l1had no entry in the user-facing config reference.Diff
Two atomic SSH-signed commits:
docs(config): document [rebuilder] section in CONFIG.md (#720)— adds the schema-block entries and prose-block subsections for[rebuilder] query_strategy,[rebuild_floor] session, and[rebuild_floor] l1. Also amends the introductory list on line 12 ofCONFIG.mdso[rebuilder]is named alongside[noise]and[retrieval].docs(changelog): #720 CONFIG.md [rebuilder] section entry under v3.0.0— entry under### Documentationin## [3.0.0] - Unreleased.Touched files:
docs/CONFIG.md(+50),CHANGELOG.md(+4). No code changes, no test changes.Verification
git log --format='%h %G? %s' github/main..HEAD— both commits signed (G).github/main(rebased before PR open).Correction note
The original #720 body listed the floor knobs as
[rebuilder] floor_session/floor_l1defaulting to0.0. Verifying againstsrc/aelfrice/context_rebuilder.pyduring implementation revealed they actually live under[rebuild_floor](keyssession/l1) with defaults0.10/0.40— the0.0in the issue body was the function-signature default onrebuild_v14, not the operator-facingRebuilderConfigdefault. The PR documents whatload_rebuilder_configactually parses. Correction left in the issue thread for the trail.Summary by Sourcery
Document the existing
[rebuilder]and[rebuild_floor]configuration sections and reference them in the changelog for the upcoming 3.0.0 release.Documentation:
docs/CONFIG.mdto describe the[rebuilder]query strategy options and[rebuild_floor]token-budget floors, including defaults and fail-soft behaviour.[rebuilder]TOML section alongside existing sections.[rebuilder]and[rebuild_floor]documentation coverage.Summary by CodeRabbit