Ajouts majeurs:
- Détection intelligente des contraintes de longueur dans les instructions (évite conflits entre instruction et type)
- Contexte de personnalité enrichi: colonnes B, D, E, F, H, I, J du Google Sheet
- Randomisation des éléments de personnalité (max 2 par catégorie pour variabilité)
- Injection du titre associé dans le prompt des textes/intros pour cohérence
- Exclusion de personnalité pour questions FAQ (seulement réponses)
Corrections:
- Fix détection type: vérification préfixes (Intro_, Titre_, Txt_) avant suffixes (_title, _text)
- Fix parsing vocabulairePref pour gérer arrays et strings
- Logs détaillés sur détection de contraintes
Impact:
- Meilleure cohérence titre→texte
- Plus de variabilité anti-détection
- Respect strict des contraintes de longueur spécifiées
- Personnalités mieux contextualisées dans les prompts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add complete modular demo interface (public/modular-pipeline-demo.html)
- Add standalone demo server (simple-server.js) on port 3333
- Integrate real SelectiveCore, AdversarialCore, HumanSimulation, PatternBreaking modules
- Add configurable pipeline with step-by-step content transformation display
- Add new trend management and workflow configuration modules
- Add comprehensive test suite for full pipeline validation
- Update core modules for better modular integration and demo compatibility
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Fix BatchProcessor constructor to avoid server blocking during startup
- Add comprehensive integration tests for all modular combinations
- Enhance CLAUDE.md documentation with new test commands
- Update SelectiveLayers configuration for better LLM allocation
- Add AutoReporter system for test automation
- Include production workflow validation tests
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- APIController.js: Full RESTful API with articles, projects, templates endpoints
- Real HTTP integration tests with live server validation
- Unit tests with proper mocking and error handling
- API documentation with examples and usage patterns
- Enhanced audit tool supporting HTML, npm scripts, dynamic imports
- Cleaned 28 dead files identified by enhanced audit analysis
- Google Sheets integration fully validated in test environment