Expand description
Exit codes following Unix conventions
Constantsยง
- ERROR
- General runtime error (e.g., ID generation failed due to system error)
- SUCCESS
- Successful execution
- USAGE_
ERROR - Invalid command-line arguments or usage (e.g., missing required params)