From 365440d42f039da3741dfb9299ceb6b77ced051f Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 12 Mar 2026 00:21:44 +0000 Subject: [PATCH] Add spec-explorer-data page helper to 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 d39c940..cd76387 100644 --- a/sx/sx/boundary.sx +++ b/sx/sx/boundary.sx @@ -109,3 +109,8 @@ :params () :returns "dict" :service "sx") + +(define-page-helper "spec-explorer-data" + :params (slug) + :returns "dict" + :service "sx")