| Name | Type | Description |
|---|---|---|
env_var* | str | Canonical env var name the store would be copied onto. |
Whether a stored credential copied onto env_var would be read.
A present DEEPAGENTS_CODE_ override outranks the store: the apply pass
skips the copy outright, and the canonical name it would have written is
then ignored by resolve_env_var. That holds even when the override is
empty, which suppresses the canonical name entirely.