mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
greptile-apps[bot] repro: the multi-app warning recommended --target, but the helper CLIs never parsed it, so live-poll --target appB still re-anchored onto the pointer's first choice. enterLiveRoot now consumes a --target argument (removing it from argv so downstream flag parsers never see it) and resolves roots against it, making the documented escape hatch real on every helper. Regression test drives a two-live-app repo through a child process and asserts both the chdir target and the argv scrubbing. This work was produced with AI assistance (Claude Code). Co-Authored-By: Claude Code <noreply@anthropic.com>