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.
Analyse en profondeur la santé structurelle du framework Agent Studio : détection des références fantômes require(), chemins de profondeur de module incorrects, dépendances de compétences/agents manquantes, configurations gonflées, références archivées dans le code actif, nombre de catalogues obsolètes et répertoires d'outils/compétences vides. Source : oimiragieo/agent-studio.