seo-generator-server/lib/selective-enhancement
StillHammer db966a4ad6 feat(selective): Add detailed logging and comprehensive guide
- Add detailed logs in SelectiveCore.js:
  * LLM selection reasoning (auto vs specified)
  * Branch-specific logs (technical/transitions/style)
  * Config details before each layer
  * Modification counts after each layer

- Add detailed logs in SelectiveLayers.js:
  * Stack configuration details on startup
  * Per-layer execution logs with before/after samples
  * Modification rate percentages
  * Final summary table with all layers

- Add SELECTIVE_ENHANCEMENT_GUIDE.md:
  * Complete architecture explanation (3 levels)
  * All 5 available stacks documented
  * Usage examples (code, API, web)
  * Detailed log output examples
  * FAQ section

This improves observability and helps understand how stack configurations
translate to actual layer executions.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-12 11:37:15 +08:00
..
SelectiveCore.js feat(selective): Add detailed logging and comprehensive guide 2025-10-12 11:37:15 +08:00
SelectiveLayers.js feat(selective): Add detailed logging and comprehensive guide 2025-10-12 11:37:15 +08:00
SelectiveUtils.js feat: Améliore système de génération avec personnalités enrichies et détection intelligente 2025-10-12 10:36:59 +08:00
StyleLayer.js Module system code base 2025-09-04 21:24:45 +08:00
TechnicalLayer.js Improve step by step system, fix modular level 3 and 4 modules 2025-09-11 15:31:53 +08:00
TransitionLayer.js Fix BatchProcessor initialization and add comprehensive test suite 2025-09-19 14:17:49 +08:00