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/reliability/shared-import-false.md.

reliability/shared-import-false

  • Category: reliability
  • Default severity: warning

Issue

With import: false, no local fallback exists if another provider is missing.

How to fix it

Guarantee a provider loads first or restore a local fallback.

Suppress or retarget with rules["reliability/shared-import-false"] set to "off" or a severity — see Suppressions and allowlists.

Sources