For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/1.0.0/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/1.0.0/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/1.0.0/rules/config/remote-alias-prefix-collision.md.

config/remote-alias-prefix-collision

  • Category: correctness
  • Default severity: error

Issue

An alias that prefixes another remote name/alias makes multi-level path references ambiguous and is rejected by the runtime.

How to fix it

Rename aliases so none is a prefix of another remote name or alias.

Suppress or retarget with rules["config/remote-alias-prefix-collision"] set to "off" or a severity — see Suppressions and allowlists.

Sources