pub fn validate(cfg: &AgenticConfig) -> Vec<AdvisoryWarning>Expand description
Validate a configuration and return advisory warnings.
This does NOT fail on issues - it only collects warnings that callers can choose to display or log.
pub fn validate(cfg: &AgenticConfig) -> Vec<AdvisoryWarning>Validate a configuration and return advisory warnings.
This does NOT fail on issues - it only collects warnings that callers can choose to display or log.