- 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> |
||
|---|---|---|
| .. | ||
| SelectiveCore.js | ||
| SelectiveLayers.js | ||
| SelectiveUtils.js | ||
| StyleLayer.js | ||
| TechnicalLayer.js | ||
| TransitionLayer.js | ||