For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/rules/config/expose-path-missing.md.

config/expose-path-missing

  • Category: correctness
  • Default severity: error

Issue

The producer build cannot include a module that does not exist at the configured path.

How to fix it

Correct the path, including its exact extension, or create the source file.

Suppress or retarget with rules["config/expose-path-missing"] set to "off" or a severity — see Suppressions and allowlists.

Sources