diff --git a/scripts/doctor.ps1 b/scripts/doctor.ps1 index 37f3c22..4c9a09c 100644 --- a/scripts/doctor.ps1 +++ b/scripts/doctor.ps1 @@ -66,3 +66,4 @@ foreach ($path in @('shared/rules','shared/skills','shared/agents','shared/hooks if ($fail) { exit 1 } Write-Output 'PASS doctor' +exit 0