3 Commits

Author SHA1 Message Date
b65d42aaf0 Add development guide with setup instructions 2025-10-17 11:39:25 +02:00
04e6c062a5 Add full-stack implementation with Vue.js frontend and Node.js backend
- 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
2025-10-17 11:37:59 +02:00
f5c369a434 Initial commit: Add project documentation
Add README.md with project overview, architecture, and roadmap.
Add .gitignore to exclude Claude Code config and design journal.
2025-10-17 11:26:24 +02:00