mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-03 19:20:07 +02:00
The local_directory section read as a neutral alternative to github_repo, so users with ordinary clonable repos were picking it and then asking for worktree-based parallelism — which contradicts the mode's whole premise. - Add an up-front warning: this exists for people with no other option (tens-of-GB game checkouts), and github_repo gives unlimited concurrency. - Replace the "fine-grained changes, review locally" recommendation with the real qualifying cases (clone too expensive, not a git repo at all, machine-local state) plus an explicit list of non-reasons. - State that serial execution is a premise of the mode, not a limitation pending a worktree fix. - Add a pointer at the top of "Attaching a local directory". Applied to en / zh / ja / ko. Co-authored-by: Bohan-J <bohan@devv.ai> Co-authored-by: multica-agent <github@multica.ai>