diff --git a/visualizer/app/experience.tsx b/visualizer/app/experience.tsx
index 967a0fd..dc8d72d 100644
--- a/visualizer/app/experience.tsx
+++ b/visualizer/app/experience.tsx
@@ -11,6 +11,7 @@ import {
useState,
} from "react";
import elkiesJson from "../public/evidence/elkies-study.json";
+import composerJson from "../public/evidence/composer-one-arc-demonstration.json";
import fiberJson from "../public/evidence/fixed-value-fiber-193.json";
import motifJson from "../public/evidence/fixed-value-motif.json";
@@ -127,9 +128,41 @@ type CompactFiber = {
};
};
+type ComposerEdit = {
+ a: number;
+ arc: [number, number];
+ c: string;
+ g: string;
+ m: number;
+ q: string;
+ retained: boolean;
+ state: "present" | "absent";
+};
+
+type ComposerDemonstrationData = {
+ artifact_sha256: string;
+ counts: {
+ edited_forms: number;
+ retained_exact_value: number;
+ retained_graph_quotients: number;
+ };
+ edits: ComposerEdit[];
+ parent: {
+ a: number;
+ c: string;
+ g: string;
+ m: number;
+ q: string;
+ };
+ protocol_artifact_sha256: string;
+ target: string;
+ verification_artifact_sha256: string;
+};
+
const motif = motifJson as unknown as FixedValueMotif;
const elkies = elkiesJson as HistoricalEvidence;
const compactFiber = fiberJson as unknown as CompactFiber;
+const composerDemo = composerJson as unknown as ComposerDemonstrationData;
const numberFormat = new Intl.NumberFormat("en-US");
const layerNames = ["Graph form", "Complete game", "Exact value"] as const;
const layerCounts = [21_697, 16_120, 3] as const;
@@ -270,6 +303,7 @@ function DirectedGraph({
}
type FiberMember = { index: number; item: AtlasItem };
+type GraphEncoding = Pick Performed edit study
+ The author selected the class's only 17-arc form, toggled every
+ possible loop-free directed arc once, and reverified every result.
+ Gold cells retain exact value 1/2.
+ One certified form, edited 42 ways.
+
- The evaluation covers structural novelty and certified equality. - Aesthetic preference remains outside its scope. + The performed edit study begins with the unique 17-arc form and + reports all 42 possible one-arc edits. Exact replay retained 33 + variants at value 1/2.