4. Identity vs value
File:
02_core_concepts/identity_vs_value.md
This is subtle but critical.
Explain the difference between:
- Object identity (
id,type,parent) - Object values (
values.*)
Why this matters:
- Filtering vs validation
- Stable references vs mutable values
- Why
idis safe andnameoften isn’t