Review Constellation
bind reviewers, comments, issues, and artifacts into one field
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Review Constellation" — bind reviewers, comments, issues, and artifacts into one field. It has a link layer (ropes / cloth between neighbours), a charge layer (attract/repel charged matter), a cohesion layer (flocking — pull toward neighbours), a pressure layer (relax crowding (incompressibility)), and a memory layer (a decaying trail / hysteresis). The active render stack is links, field-lines, heatmap, particles.
Reviewers, comments, issues, and artifacts bind into one constellation: open issues hold tension, resolved comments cool into memory, and a reviewer in focus emits current to the artifact (the strong bind holds it, charge marks active focus).
Copy this pattern
<field-root></field-root>
<div data-body="link" data-strength="1" data-range="340" data-feedback></div>
<div data-body="charge" data-strength="0.7" data-range="300" data-spin="1"></div>
<div data-body="cohesion" data-strength="0.7" data-range="300"></div>
<div data-body="pressure" data-strength="0.6" data-range="260"></div>
<div data-body="memory" data-strength="0.4" data-range="260"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="link" data-strength="1" data-range="340" data-feedback></div>
<div data-body="charge" data-strength="0.7" data-range="300" data-spin="1"></div>
<div data-body="cohesion" data-strength="0.7" data-range="300"></div>
<div data-body="pressure" data-strength="0.6" data-range="260"></div>
<div data-body="memory" data-strength="0.4" data-range="260"></div> import { FieldField } from '@fundamental-engine/react';
export default function ReviewConstellation() {
return (
<FieldField>
<div data-body="link" data-strength="1" data-range="340" data-feedback />
<div data-body="charge" data-strength="0.7" data-range="300" data-spin="1" />
<div data-body="cohesion" data-strength="0.7" data-range="300" />
<div data-body="pressure" data-strength="0.6" data-range="260" />
<div data-body="memory" data-strength="0.4" data-range="260" />
</FieldField>
);
} {
"id": "review-constellation",
"name": "Review Constellation",
"intent": "bind reviewers, comments, issues, and artifacts into one field",
"naturalField": "strong",
"primitives": [
"link",
"charge",
"cohesion",
"pressure",
"memory"
],
"bodies": [
{
"body": "link",
"strength": 1,
"range": 340,
"feedback": true
},
{
"body": "charge",
"strength": 0.7,
"range": 300,
"spin": 1
},
{
"body": "cohesion",
"strength": 0.7,
"range": 300
},
{
"body": "pressure",
"strength": 0.6,
"range": 260
},
{
"body": "memory",
"strength": 0.4,
"range": 260
}
],
"relationships": [
{
"from": "reviewer",
"to": "artifact",
"type": "reviews",
"strength": 0.7
}
],
"render": [
"links",
"field-lines",
"heatmap",
"particles"
],
"metrics": [
"review",
"tension",
"resolution",
"attention"
],
"diagnostics": [
"topology",
"causality",
"heatmap"
],
"accessibility": {
"reducedMotion": "a reviewer matrix with issue clusters and an unresolved-count rail",
"meaningWithoutMotion": "reviewers, comments, issues, and artifacts form a labelled matrix with an unresolved count per cluster"
},
"notes": "Reviewers, comments, issues, and artifacts bind into one constellation: open issues hold tension, resolved comments cool into memory, and a reviewer in focus emits current to the artifact (the strong bind holds it, charge marks active focus).",
"tier": "operational",
"status": "shipped",
"concepts": [
"constellation"
],
"conditions": [
"related"
]
} See also
- Relationship Bond keep related elements visually and behaviorally connected
- Concept Cluster group related terms, cards, or sections without hard layout changes
- Coherence Field show whether a form, workflow, or dataset is becoming stable
- Form Stability Field show validation as coherence instead of error noise
- Dependency Tension reveal constraints, blockers, and coupled states
- Group Magnet let related cards, assets, or controls cluster intelligently