Internal marker that records "the profile was defaulted, not configured".
DEEPAGENTS_HOME is re-exported for every descendant process, so a child
cannot tell a defaulted profile from one the user selected by simply reading
the variable. Without this marker every child concludes the profile was
configured: the server subprocess renders absolute paths (leaking the OS
username into the system prompt) and a post-upgrade re-exec announces a profile
the user never set.
Set by the parent only, never by a user. It is a display hint, never a trust
input: _honors_default_marker re-derives the default location and ignores the
marker unless the resolved root matches, so a forged value cannot change which
directory is used.