- Introduced `AscensionTalentMapper.lua` to provide mapping between Ascension talent IDs and calculator positions.
- Auto-generated mapping table includes talent tabs, slots, and rank data for supported classes.
- Added detailed debug logs for talent collection, including tab and talent-level data.
- Integrated Ascension-specific talent export API (`C_CharacterAdvancement.ExportBuild`) as a primary method.
- Implemented fallback using standard WoW API for non-Ascension servers.
- Improved handling of unselected talents with descriptive messages.
- Introduced `install_addon_sub.sh` to automate addon installation.
- Improved argument normalization with a new `Norm` helper function.
- Added debug command for enhanced diagnostics and collector status visibility.
- Ensured global addon table initialization for flexible load order.
- Marked modules as loaded for better debug tracking.
- Fixed TOC path formatting for Windows compatibility.
- Updated `.gitignore` rules for IDE folders.