mirror of
https://github.com/max-sixty/worktrunk.git
synced 2026-09-14 20:00:38 +08:00
d60ee5b52e
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.