Resonance Match
highlight elements that ring with the user current intent
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Resonance Match" — highlight elements that ring with the user current intent. It has a charge layer (attract/repel charged matter), a memory layer (a decaying trail / hysteresis), a cohesion layer (flocking — pull toward neighbours), and a propagate layer (travelling waves through the medium). The active render stack is field-lines, links, particles, trails.
Electric charge lets elements ring with shared terms while memory carries history and propagate spreads the match; resonance shows as coherence, not noise.
Copy this pattern
<field-root></field-root>
<div data-body="charge" data-strength="1" data-range="380" data-spin="1" data-feedback></div>
<div data-body="memory" data-strength="0.7" data-range="300"></div>
<div data-body="cohesion" data-strength="0.6" data-range="280"></div>
<div data-body="propagate" data-strength="0.5" data-range="320"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="charge" data-strength="1" data-range="380" data-spin="1" data-feedback></div>
<div data-body="memory" data-strength="0.7" data-range="300"></div>
<div data-body="cohesion" data-strength="0.6" data-range="280"></div>
<div data-body="propagate" data-strength="0.5" data-range="320"></div> import { FieldField } from '@fundamental-engine/react';
export default function ResonanceMatch() {
return (
<FieldField>
<div data-body="charge" data-strength="1" data-range="380" data-spin="1" data-feedback />
<div data-body="memory" data-strength="0.7" data-range="300" />
<div data-body="cohesion" data-strength="0.6" data-range="280" />
<div data-body="propagate" data-strength="0.5" data-range="320" />
</FieldField>
);
} {
"id": "resonance-match",
"name": "Resonance Match",
"intent": "highlight elements that ring with the user current intent",
"naturalField": "electromagnetic",
"primitives": [
"charge",
"memory",
"cohesion",
"propagate"
],
"bodies": [
{
"body": "charge",
"strength": 1,
"range": 380,
"spin": 1,
"feedback": true
},
{
"body": "memory",
"strength": 0.7,
"range": 300
},
{
"body": "cohesion",
"strength": 0.6,
"range": 280
},
{
"body": "propagate",
"strength": 0.5,
"range": 320
}
],
"render": [
"field-lines",
"links",
"particles",
"trails"
],
"metrics": [
"resonance",
"intent",
"confidence",
"memory"
],
"diagnostics": [
"causality",
"topology",
"field-lines"
],
"accessibility": {
"reducedMotion": "a related-item list with resonance badges and ranked suggestions",
"meaningWithoutMotion": "resonance becomes a ranked list of matches with explicit strength badges rather than a glow"
},
"notes": "Electric charge lets elements ring with shared terms while memory carries history and propagate spreads the match; resonance shows as coherence, not noise.",
"tier": "systems",
"status": "shipped"
} See also
- Signal Path show information flowing through citations, dependencies, or routes
- Evidence Field show how sources support, weaken, or contradict a claim
- Guided Flow move particles or attention along field lines, relationships, or paths
- Navigation Current make routes, breadcrumbs, and likely next paths feel connected
- Citation Thread bind citations, footnotes, evidence, references into visible relationships
- Trust Gradient show confidence, verification, and unsupported claims