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/shared-capability-disabled.md.

config/shared-capability-disabled

  • Category: correctness
  • Default severity: error

Issue

Tree-shaken sharing code cannot register or consume configured shared packages.

How to fix it

Remove disableShared or remove the shared configuration.

Suppress or retarget with rules["config/shared-capability-disabled"] set to "off" or a severity — see Suppressions and allowlists.

Sources