Commit graph

1 commit

Author SHA1 Message Date
wpengpeng168
4d5408fd16 fix(agent): log defensive parse failures in skill_utils
- Add logger.debug with exc_info on YAML/frontmatter and config read paths
  that previously swallowed exceptions (parse_frontmatter, external dirs,
  discover_all_skill_config_vars, resolve_skill_config_values).
- Align get_disabled_skill_names error logging with exc_info for parity.
- Add tests/agent/test_skill_utils.py regression coverage.

Made-with: Cursor
2026-04-17 05:01:12 +08:00