seo-generator-server/public
StillHammer 64fb319e65 refactor: Synchronisation complète du codebase - Application de tous les patches
Application systématique et méthodique de tous les patches historiques.

##  FICHIERS SYNCHRONISÉS (19 fichiers)

### Core & Infrastructure:
- server.js (14 patches) - Lazy loading ModeManager, SIGINT hard kill, timing logs
- ModeManager.js (4 patches) - Instrumentation complète avec timing détaillé

### Pipeline System:
- PipelineDefinition.js (6 patches) - Source unique getLLMProvidersList()
- pipeline-builder.js (8 patches) - Standardisation LLM providers
- pipeline-runner.js (6 patches) - Affichage résultats structurés + debug console
- pipeline-builder.html (2 patches) - Fallback providers synchronisés
- pipeline-runner.html (3 patches) - UI améliorée résultats

### Enhancement Layers:
- TechnicalLayer.js (1 patch) - defaultLLM: 'gpt-4o-mini'
- StyleLayer.js (1 patch) - Type safety vocabulairePref
- PatternBreakingCore.js (1 patch) - Mapping modifications
- PatternBreakingLayers.js (1 patch) - LLM standardisé

### Validators & Tests:
- QualityMetrics.js (1 patch) - callLLM('gpt-4o-mini')
- PersonalityValidator.js (1 patch) - Provider gpt-4o-mini
- AntiDetectionValidator.js - Synchronisé

### Documentation:
- TODO.md (1 patch) - Section LiteLLM pour tracking coûts
- CLAUDE.md - Documentation à jour

### Tools:
- tools/analyze-skipped-exports.js (nouveau)
- tools/apply-claude-exports.js (nouveau)
- tools/apply-claude-exports-fuzzy.js (nouveau)

## 🎯 Changements principaux:
-  Standardisation LLM providers (openai → gpt-4o-mini, claude → claude-sonnet-4-5)
-  Lazy loading optimisé (ModeManager chargé à la demande)
-  SIGINT immediate exit (pas de graceful shutdown)
-  Type safety renforcé (conversions string explicites)
-  Instrumentation timing complète
-  Debug logging amélioré (console.log résultats pipeline)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-12 20:36:17 +08:00
..
batch-dashboard.html Refactor batch processing system with shared QueueProcessor base class 2025-09-19 02:04:48 +08:00
batch-interface.html Refactor batch processing system with shared QueueProcessor base class 2025-09-19 02:04:48 +08:00
index.html refactor: Synchronisation complète du codebase - Application de tous les patches 2025-10-12 20:36:17 +08:00
llm-monitoring.html chore: Add documentation, scripts and monitoring tools 2025-10-12 16:10:56 +08:00
modular-pipeline-demo.html Add modular pipeline demo system with real module integration 2025-09-23 16:03:20 +08:00
pipeline-builder.html refactor: Synchronisation complète du codebase - Application de tous les patches 2025-10-12 20:36:17 +08:00
pipeline-builder.js refactor: Synchronisation complète du codebase - Application de tous les patches 2025-10-12 20:36:17 +08:00
pipeline-runner.html refactor: Synchronisation complète du codebase - Application de tous les patches 2025-10-12 20:36:17 +08:00
pipeline-runner.js refactor: Synchronisation complète du codebase - Application de tous les patches 2025-10-12 20:36:17 +08:00
prompt-engine-interface.html Add modular pipeline demo system with real module integration 2025-09-23 16:03:20 +08:00
README-Interface.md Setup test system extended 2025-09-05 20:09:53 +08:00
step-by-step.html Improve step by step system, fix modular level 3 and 4 modules 2025-09-11 15:31:53 +08:00
test-modulaire.html Setup test system extended 2025-09-05 20:09:53 +08:00