From b9003eacb23e1791953c754d2d8949cbdd2ccde9 Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 6 Mar 2026 23:07:42 +0000 Subject: [PATCH] Fix unclosed paren in content-addressed components plan Co-Authored-By: Claude Opus 4.6 --- sx/sx/plans.sx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx/sx/plans.sx b/sx/sx/plans.sx index 8f6126a..f122fa7 100644 --- a/sx/sx/plans.sx +++ b/sx/sx/plans.sx @@ -1008,7 +1008,7 @@ (li (a :href "/plans/isomorphic-architecture" :class "text-violet-700 underline" "Isomorphic architecture") " Phase 1 (component distribution) is enhanced — CIDs make per-page bundles verifiable and cross-server shareable.") (li "The SX-Activity vision of " (strong "serverless applications on IPFS") " depends entirely on this plan. Without content-addressed components, applications can't be pinned to IPFS as self-contained artifacts.")) (div :class "rounded border border-amber-200 bg-amber-50 p-3 mt-2" - (p :class "text-amber-800 text-sm" (strong "Depends on: ") "deps.sx (complete), boundary enforcement (complete), IPFS infrastructure (exists in artdag, needs wiring to web platform)."))))) + (p :class "text-amber-800 text-sm" (strong "Depends on: ") "deps.sx (complete), boundary enforcement (complete), IPFS infrastructure (exists in artdag, needs wiring to web platform).")))))) ;; --------------------------------------------------------------------------- ;; Predictive Component Prefetching