From 236d14f86c8e98825603df24aaf70a332b332958 Mon Sep 17 00:00:00 2001 From: robbond Date: Wed, 5 Aug 2026 11:33:18 +0100 Subject: [PATCH] experiment: widen investigation canvas --- app/page.jsx | 2 +- docs/design-evolution-log.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/app/page.jsx b/app/page.jsx index 8c44694..fd3b208 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -2,7 +2,7 @@ import ScenarioForm from "@/components/scenario-form"; export default function Home() { return ( -
+

Confidence Engine

Experimental prototype: enter a scenario and send it to a local LLM for diff --git a/docs/design-evolution-log.md b/docs/design-evolution-log.md index cd690ce..e39fb93 100644 --- a/docs/design-evolution-log.md +++ b/docs/design-evolution-log.md @@ -97,6 +97,19 @@ The user contributes evidence. The workspace captures shared understanding. +### Experiment 01 — Wider canvas + +Hypothesis: +The document-like feeling is caused partly by the narrow outer container. + +Change: +Increase the available desktop workspace width without rearranging any components. + +Evaluation: +Pending visual review. + +--- + ## Current Open Questions The following are active explorations rather than decisions.