Files
DeepSeek-TUI/scripts/dev-cache.test.sh
CodeWhale Bot 66b9d289b3 fix(dev-cache): isolate build-dir even when a stub ./target exists
Cargo still writes CACHEDIR.TAG (and sometimes final artifacts) under
./target when build-dir is split, so the old auto-mode treated a
freshly-isolated worktree as warm on the second command and recompiled
everything into a second tree. auto now always isolates;
CODEWHALE_DEV_CACHE=local is the explicit stay-in-./target opt-out.

dev-cache.test.sh: all 22 checks pass on this tree.
2026-08-15 21:01:45 -07:00

9.7 KiB
Executable File