Fix: npx ai-media-cli now works
What changed
- Fix:
npx ai-media-clipreviously failed withai-media: not foundbecause the bin entry didn't match the package name - Added
ai-media-clias the primary CLI command (matching the npm package name) - Kept
ai-imageas a backward-compatible alias - Updated all documentation to use
ai-media-clias the command name
Migration
No breaking changes. Both commands work:
npx ai-media-cli --help # ✅ now works
ai-media-cli --help # ✅ primary command
ai-image --help # ✅ still works (alias)