From dd1c1c9a3cf256abc02c0b8c15693978e24179cd Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 6 Mar 2026 16:12:43 +0000 Subject: [PATCH] Add routing-analyzer-data to boundary declarations Missing declaration caused SX_BOUNDARY_STRICT crash on startup. Co-Authored-By: Claude Opus 4.6 --- sx/sx/boundary.sx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sx/sx/boundary.sx b/sx/sx/boundary.sx index 2ca1a8a..f22395f 100644 --- a/sx/sx/boundary.sx +++ b/sx/sx/boundary.sx @@ -49,3 +49,8 @@ :params () :returns "dict" :service "sx") + +(define-page-helper "routing-analyzer-data" + :params () + :returns "dict" + :service "sx")