When os.Getwd fails, wd is empty and builtinSkillsDir resolves to relative path, causing confusing downstream errors. Fall back to config.GetHome on error.
* feat: add agent self-evolution * fix ci * delete unused doc * fix lint * fix evolution review issues