docs: enrich docs/specs and remove placeholders
**Motivations:** - Make docs/specs implementation-ready without empty sections or placeholders. **Root causes:** - Multiple specs still contained non-actionable placeholders (N/A, “see above”, "..."), and inconsistent “no cache” wording. **Correctifs:** - Replace placeholders with explicit tables, structures, and typed examples. - Align “no cache / no memorization” statements where relevant. **Evolutions:** - Add a features doc entry to track the documentation enrichment effort. **Pages affectées:** - docs/specs/* - docs/features/docs-specs-enrichment.md - docs/leo.md - docs/plan-enrich-docs-specs.md
This commit is contained in:
@@ -108,7 +108,7 @@ if checkConditions(parentA, parentB):
|
||||
if random() < chance:
|
||||
createBaby(parentA, parentB)
|
||||
else:
|
||||
emitEvent("REPRO_FAIL", "Pas d'alchimie...")
|
||||
emitEvent("REPRO_FAIL", "Tentative échouée")
|
||||
```
|
||||
|
||||
### Messages d'Infos / Alerte
|
||||
@@ -145,7 +145,7 @@ if checkConditions(parentA, parentB):
|
||||
- **Vidéos** : Effet de flou artistique (Bloom).
|
||||
- **Animations** : Cœurs qui montent.
|
||||
- **Couleurs** : Rose.
|
||||
- **Textes** : "Love is in the air...".
|
||||
- **Textes** : "Accouplement en cours".
|
||||
- **Formes** : Cœur.
|
||||
|
||||
### Naissance (Événement)
|
||||
|
||||
Reference in New Issue
Block a user