mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
Issue: - In Bash version, new_install_manifest creates file immediately - save_install_manifest calls remove_old_manifests_for_path - This deletes ALL manifests for the path, including the new one - Result: "WARNING: Failed to save installation manifest" Solution: - Add current_manifest_file parameter to remove_old_manifests_for_path - Skip deletion if file matches current manifest - Pass manifest_file to exclude it from deletion Note: PowerShell version does not have this issue because it creates the manifest file AFTER deleting old ones (hashtable → file conversion)
56 KiB
56 KiB