mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Prompt templates (file-analyzer, project-scanner, architecture-analyzer, tour-builder, graph-reviewer) were being compressed by the orchestrator when dispatched as subagent prompts, causing function/class extraction to be silently skipped. Moving them to agents/ ensures the framework loads the full prompt without compression. - Move 5 prompt templates from skills/understand/ to agents/ - Update SKILL.md to reference agent definitions instead of templates - Set all agent models to `inherit` for cross-platform compatibility - Update CLAUDE.md to reflect new agent model policy Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>