Files
Ran Aroussi 1cb9483a74 fix: resolve bash syntax errors in ccpm command files
- 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>
2025-09-24 21:01:54 +01:00
..