--- author: 4NK Team date: 2026-02-17 scope: v0/livre.md (Chapter 11) type: fix --- # Fix: Neutral phrasing + chapter cross-reference in Chapter 11 (`v0/livre.md`) ## Problem Chapter 11 in `v0/livre.md` contained: - evaluative meta-phrasing (“majeure”, “décisive”) in result announcements, - an inconsistent internal cross-reference: “attracteur de second ordre (chapitre 8)” while the formal definition is located in Chapter 5 of `v0/livre.md`. ## Impacts - Stylistic drift: meta-qualifiers introduce editorial judgement rather than descriptive statements. - Navigation drift: the cross-reference can mislead readers searching for the definition. ## Cause The Chapter 11 slice in `v0/livre.md` kept drafting-layer phrasing and a stale chapter number for the referenced definition. ## Root cause Unidentified manual edit or transformation step introduced/kept: - meta-qualifiers in result announcements, - a chapter-number mismatch after reordering/renaming the compiled `v0/livre.md` structure. ## Fix applied Applied the correction **only** in `v0/livre.md` (Chapter 11): - `### Conséquence structurale majeure` → `### Conséquence structurale` - `La conséquence logique est décisive :` → `Il s’ensuit :` - `attracteur de second ordre (chapitre 8)` → `attracteur de second ordre (chapitre 5)` ## Affected pages - `v0/livre.md` ## Deployment / regeneration considerations - If `v0/livre.md` is regenerated from `v0/chapitre*.md`, these changes can be overwritten. The generating pipeline should be checked if the same phrasings or the stale reference reappear. ## Analysis / verification steps - Search Chapter 11 for result-announcement qualifiers (e.g. `majeure`, `décisive`) and rewrite into descriptive statements. - Check internal references of the form `(... chapitre N ...)` against actual headings in `v0/livre.md` to ensure consistency after compilation/reordering.