Skip to content

Commit eb33d7a

Browse files
committed
Fixed: Update factory.rs entry in ARCHITECTURE.md
- Remove incorrect (feature "default-sandbox") annotation - Add missing exports: create_temp_sandbox, SandboxDirs, CreateSandboxError
1 parent 7746c8d commit eb33d7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/llm-coding-tools-bubblewrap/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ llm-coding-tools-bubblewrap
1717
│ ├── mod.rs module root; re-exports public API surface
1818
│ ├── types.rs Profile, Preset, TmpBacking, Availability, etc.
1919
│ ├── builder.rs Builder + build() + static arg precomputation
20-
│ ├── factory.rs create_sandbox, create_sandbox_with, TempSandboxDirs (feature "default-sandbox")
20+
│ ├── factory.rs create_sandbox, create_sandbox_with, create_temp_sandbox, SandboxDirs, CreateSandboxError, TempSandboxDirs
2121
│ ├── presets.rs public_bot() & trusted_maintenance() constructors
2222
│ ├── validation.rs path/symlink/env/tmp validators
2323
│ └── layout.rs SandboxLayout — "is this host path visible inside?"

0 commit comments

Comments
 (0)