Files
max-sixty__worktrunk/tests
worktrunk-bot d60ee5b52e test(config): assert --print leaves the linked worktree's config unmigrated
The write-freedom assertion checked the main worktree's .config/wt.toml,
which the command never touches when run from a linked worktree:
project_config_path() resolves against the current worktree root, so the
file read — and the one a regression would rewrite — is
<feature-print>/.config/wt.toml. Assert on that copy too.
2026-09-06 07:03:58 +00:00
..