Merge pull request #311 from rsnodgrass/feat/ux-system-import

feat(ui): import comprehensive UX system from beads
This commit is contained in:
Steve Yegge
2026-01-09 23:13:58 -08:00
committed by GitHub
45 changed files with 1400 additions and 75 deletions

View File

@@ -20,6 +20,7 @@ func NewBootHealthCheck() *BootHealthCheck {
BaseCheck: BaseCheck{
CheckName: "boot-health",
CheckDescription: "Check Boot watchdog health (the vet checks on the dog)",
CheckCategory: CategoryInfrastructure,
},
}
}