From 901b60e927551a48d6cb5d77d9962db376ad80a5 Mon Sep 17 00:00:00 2001 From: sigfawn Date: Tue, 13 Jan 2026 16:44:13 -0500 Subject: [PATCH] fix(beads): cache version check and add timeout to prevent cli lag (#436) Reviewed: Good optimizations - sync.Once caching, 2s timeout, pre-compiled regex. All idiomatic Go.