**Motivations:** - Traçabilité et cohérence du livre v0 (phrasé méta, lexique, citations) **Correctifs:** - Phrasé méta neutre (ch10-14), crossref (ch11), lexique (ch15-16) - Admissibilité des citations (ch1) - Tableaux Markdown pipe final (ch8) - Artifacts filecite, sync introduction/fermeture - Corruption LaTeX indices - Lexique futur accessible globalement **Pages affectées:** - v0/chapitre3-8.md, v0/livre.md - fixKnowledge/ : 2026-02-17-v0-chapter1-admissibility-citations, v0-livre-ch8-markdown-table-trailing-pipe, v0-livre-ch10-16-neutral-*, v0-livre-filecite-artifacts, v0-livre-introduction-fermeture-sync, v0-livre-latex-subscript-corruption, v0-livre-lexicon-futur-accessible-global, v0-livre-neutral-meta-phrasing-global Co-authored-by: Cursor <cursoragent@cursor.com>
3.8 KiB
3.8 KiB
Problem
The Chapter 1 content was inconsistent across sources and contained formatting/notation defects:
v0/livre.md(Chapter 1) contained broken in-text reference formatting (e.g. markdown links like(...](2)instead of numeric citations like(...)[2]), and a malformed reference pair...[10](11).- Terminology and typos existed in Chapter 1 (
basinsinstead ofbassins,Un transformationinstead ofUne transformation). - The fixed-point notation was inconsistent (
$C^$used as a fixed point label). - The Chapter 1 interpretative section required stricter conditional framing and explicit status of admissibility (the admissible set of transformations is a model parameter), aligned with the corrective chapters 19 and 24.
v0/chapitre1.mdand Chapter 1 insidev0/livre.mddiverged in the interpretative framing and the “paysage” paragraph, causing the same concept to be expressed with different constraints/hypotheses depending on the file.
Impacts
- Rendered markdown could display incorrect/broken links for citations.
- Readers could misread citation numbers as hyperlinks, and the malformed
[10](11)could hide the intended paired reference. - Divergent phrasing across
chapitre1.mdandlivre.mdcould reintroduce the “glissement de statut” that the corrective chapters aim to avoid (interpretations read as unconditional claims). - The missing explicit status of admissibility made it harder to audit what is “data of the model” vs what is “derived”.
Cause
- Partial/manual edits in
v0/livre.mdchanged citation syntax and partially integrated the corrective framing. - The corresponding source chapter file (
v0/chapitre1.md) was not updated in lockstep, preserving older wording and older “paysage/cosmogonie” framing.
Root cause
- No systematic editorial audit enforcing a single citation style and a single vocabulary policy at the chapter boundary.
- No single-source-of-truth enforcement between
v0/chapitre1.mdand the Chapter 1 section embedded inv0/livre.md.
Fix
- Added an explicit “Encadré (statut de l’admissibilité)” in Chapter 1 (book version) to declare admissibility as a model datum and to list minimal structural constraints (invariance, locality, resource bounds, constraint coherence), and to require explicit declaration of any constraint-compatibility procedure when it is introduced.
- Normalized Chapter 1 wording in the book version to keep interpretative passages conditional (hypothesis-indexed), and removed self-positioning language inside the interpretative section.
- Corrected typos/terminology and notation:
Une transformation(grammar)bassins(French terminology)$C^*$for fixed point labelcycle limite(removed stray*)
- Normalized in-text citations to bracketed numeric citations and fixed the malformed reference pair formatting.
- Kept
v0/chapitre1.mdas the original source text (by repository policy) and applied the corrections to the compiled book text inv0/livre.mdonly.
Changed files
v0/livre.md
Deployment
- Documentation-only change: merge the commit.
- If
v0/livre.mdis regenerated by tooling in the workflow (v0/compile_livre.py), the current fix will be overwritten becausev0/chapitre1.mdremains unchanged. To make the fix persistent, the build workflow needs an explicit mechanism (alternate source for Chapter 1, or a deterministic post-processing step during compilation).
Analysis / verification
- Verify no remaining broken numeric-link citations in Chapter 1:
- search for patterns like
](2),](20),[10](11)inv0/livre.md
- search for patterns like
- Verify terminology and typos are fixed:
- search for
basins,Un transformation,cycle limite*inv0/livre.md
- search for
- Render Chapter 1 markdown and confirm citations appear as numeric bracket references.