Automated structural integrity scanner for the entire Agent Studio framework. Catches issues that silently break agent workflows: wrong require() paths that crash at runtime, phantom skills referenced in agent frontmatter that don't exist on disk, stale agent registry counts, archived references still active in
production code, UTF-16 encoding that breaks parsers, and bloated agent configs.
Core principle: Framework structural issues are pre-production bugs. A phantom skill reference means an agent will fail silently. A broken require() means a hook crashes at the wrong moment. The scanner enforces zero-tolerance for these.
Analizza in modo approfondito lo stato strutturale del framework di Agent Studio: rilevando riferimenti fantasma require(), percorsi di profondità del modulo errati, dipendenze di abilità/agente mancanti, configurazioni gonfie, riferimenti archiviati nel codice attivo, conteggi di cataloghi obsoleti e directory di strumenti/abilità vuote. Fonte: oimiragieo/agent-studio.