| ▲ | fulafel 21 hours ago | |
How did you speed up things (eg clone, worktree setup) compared to Git? Could the same work for human facing tools? | ||
| ▲ | zdgeier 20 hours ago | parent [-] | |
Mostly through networked file system mounts with FSKit/FUSE backing when working on tasks in parallel. May be applicable for human facing tools but I think workflows there are already pretty set with having files locally and mounts need some lifecycles that agents are probably better at handling. | ||