Files
Momento/architectural-grid12/BRAINSTORM_PROMPT.md
Antigravity 1fcea6ed7d
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 7s
feat: brainstorm sessions, PDF document Q&A, embedding fixes, and UI improvements
- Add brainstorm feature with collaborative canvas, AI idea generation, live cursors, playback, and export
- Add PDF upload/extraction/ingestion pipeline with pgvector document search (RAG)
- Add document Q&A overlay with streaming chat and PDF preview
- Add note attachments UI with status polling, grid layout, and auto-scroll
- Add task extraction AI tool and agent executor improvements
- Fix NoteEmbedding missing updatedAt column, re-index 66 notes with 1536-dim embeddings
- Fix brainstorm 'Create Note' button: add success toast and redirect to created note
- Fix memory echo notification infinite polling
- Fix chat route to always include document_search tool
- Add brainstorm i18n keys across all 14 locales
- Add socket server for real-time brainstorm collaboration
- Add hierarchical notebook selector and organize notebook dialog improvements
- Add sidebar brainstorm section with session management
- Update prisma schema with brainstorm tables, attachments, and document chunks
2026-05-14 17:43:21 +00:00

1.9 KiB

IA Agent Coordination Prompt: Brainstorm Wave Integration

Context

You are tasked with continuing the development of the "Architectural Grid" application. The core feature "Wave Brainstorming" has been partially implemented with a full-stack architecture (Express + React).

Current State

  • Backend (server.ts): Implements session management, idea generation via Gemini, and expansion logic. Stores data in memory.
  • Frontend (BrainstormView.tsx): Manages the life cycle of a brainstorm. Integrates with a Radial D3 Canvas.
  • Visuals (WaveCanvas.tsx): Implements a radial force-directed graph with state-aware styling (dismissed/converted).
  • Navigation: "Brainstorm Wave" is accessible from the Sidebar. A quick entry point exists from Note Detail view.

Your Task: Sidebar & Navigation Cleanup

  1. Source Code Review: Read src/components/Sidebar.tsx, src/App.tsx, and server.ts to understand how views are toggled.
  2. Sidebar Links: Ensure "Brainstorm Wave", "Semantic Network", and "Temporal Forecast" are correctly grouped and labeled in the Sidebar under a "Creative & AI" section.
  3. Agent View Sidebar: The user specifically requested these links to be also accessible from the "Sidebar of the Agent view". Review src/components/AgentsView.tsx and ensure it has consistent navigation or deep links to these advanced features.
  4. Semantic Network & Temporal Forecast: These views are currently placeholders. Ensure the routing and sidebar active state detection work correctly for them.

Technical Requirements

  • Maintain consistency with the Tailwind architectural design (concrete, paper, blueprint tokens).
  • Use Lucide-React icons (Wind for Brainstorm, Share2 for Semantic Network, Clock for Temporal).
  • Ensure transitions between views are smooth using motion/react.

Copy and paste this into the next AI Agent session to ensure full context transfer.