fix(framework): detect installed tool drift (#1194) #1195

Merged
Mos merged 5 commits from fix/1194-framework-drift-detection into main 2026-08-13 10:43:12 +00:00
Showing only changes of commit c59a55f8f2 - Show all commits
@@ -173,7 +173,7 @@ if [[ -f "$framework_drift_checker" ]]; then
set -e
if [[ "$drift_rc" -eq 0 ]]; then
pass "Installed framework tools match shipped source"
elif [[ "$drift_rc" -eq 124 || "$drift_rc" -eq 137 ]]; then
elif [[ "$drift_rc" -eq 124 || "$drift_rc" -eq 137 || "$drift_rc" -eq 143 ]]; then
warn "CANNOT_ASSERT framework drift checker timed out after ${drift_timeout}s; continuing remaining doctor checks"
else
warn "Installed framework-tool drift detected (checker exit $drift_rc; no files changed)"