From e488352f1549fae1b6efbaeef6f3c17264cc4d27 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sun, 9 Nov 2025 15:02:29 +0800 Subject: [PATCH] fix(explore-auto): correct intermediate file structure references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix file structure documentation to reflect actual implementation: - user_selection is embedded in analysis-options.json, not separate file - computed-styles.json only exists in URL mode - dom-structure-*.json only exists in URL mode - Remove obsolete design-space-analysis.json reference Updated: - .intermediates/style-analysis/: analysis-options.json (with embedded user_selection), computed-styles.json (URL mode) - .intermediates/layout-analysis/: analysis-options.json (with embedded user_selection), dom-structure-*.json (URL mode) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/commands/workflow/ui-design/explore-auto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/commands/workflow/ui-design/explore-auto.md b/.claude/commands/workflow/ui-design/explore-auto.md index 0c5d3a36..2f40b2ad 100644 --- a/.claude/commands/workflow/ui-design/explore-auto.md +++ b/.claude/commands/workflow/ui-design/explore-auto.md @@ -581,8 +581,8 @@ Design Quality: 📂 {base_path}/ ├── .intermediates/ (Intermediate analysis files) - │ ├── style-analysis/ (computed-styles.json, design-space-analysis.json) - │ └── layout-analysis/ (analysis-options.json, user-selection.json, dom-structure-*.json) + │ ├── style-analysis/ (analysis-options.json with embedded user_selection, computed-styles.json if URL mode) + │ └── layout-analysis/ (analysis-options.json with embedded user_selection, dom-structure-*.json if URL mode) ├── style-extraction/ ({s} complete design systems) ├── layout-extraction/ ({n×l} layout template files: layout-{target}-{variant}.json) ├── prototypes/ ({total} assembled prototypes)