Single-persona overlays (common for org deployments) have no way to set a default — every new Slack thread starts with the generic centaur identity unless the user explicitly types a flag like --zora. CENTAUR_DEFAULT_HARNESS exists for engine selection but there's no persona equivalent.
Expected: An overlay that defines one persona should be able to declare it as the default so all conversations use it automatically.
Suggested: A CENTAUR_DEFAULT_PERSONA env var, applied in spawn_assignment() when no persona is explicitly selected, parallel to how default_harness() works today.
Single-persona overlays (common for org deployments) have no way to set a default — every new Slack thread starts with the generic centaur identity unless the user explicitly types a flag like
--zora.CENTAUR_DEFAULT_HARNESSexists for engine selection but there's no persona equivalent.Expected: An overlay that defines one persona should be able to declare it as the default so all conversations use it automatically.
Suggested: A
CENTAUR_DEFAULT_PERSONAenv var, applied inspawn_assignment()when no persona is explicitly selected, parallel to howdefault_harness()works today.