fix: expose branch follower debug errors

This commit is contained in:
Codex
2026-07-03 17:58:21 +00:00
parent 917cba6659
commit c5f665726d
+1
View File
@@ -199,6 +199,7 @@ function stateSnapshot(read: K8sStateRead, followerId: string): Record<string, u
return {
present: read.stateConfigMapPresent,
ok: read.ok,
errors: read.errors.slice(0, 8),
metadata: read.stateMetadata,
valueBytes: read.stateValueBytes[followerId] ?? null,
phase: stringOrNull(state.phase),