claudebox/.planning/phases
Christopher Mühl c5e8cca867 feat(05-01): rewrite mount architecture with per-project instance isolation
- Replace --bind ~/.claudebox + --symlink with direct --bind ~/.claude ~/.claude
- Add compute_canonical_root() function using git rev-parse --git-common-dir
- Add per-project INSTANCE_DIR via sha256sum[:16] of canonical git root
- Overlay projects/ with per-project hash dir for isolated conversation history
- Overlay history.jsonl and SANDBOX.md as file-level bind mounts
- Update credential mount target from ~/.claudebox to ~/.claude
- Add CLAUDE_JSON_FILE (~/.claude.json) detection and conditional bind mount
- Remove stale CLAUDE.md injection logic (D-06: user's real CLAUDE.md used)
- Update dry-run block and print_audit to reflect new mount layout
- Update SANDBOX.md heredoc to remove ~/.claudebox reference
2026-04-13 09:00:53 +00:00
..
01-minimal-viable-sandbox feat(05-01): rewrite mount architecture with per-project instance isolation 2026-04-13 09:00:53 +00:00
02-env-audit-and-cli-polish feat(05-01): rewrite mount architecture with per-project instance isolation 2026-04-13 09:00:53 +00:00
03-sandbox-aware-prompting feat(05-01): rewrite mount architecture with per-project instance isolation 2026-04-13 09:00:53 +00:00
04-auth-passthrough docs(04): add phase verification — all must-haves passed 2026-04-10 09:33:46 +00:00
05-per-project-instance-isolation fix(05): revise plans based on checker feedback 2026-04-13 08:52:28 +00:00