We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7746c8d commit eb33d7aCopy full SHA for eb33d7a
1 file changed
src/llm-coding-tools-bubblewrap/ARCHITECTURE.md
@@ -17,7 +17,7 @@ llm-coding-tools-bubblewrap
17
│ ├── mod.rs module root; re-exports public API surface
18
│ ├── types.rs Profile, Preset, TmpBacking, Availability, etc.
19
│ ├── builder.rs Builder + build() + static arg precomputation
20
-│ ├── factory.rs create_sandbox, create_sandbox_with, TempSandboxDirs (feature "default-sandbox")
+│ ├── factory.rs create_sandbox, create_sandbox_with, create_temp_sandbox, SandboxDirs, CreateSandboxError, TempSandboxDirs
21
│ ├── presets.rs public_bot() & trusted_maintenance() constructors
22
│ ├── validation.rs path/symlink/env/tmp validators
23
│ └── layout.rs SandboxLayout — "is this host path visible inside?"
0 commit comments