mirror of
https://github.com/automazeio/ccpm.git
synced 2025-10-09 13:41:06 +03:00
- Fix sed regex patterns that caused parse errors in eval contexts
- Replace problematic \( \) regex groups with pipe-friendly sed commands
- Convert {variable} template placeholders to ${variable} bash syntax
- Ensure all bash code blocks pass syntax validation
This resolves the "parse error near ')'" issues encountered when
ccpm executes bash commands from command files.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>