You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renumber detection layers to match execution order: old L6 (headers, pre-body) is now L4; old L4 (obfuscation, post-body) is now L5; old L5 (schema, post-body) is now L6. Plugin names referencing old layer numbers must be updated.
Fixes
Stable sort for AnalyzerPlugin registration order.
Remove build:python from prepublishOnly script.
Remove static fake coverage badge from README.
Features
Real coverage via vitest/v8 + Codecov upload in CI.
Separate python-tests CI job (independent of Node matrix).