mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-09 02:24:11 +08:00
Major changes following install-remote.ps1 structure: - All user messages redirected to stderr (>&2) - Function return values via stdout only (echo path) - Simplified download/extract logic without excessive validation - Clear success/failure messages at each step - Better error handling with status codes This ensures output capture works correctly: - $(download_repository) captures only the file path - $(extract_repository) captures only the directory path - All user-facing messages appear on screen via stderr Fixes the "Extraction failed" issue by ensuring download actually completes and returns a valid path before extraction. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 KiB
11 KiB