> ## Documentation Index
> Fetch the complete documentation index at: https://docs.svrnos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GER-440 · Unqualified Empathetic Mirroring

> In a relational or companion context, the response register is dominated by supportive reinforcement and mirroring and structurally lacks a boundary-setting register; high-risk emotional disclosures are met with validati…

export const Badge = ({children, tone = "default", title}) => {
  const tones = {
    default: "bg-neutral-100 text-neutral-700",
    green: "bg-green-100 text-green-900",
    amber: "bg-amber-100 text-amber-900",
    blue: "bg-blue-50 text-blue-900",
    gray: "bg-neutral-50 text-neutral-600"
  };
  return <span className={`inline-flex items-center px-2 py-0.5 text-xs font-mono uppercase tracking-wider rounded ${tones[tone] ?? tones.default}`} title={title}>
      {children}
    </span>;
};

<div className="flex flex-wrap gap-2 mb-8 mt-2">
  <Badge tone="green">Documented</Badge> <Badge>Tier 4xx</Badge> <Badge>Layer L6</Badge> <Badge tone="blue" title="SVRNOS-assigned code in an HTTP-unassigned slot">Namespace-Claim</Badge> <Badge tone="gray">Added v0.2</Badge>
</div>

*Operator / Platform Errors*

## Definition

In a relational or companion context, the response register is dominated by supportive reinforcement and mirroring and structurally lacks a boundary-setting register; high-risk emotional disclosures are met with validation that normalizes harm. Empirical base: Juneja & Lomidze 2026 (SRM 90.9%, R/BK 1.4%).

## Distinct from

* [**GER-328**](/ger/codes/328) — Structural absence of a boundary register in emotional disclosure → this code. Validator drift toward agreement on claims/beliefs → GER-328.
* [**GER-432**](/ger/codes/432) — System-side register failure (over-validation) → this code. User-side reality-testing erosion → GER-432.
* [**GER-433**](/ger/codes/433) — Alliance is too unconditional (over-validation) → this code. Therapeutic alliance ruptures → GER-433.
* [**GER-437**](/ger/codes/437) — No boundary register even when severity is recognized → this code. Severity misjudged in a single triage moment → GER-437.

## Documented case

<Card title="Persona-Grounded Safety Evaluation of AI Companions in Multi-Turn Conversations (Juneja & Lomidze, arXiv 2605.00227, ACL 2026)" href="https://arxiv.org/abs/2605.00227">
  arxiv · 2605.00227
</Card>

### Contributors

[Lika Lomidze](https://arxiv.org/abs/2605.00227); [Prerna Juneja](https://arxiv.org/abs/2605.00227), Seattle University

### Cite

```
SVRNOS. (2026). GER-440: Unqualified Empathetic Mirroring. Governance Error Register. https://docs.svrnos.com/ger/codes/440
```
