Implement 'issue create' command
Add the base issue command structure with create subcommand:
- Command accepts title argument and optional body via --body or --body-file
- Validates authentication and repository context
- Builds AT-URI and creates issue record via AT Protocol
- Displays success message with issue number (rkey) and URI
- Comprehensive tests covering all input methods and error cases
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>