core-agent-ide/codex-rs/utils/absolute-path/src
Tiffany Citra 2c3843728c
fix: writable_roots doesn't recognize home directory symbol in non-windows OS (#9193)
Fixes:
```
[sandbox_workspace_write]
writable_roots = ["~/code/"]
```

translates to
```
/Users/ccunningham/.codex/~/code
```
(i.e. the home dir symbol isn't recognized)
2026-01-20 10:55:01 -08:00
..
lib.rs fix: writable_roots doesn't recognize home directory symbol in non-windows OS (#9193) 2026-01-20 10:55:01 -08:00