This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Algoritmo do Protótipo — Plataforma de Evolução de Ideias | |
| ## 1) Visão geral do fluxo | |
| ```text | |
| [Usuário autenticado] | |
| -> cria ideia bruta (título + descrição) | |
| -> sistema cria versão 1 (snapshot completo) | |
| -> usuário estrutura manualmente OU chama IA (/ia/estruturar) | |
| -> sistema salva estrutura + cria nova versão |