Diagnostic Lens
reveal field lines, causality, prediction, topology, energy, and overlays
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Diagnostic Lens" — reveal field lines, causality, prediction, topology, energy, and overlays. It has a attract layer (draw matter into a focus / well). The active render stack is particles, field-lines.
The lens reveals why something moved, where energy accumulated, which relationships are active, and which primitive caused the result. It reads diagnostics over any field rather than adding force.
Copy this pattern
<field-root></field-root>
<div data-body="attract" data-strength="0.6" data-range="260"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="attract" data-strength="0.6" data-range="260"></div> import { FieldField } from '@fundamental-engine/react';
export default function DiagnosticLens() {
return (
<FieldField>
<div data-body="attract" data-strength="0.6" data-range="260" />
</FieldField>
);
} {
"id": "diagnostic-lens",
"name": "Diagnostic Lens",
"intent": "reveal field lines, causality, prediction, topology, energy, and overlays",
"primitives": [
"attract"
],
"bodies": [
{
"body": "attract",
"strength": 0.6,
"range": 260
}
],
"render": [
"particles",
"field-lines"
],
"metrics": [
"density",
"energy",
"entropy"
],
"diagnostics": [
"topology",
"inspector",
"causality",
"prediction",
"energy",
"potential",
"contours",
"force-vectors"
],
"accessibility": {
"reducedMotion": "a static inspector table and overlay toggles replace the live overlays",
"meaningWithoutMotion": "every overlay has a textual table equivalent (counts, contributions, energy)"
},
"notes": "The lens reveals why something moved, where energy accumulated, which relationships are active, and which primitive caused the result. It reads diagnostics over any field rather than adding force.",
"tier": "core",
"status": "shipped",
"concepts": [
"inspectability"
]
} See also
- Priority Well make important elements feel naturally weighted without shouting
- Focus Orbit keep related options moving around the active item
- Search Relevance Field let search results settle by relevance, confidence, and recency
- Signal Path show information flowing through citations, dependencies, or routes
- Evidence Field show how sources support, weaken, or contradict a claim
- Conflict Field make contradiction, uncertainty, and unstable state visible