fix(doctor): oMoMoMoMo branding, remove providers check, fix comment-checker detection

Rename header to oMoMoMoMo Doctor to match installation guide branding.
Remove providers check entirely — no longer meaningful for diagnostics.
Fix comment-checker detection by resolving @code-yeongyu/comment-checker package path
in addition to PATH lookup.
This commit is contained in:
YeonGyu-Kim
2026-02-13 17:35:36 +09:00
parent fe5c0ad8c2
commit 71eadc5a4b
12 changed files with 36 additions and 188 deletions
-1
View File
@@ -19,7 +19,6 @@ function createBaseResult(): DoctorResult {
configValid: true,
isLocalDev: false,
},
providers: [],
tools: {
lspInstalled: 0,
lspTotal: 0,