Um framework de agentes de IA para mapear, pesquisar e corrigir arquitetura de software. A 3-step AI-agent framework to map, research, and heal software architecture.
O Project Evolver Framework é um conjunto modular orientado por IA criado para mapear, investigar e corrigir automaticamente problemas estruturais em projetos de software. Ele funciona como um framework de três etapas: Mapeador, Explorador de Campo e Injetor de Evolução.
- Project-Evolver-Mapper (Mapeador): Realiza uma "Entrevista de Visão Proativa" para identificar pontos críticos (breaking points).
- Project-Field-Explorer (Explorador): Investiga os pontos críticos, estima seu impacto (raio de explosão) e documenta os padrões associados.
- Project-Evolution-Injector (Injetor): Aplica as correções de arquitetura e código propostas, gerando um log de injeção (Injection Log).
- Instale as Skills: Copie as pastas das skills para o diretório
.agent/skills/do seu workspace. - Mapeamento Inicial: Use o comando
@project-evolver-mappere responda à Entrevista Proativa. - Pesquisa Detalhada: Inicie o explorador com
@project-field-explorer. - Aplicação de Correções: Chame o injetor via
@project-evolution-injectorpara aplicar as mudanças sugeridas.
- Lógica: Agentes de IA via Skills do Antigravity.
- Implementação: Scripts Python e instruções em Markdown.
- Eficiência: 70% mais eficiente em tokens que codificação por IA padrão.
The Project Evolver Framework is a modular AI-driven set created to automatically map, investigate, and fix structural issues in software projects. It operates through three fundamental stages: Mapper, Field Explorer, and Evolution Injector.
- Project-Evolver-Mapper: Performs a "Proactive Vision Interview" to scan the codebase and identify "breaking points."
- Project-Field-Explorer: Deep research on critical points, estimates their blast radius, and documents associated patterns.
- Project-Evolution-Injector: Applies proposed architecture and code fixes, generating an Injection Log.
- Install Skills: Copy the skill folders into the
.agent/skills/directory of your workspace. - Initial Mapping: Use the
@project-evolver-mappercommand and complete the Proactive Vision Interview. - In-depth Research: Start the explorer with
@project-field-explorer. - Apply Fixes: Invoke the injector via
@project-evolution-injectorto implement suggested changes.
- Logic: AI Agents via Antigravity Skills.
- Implementation: Python scripts and Markdown instructions.
- Efficiency: 70% more token-efficient than standard AI coding.
Author: Vitor · License: MIT