# THIS YOU — Eyewear Policy

## Rule

Eyewear visible in reader reference photos is an **optional styling feature**, not automatically a permanent identity feature.

- If usable reader references include both eyewear and no-eyewear appearances, choose whichever best supports the selected look and scene.
- If all usable face references show eyewear, prefer keeping similar eyewear to preserve reliable identity.
- If no usable reader references show eyewear, do not invent glasses unless eyewear is explicitly part of the selected styling/products.
- Eyewear decisions must not alter the reader's underlying face, hair, age impression or body identity.

## HERO handoff

`this_you.personalization_input.v2` now includes a structured `reader.eyewear_policy` and `creative_rules.eyewear` block. The HERO prompt repeats the rule explicitly.

The result schema includes:

```json
"identity_styling": {
  "eyewear_decision": "keep_similar | remove | none | selected_product",
  "eyewear_reason": "short explanation"
}
```

This is stored inside the normal result snapshot for later review/debugging. No database migration is required.
