The stored Auto classifier model (from config file [models].auto_classifier).
Carries the raw string with only a str type guard, so a blank or
unbuildable spec reaches this field. Its only value consumer is the
/auto model picker's (default) marker, which needs the stored text
rather than a resolved model, so this field never rewrites or drops a value:
_validate logs a warning when the text lacks a provider: prefix,
config.resolve_auto_classifier_model_with_problem rejects a blank or
non-string value at launch, and a spec that cannot be built fails closed at
review time.
Not the resolution path — a DEEPAGENTS_CODE_AUTO_CLASSIFIER_MODEL export
or --auto-classifier-model flag outranks this value at launch, so it may
differ from the classifier Auto actually reviews with.