LibRuntimeGuard is currently a 3.0-dev development library. Keep changes small,
diagnostic-first and easy to validate without a live client.
Before opening a PR, run:
composer run qualityRules for early contributions:
- do not depend on unstable PocketMine internals unless there is a guarded fallback;
- do not duplicate EasyLibrary doctor, timings or support report ownership;
- prefer structured reports that can be rendered as text, Markdown or JSON;
- keep automatic fixes out of the inspector layer.