You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current DSH community failures are dominated by upgrade/version skew: plugins can satisfy loose package ranges yet fail at load time after host API changes, and users often discover incompatibility only after Web/runtime composition fails.
DSHelm already has doctor, but compatibility truth must not be reimplemented independently inside the CLI. #34 owns qualification evidence and #47 owns the shared machine-readable Compatibility Radar projection. This issue should make doctor a consumer of that projection plus local installed-package observations.
Why
Current DSH community failures are dominated by upgrade/version skew: plugins can satisfy loose package ranges yet fail at load time after host API changes, and users often discover incompatibility only after Web/runtime composition fails.
DSHelm already has
doctor, but compatibility truth must not be reimplemented independently inside the CLI. #34 owns qualification evidence and #47 owns the shared machine-readable Compatibility Radar projection. This issue should makedoctora consumer of that projection plus local installed-package observations.Scope
verified,candidate-unverified,blocked,newer/unknown,older/unknown, andmixed-package-graphwhere detectable.Example output shape
Exact CLI wording may change; the evidence distinction may not.
Acceptance
verifiedbecause the shared compatibility contract says so.candidate-unverifieduntil compat: audit and qualify DSH 0.1.5-rc.1 without widening the verified baseline #34 evidence is promoted through feat: expose a machine-readable DSH Compatibility Radar #47.Related: #8 #32 #34 #47.