v6.1.3 - CLI Tool Simplification
🔧 CLI Tool Simplification
This release simplifies the ccw tool exec edit_file command for better usability.
Changed
- Simplified edit_file: Removed JSON input support, now uses parameter-based input only (
--path,--old,--new) - Removed line mode: Line operations now recommended via
sedcommand - Updated tool-strategy.md: Added sed as line operation alternative with usage examples
Usage
ccw tool exec edit_file --path "file.txt" --old "old text" --new "new text"Install/Upgrade
npm install -g claude-code-workflow
# or
ccw upgrade -a