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 +