Files
multica/apps
Bohan Jiang f72e17e236 docs(project-resources): frame local_directory as an escape hatch, not a default (#5732)
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>
2026-07-21 18:11:36 +08:00
..