Replies: 1 comment
-
|
Parallel worktree usage has a specific problem: ruflo's state files are per-project-root, not per-worktree. The MCP server writes to:
If multiple worktrees share the same project root, they'll fight over these files. If they're separate directories, each gets its own state (but no cross-worktree coordination). However, the bigger issue: the agent/swarm/task tools don't actually execute anything. The memory/HNSW tools do work and could theoretically be shared across worktrees via symlinks, but SQLite doesn't handle concurrent writes well. Practical approach: Use Claude Code's native Full audit of what works vs stubs: Independent Audit |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Assuming other resource issues within the project are addressed (such as ports etc) via a make file, are there any issues in using claude-flow simultaneously in different worktree directories of the same project?
Beta Was this translation helpful? Give feedback.
All reactions