feat: add image management functionality with ORAS support
- Implemented image database operations in src/images.ts including listing, retrieving, saving, and deleting images.
- Created migration scripts in src/migrations.ts for managing the images table and related schema changes.
- Introduced ORAS binary setup and image push/pull functionality in src/oras.ts.
- Added subcommands for image management (push, pull, tag, rmi) in src/subcommands.
- Enhanced error handling and validation for image names and states.
- Updated state management in src/state.ts to use a unified DbError class for database operations.
- Improved utility functions in src/utils.ts for image validation and size formatting.