- Add MIT License - Create frontend with Vue 3 + Vite + Pinia - PromptInput component for project description - DebateThread component for displaying AI discussions - Debate store for state management - Create backend with Express + WebSocket + SQLite - REST API for debate management - Database schema for debates and responses - Orchestrator service for AI agent coordination - Update .gitignore for environment files and dependencies
7 lines
46 B
Plaintext
7 lines
46 B
Plaintext
node_modules/
|
|
.env
|
|
data/
|
|
*.log
|
|
*.db
|
|
.DS_Store
|