From 40c093f87ad21d73f6a6dbb84448a0547f355642 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:26:42 +0000 Subject: [PATCH 1/2] Initial plan From a4c01bf2570fac025ebd09d650546498583991a0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:33:39 +0000 Subject: [PATCH 2/2] Fix JavaScript syntax error: change comma to colon in object property Co-authored-by: ahouseholder <2594236+ahouseholder@users.noreply.github.com> --- docs/ssvc-explorer/simple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ssvc-explorer/simple.js b/docs/ssvc-explorer/simple.js index 83e7650b..43f6845c 100644 --- a/docs/ssvc-explorer/simple.js +++ b/docs/ssvc-explorer/simple.js @@ -2627,7 +2627,7 @@ function fun_execute(w) { return { ssvc_launch: ssvc_launch, decision_trees: decision_trees, - decision_points, decision_points, + decision_points: decision_points, form: form, loadSSVC: loadSSVC, readFile: readFile,