Feedback Assistant CLI 0.3.1 reintroduces the project with a clearer repository identity while keeping the compact xcfb command.
Highlights:
- Renames the canonical repository to
rudrankriyam/Feedback-Assistant-CLI. - Keeps
xcfbas the only executable product and installed command. - Aligns the Swift package identity as
FeedbackAssistantCLIand executable target asXCFBCLI. - Moves the project fully out of Swift-package-library framing; there is no public library product or compatibility alias.
- Updates the README, badges, clone instructions, repository description, homepage, and support links.
- Preserves native Accessibility automation and the experimental authenticated web workflow for preparing, attaching, validating, submitting, and verifying Feedback Assistant reports.
Upgrade:
- Existing
xcfbcommands remain unchanged. - Clone from
https://github.com/rudrankriyam/Feedback-Assistant-CLI.git. - Previous GitHub URLs continue to redirect.
Verification:
make check- 64 Swift tests
- Executable-only package surface check
- Generated command documentation check
- Production release build
- GitHub Actions, Cursor Bugbot, and GitGuardian checks