@@ -180,42 +180,8 @@ Codex model is resolved with this precedence:
180180` loop_reviewer_model ` or ` loop_reviewer_effort ` , they are silently ignored.
181181Use ` codex_model ` and ` codex_effort ` instead.
182182
183- ### BitLesson Configuration
184-
185- BitLesson is the repository's Bitter Lesson-style knowledge capture system for RLCR rounds.
186-
187- The selector reads ` bitlesson_model ` from the merged config. Provider routing is automatic:
188-
189- - ` gpt-* ` , ` o1-* ` , ` o3-* ` route to Codex
190- - ` claude-* ` , ` haiku ` , ` sonnet ` , ` opus ` route to Claude
191-
192- If the configured provider binary is missing, the selector falls back to the default Codex model so the loop can still proceed.
193-
194- ## BitLesson Workflow
195-
196- Each project keeps its BitLesson knowledge base at ` .humanize/bitlesson.md ` .
197-
198- When ` start-rlcr-loop ` begins:
199-
200- 1 . The file is initialized from ` templates/bitlesson.md ` if it does not already exist
201- 2 . Each task or sub-task runs through ` scripts/bitlesson-select.sh `
202- 3 . The selected lesson IDs are applied during implementation, or ` NONE ` is recorded when nothing matches
203- 4 . The stop gate validates a required ` ## BitLesson Delta ` section in every round summary
204-
205- Required summary shape:
206-
207- ``` markdown
208- ## BitLesson Delta
209- - Action: none|add|update
210- - Lesson ID(s): <IDs or NONE >
211- - Notes: <what changed and why >
212- ```
213-
214- Validation rules are strict:
215-
216- - ` Action: none ` must use ` Lesson ID(s): NONE ` or leave the field empty
217- - ` Action: add ` and ` Action: update ` must reference concrete ` BL-YYYYMMDD-short-name ` IDs that exist in ` .humanize/bitlesson.md `
218- - ` --require-bitlesson-entry-for-none ` can be used to block empty knowledge bases from repeatedly reporting ` none `
183+ For BitLesson-specific configuration, workflow rules, and summary validation, see
184+ [ Bitter Lesson Workflow] ( bitlesson.md ) .
219185
220186## Monitoring
221187
0 commit comments