mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-09 02:24:11 +08:00
- Fix get_modules_by_depth.sh to avoid filtering 'core' directories - Remove overly broad "core" exclusion pattern - Keep "*.core" for actual core dump files - Resolves issue where directories named 'core' were incorrectly filtered - Refactor docs workflow from path-based detection to mode selection - Replace is_root logic with explicit --mode parameter - Add --mode full: generate complete documentation (modules + project-level) - Add --mode partial: generate module documentation only - Default to full mode for better user experience - Simplify configuration by removing complex path comparison logic These changes provide better control over documentation generation and fix directory discovery issues in Python projects with core/ folders.