What's Changed
Breaking Changes
- Replaced
--forceflag with--replaceflag ingeneratecommand - Removed unused
--backupand--interactiveflags fromgeneratecommand
New Features
--replaceflag: Completely overwrites AI files with a fresh reference block--yesflag: Skips confirmation prompt when using--replace- Confirmation prompt: When using
--replace, shows which files will be overwritten and asks for confirmation
Improvements
- Cleaned up unused code in BaseGenerator
- Updated README documentation with new flags
Migration
If you were using --force in scripts, replace it with --replace --yes:
# Old
zeri generate claude --force
# New
zeri generate claude --replace --yesFull Changelog: v1.18.5...v1.19.0