Feature/product platform foundation v0.62 #1

Merged
robbond merged 683 commits from feature/product-platform-foundation-v0.62 into feature/emergent-unknowns-v0.5 2026-09-09 07:58:20 +01:00
Showing only changes of commit 36060faf16 - Show all commits
+1 -1
View File
@@ -439,7 +439,7 @@ export default function ScenarioForm() {
return (
<div className="space-y-6">
{/* ── RTO.26B — standalone branch-scoped experimental view (shown when experiment is active) ───── */}
{showExperimentView && status !== "loading" && !result?.situationGraph && !result?.updatedSituationGraph && (
{showExperimentView && status !== "loading" && (
<>
<PulseStyle />
<div className="grid grid-cols-1 gap-6 lg:grid-cols-4">