Skip to content

0.3.1

Latest

Choose a tag to compare

@rudrankriyam rudrankriyam released this 15 Jun 03:00
6de05a1

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 xcfb as the only executable product and installed command.
  • Aligns the Swift package identity as FeedbackAssistantCLI and executable target as XCFBCLI.
  • 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 xcfb commands 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