Strict Sequential Enforcement
NO two agents may work on the same source tree simultaneously.
- The dispatcher enforces this by design: only one task per profile is
runningat a time - If parallel work is needed, split by:
- Different files/directories
- Different repositories
- Different environments (Pi vs RG vs Mac)
- Different stages with no shared artifacts