Revert "fix(onboarding): prefer clawhub diagnostics installs"

This reverts commit 3338581c20.
This commit is contained in:
Vincent Koc
2026-05-03 02:19:06 -07:00
parent f9a1f86e64
commit 2e608ad516
3 changed files with 3 additions and 22 deletions

View File

@@ -62,7 +62,7 @@
"install": {
"clawhubSpec": "clawhub:@openclaw/diagnostics-otel",
"npmSpec": "@openclaw/diagnostics-otel",
"defaultChoice": "clawhub",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.25"
}
}
@@ -80,7 +80,7 @@
"install": {
"clawhubSpec": "clawhub:@openclaw/diagnostics-prometheus",
"npmSpec": "@openclaw/diagnostics-prometheus",
"defaultChoice": "clawhub",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.25"
}
}