- Doc parser now extracts tier labels (Tier A, A, Gold, etc.) per asset - Matching uses tier to find the correct GMAL complexity variant: - Claude matches to the GMAL family (asset type) - Post-match lookup: (asset_name + target_complexity_level) finds exact variant - e.g. "Banner - Tier A" with A=Complex → finds Complex variant by asset_name query - Tier hint passed to Claude prompt for better matching - No blind expansion - only the tier-appropriate GMAL is matched - Expand to Tiers button still available for when client doesn't specify tiers Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ai_descriptions.py | ||
| ai_matching.py | ||
| doc_parser.py | ||
| excel_parser.py | ||
| export_excel.py | ||
| export_pdf.py | ||
| match_refiner.py | ||
| ratecard_builder.py | ||
| rfp_analysis.py | ||
| team_shape.py | ||
| tier_expander.py | ||