docs(adr): ADR 0006 — per-OS L3 backends + engines as opt-in cargo features#52
Merged
Conversation
…atures Captures the design decided 2026-06-25: extends ADR 0005 with HOW the L3 boundary is selected per OS and HOW brush becomes an opt-in alternative engine. D1 one cargo feature per backend (inert off its OS via target-cfg deps); D2 selection in code not the feature graph (enable-all + best_available_sandbox selector); D3 SandboxKind variant per backend, never overclaim (I9); D4 fail-closed apply so the reported kind reflects reality; D5 engines (incl. brush) opt-in behind the ADR 0005 seam, orthogonal to L3, additive+reversible. Cross-links #31/#35/#20/#28/#30 and the new macOS #50 / Windows #51 backend issues. macOS/Apple Silicon: builds clean + honest None until Seatbelt (#50) lands. Forward-pointer added to ADR 0005. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HMGPEApE4XfwgMhgFbRn6c
This was referenced Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Captures the L3-by-OS-family + optional-brush design (extends ADR 0005). Docs only.
best_available_sandbox()), not the feature graph; enable-all +os-sandboxmeta-feature.SandboxKindvariant per backend; never overclaim (I9).apply()so the reported kind reflects reality.Cross-links #31/#35/#20/#28/#30 and the new macOS #50 (Seatbelt) / Windows #51 backends. Apple Silicon: builds clean + honest
Noneuntil #50 lands.🤖 Generated with Claude Code