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/reliability/async-startup-library-promise.md.

reliability/async-startup-library-promise

  • Category: reliability
  • Default severity: warning

Issue

Async startup changes synchronous library entry exports into a Promise contract.

How to fix it

Make consumers await it or keep synchronous startup for that library.

Suppress or retarget with rules["reliability/async-startup-library-promise"] set to "off" or a severity — see Suppressions and allowlists.

Sources