- Renamed the project to **`luhn-validator`** for more generic use.
- Changed `number` parameter of `validate` function to accept integers only.
- Added `length` and `prefix` parameters to `validate` function.
- Updated documentation and tests.
- Updated packaging configuration files and local development workflow.