Explore single-binary release with built-in sandboxing #115
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Background
Today deployment centers on a container image. That creates friction for operators who want to try or run auto_review without first setting up Docker/Podman or container hosting.
Exploration
Investigate releasing auto_review as a single
auto-reviewbinary that can be downloaded and run directly, while preserving the same sandboxing protections currently provided by the containerized runtime.The binary should expose subcommands for the whole project, for example:
auto-review gateway ...to run the webhook gateway/chat poller serviceauto-review <other-cli-command> ...for existing and future CLI/operator functionsKey questions
Acceptance criteria for the exploration
auto-reviewCLI with grouped commands #116youkiOCI gateway launcher #117auto-review gateway#118auto-reviewbinary #119auto-reviewbinaries with full provenance #121