docs: record single-binary ADRs #123
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!123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-115-single-binary-exploration"
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-reviewexecutable, grouped domain commands, Docker image reuse of the same binary, and Linux binary release artifacts with full provenance.youki/OCI gateway isolation as the default single-binary gateway mode, with explicit bare opt-out and fail-closed OCI startup behavior.Verification
git diff --cached --checkbefore commitCloses #115
This PR adds two new ADRs documenting significant changes: a switch to a single public executable for
auto-reviewand the adoption of embedded OCI gateway isolation. These changes are well-documented and appear to be thoughtfully planned, with clear implementation steps and consequences outlined.Walkthrough
docs/ADR-0002-sandbox.md:
docs/ADR-0005-single-public-executable.md:
auto-reviewinto a single executable with grouped commands.docs/ADR-0006-embedded-oci-gateway-isolation.md: