Public Access
feat: smart error recovery suggestions in validators (#146) #292
Reference in New Issue
Block a user
Delete Branch "feature/146-recovery-suggestions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
RecoverySuggestionclass with methods for common fix patterns (missing files, dirs, XML elements, version mismatches, commands)suggest()method onCliFramework— yellow lightbulb-prefixed outputcheck_structure.phpandcheck_version_consistency.phpTest plan
php -lpasses on all modified filescheck:structureshows fix suggestions when dirs/files are missingcheck:versionshows fix suggestions on version mismatchCloses #146