feat(cli): unify operator binary #125
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-116-unified-auto-review-cli"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
auto-reviewas the single operator binary and removes the publicar-gatewayexecutable surface.ar_gateway::run_from_env()seam used byauto-review gateway.auto-reviewcommands.Verification
nix develop -c cargo test -p ar-clinix develop -c cargo test -p ar-gateway --lib --testsnix develop -c cargo test -p ar-gatewaynix develop -c cargo fmt --all -- --checknix develop -c cargo clippy -p ar-cli -p ar-gateway --all-targets -- -D warningsnix build .#ar-clinix build .#ar-gateway-imageCloses #116
This PR unifies the operator binary by publishing
auto-reviewas the single executable, removingar-gateway, and updating related documentation and scripts. The changes appear safe to merge, with all references to the old command names updated.Walkthrough
auto_reviewtoauto-review.auto-reviewbinary.auto-review, grouping subcommands by domain.startup.rsand exposedrun_from_envfor gateway startup.ar-cliand command to start the gateway toauto-review gateway.auto-reviewcommand structure.