From b48d2a73c81011137a491b3a95efa8085ed18d08 Mon Sep 17 00:00:00 2001 From: bbaudouin Date: Sat, 18 Jul 2026 06:43:02 +0100 Subject: [PATCH] Actualiser Changelog --- Changelog.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index cdca71d..f651a94 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ -# Changelog - -Journal des évolutions techniques notables. - -- Ajout de `CLAUDE.md` (doc destinée aux agents IA). -- `feature/pydantic_character_builder` mergée sur `main` : backend de persistance alternatif via `pydantic`, activable par `ELIRON_BUILDER=pydantic`. +# Changelog + +Journal des évolutions techniques notables. + +- Ajout de `CLAUDE.md` (doc destinée aux agents IA). +- `feature/pydantic_character_builder` mergée sur `main` : backend de persistance alternatif via `pydantic`, activable par `ELIRON_BUILDER=pydantic`. +- Restructuration du projet: + - specs projet via pyproject.toml + - organisation des fichiers en src layout + +- Refactoring: + - amélioration du menu d'action + - simplification du chargement de builder de mob + - passage du formateur de code (isort & autopep8) + - Renommage du projet en d-crawler +