Split /codex mount per project

This commit is contained in:
Samuel Aubertin
2026-03-09 13:49:06 +01:00
parent 046b56e3f6
commit 47c3c979e5
4 changed files with 186 additions and 31 deletions

View File

@@ -11,3 +11,6 @@ Current scenarios:
- `helper_symlink/` — ensures `.sloptrap-ignores` cannot be a symlink to directories outside the project.
- `secret_mask/` — verifies masked files remain hidden even when sloptrap remaps the workspace mount.
- `resume_target/` — verifies the resume target passes the requested session identifier to Codex.
- `auth_file_mount` — verifies `~/.codex/auth.json` is mounted directly into `/codex/auth.json`.
- `project_state_isolation` — verifies different projects map `/codex` to different host state directories.
- `auto_login_empty_auth` — verifies an empty `auth.json` still triggers automatic login before the main target.