Commit Graph

1 Commits

Author SHA1 Message Date
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