core-agent-ide/codex-rs/exec/tests
Michael Bolin 642b7566df
fix: introduce AbsolutePathBuf as part of sandbox config (#7856)
Changes the `writable_roots` field of the `WorkspaceWrite` variant of
the `SandboxPolicy` enum from `Vec<PathBuf>` to `Vec<AbsolutePathBuf>`.
This is helpful because now callers can be sure the value is an absolute
path rather than a relative one. (Though when using an absolute path in
a Seatbelt config policy, we still have to _canonicalize_ it first.)

Because `writable_roots` can be read from a config file, it is important
that we are able to resolve relative paths properly using the parent
folder of the config file as the base path.
2025-12-12 15:25:22 -08:00
..
fixtures Use helpers instead of fixtures (#3888) 2025-09-19 06:46:25 -07:00
suite fix: introduce AbsolutePathBuf as part of sandbox config (#7856) 2025-12-12 15:25:22 -08:00
all.rs Add explicit codex exec events (#4177) 2025-09-25 17:47:09 +00:00
event_processor_with_json_output.rs Inject SKILL.md when it's explicitly mentioned. (#7763) 2025-12-10 13:59:17 -08:00