Commit Graph

1 Commits

  • refactor(coding-agent): unify SkillWarning and ResourceDiagnostic
    - Create shared diagnostics.ts with ResourceCollision and ResourceDiagnostic types
    - Update loadSkills() to return diagnostics instead of warnings
    - Remove SkillWarning type and skillWarningsToDiagnostics() conversion
    - Update skills.test.ts to use diagnostics