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
fix: add circular import detection and duplicate key validation
Detect circular YAML imports via a visited-path set to prevent stack
overflow. Validate yamlKeyMap values are unique in ModuleConfigDescriptor
to catch silent data loss from array_flip. Fix CLAUDE.md PHPStan level
to match phpstan.neon (10, not 8).
0 commit comments