**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>
54 lines
2.0 KiB
Markdown
54 lines
2.0 KiB
Markdown
---
|
||
author: 4NK Team
|
||
date: 2026-02-17
|
||
scope: v0/livre.md (global)
|
||
type: fix
|
||
---
|
||
|
||
# Fix: Align `futur accessible` canonical lexicon across `v0/livre.md`
|
||
|
||
## Problem
|
||
|
||
Corrective chapters 30/32 request a canonical lexicon for the core text, in particular:
|
||
|
||
- use `futur accessible`,
|
||
- avoid rejected synonyms such as `cône de futur`, `espace des futurs`, `futur possible`.
|
||
|
||
In `v0/livre.md`, rejected synonyms still appeared in multiple places (definitions/headings and some summary statements), creating internal inconsistency with the canonical lexicon.
|
||
|
||
## Impacts
|
||
|
||
- Terminology drift for the same concept, breaking the “one concept, one term” policy.
|
||
- Mixed naming across definitions, headings, and later references.
|
||
|
||
## Cause
|
||
|
||
Lexicon alignment was applied locally in some chapters but not propagated to the Chapter 13/14 definitions and related summary statements.
|
||
|
||
## Root cause
|
||
|
||
No global audit/enforcement step was applied to remove rejected synonyms across the full `v0/livre.md`.
|
||
|
||
## Fix applied
|
||
|
||
Applied the correction **only** in `v0/livre.md`:
|
||
|
||
- Replaced `cône de futur` / `cônes de futur` with `futur accessible` / `futurs accessibles` where applicable in Chapters 13–14.
|
||
- Replaced `espace des futurs` / `futur(s) possible(s)` phrasings with `ensemble des futurs accessibles` (or equivalent phrasing consistent with `futur accessible`).
|
||
- Updated headings and explanatory lines to keep the wording consistent.
|
||
- Updated summary statements to avoid rejected synonyms.
|
||
|
||
## Affected pages
|
||
|
||
- `v0/livre.md`
|
||
|
||
## Deployment / regeneration considerations
|
||
|
||
- If `v0/livre.md` is regenerated from `v0/chapitre*.md`, this fix can be overwritten. The generating pipeline should be checked if rejected synonyms reappear.
|
||
|
||
## Analysis / verification steps
|
||
|
||
- Search in `v0/livre.md` for `cône de futur` / `cônes de futur` and ensure no matches remain.
|
||
- Search in `v0/livre.md` for `espace des futurs` and `futur possible` / `futurs possibles` and ensure no matches remain.
|
||
- Check that Chapter 13/14 definitions using \(\mathcal{F}(x)\) are named consistently as `futur accessible`.
|