mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
The exclusion rule conditionally kept .sh files for bash-first projects, but the source-file whitelist and language mapping table had no .sh entry, causing retained shell files to be dropped or untyped. Add .sh/.bash to the whitelist and language table (mapped to 'bash'), and remove the conditional exclusion rule. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>