From ff41fa2238c089087221b6b2133afd1375f8ffbe Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 8 Mar 2026 23:20:11 +0000 Subject: [PATCH] Declare prove-data page helper in boundary.sx 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 3082b67..e62e371 100644 --- a/sx/sx/boundary.sx +++ b/sx/sx/boundary.sx @@ -94,3 +94,8 @@ :params () :returns "dict" :service "sx") + +(define-page-helper "prove-data" + :params () + :returns "dict" + :service "sx")