mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-09 02:24:11 +08:00
Problem: Export filename was 'fix-export-fix-export-1764148101709.json' Root cause: export_id already contained 'fix-export-' prefix, then filename construction added it again Solution: Keep export_id as timestamp only, let filename construction add the prefix Result: Correct filename 'fix-export-1764148101709.json'