feat: Phase 2 — web server, REST API, WebSocket/SSE, UI [v0.2.0]
AsyncEventBridge bridges sync EventEmitter to asyncio consumers. FastAPI app with session management, discussion control, roles/providers. WebSocket for real-time events + inject, SSE for read-only streaming. Minimal dark-theme HTML/JS UI. `meeting-room serve` CLI subcommand. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17
.tasks/v2-p2-serve-command.md
Normal file
17
.tasks/v2-p2-serve-command.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# v2-p2-serve-command
|
||||
|
||||
## Goal
|
||||
Add `meeting-room serve` CLI subcommand that starts the FastAPI web server.
|
||||
|
||||
## Key files
|
||||
- `meeting_room/cli.py` — serve subcommand added
|
||||
|
||||
## Decisions log
|
||||
- 2026-05-04: Default port 8000, configurable via --port. --host and --reload flags.
|
||||
|
||||
## Open questions
|
||||
- [ ] None
|
||||
|
||||
## Completed steps
|
||||
- [x] `meeting-room serve` subcommand with --host, --port, --reload
|
||||
- [x] Starts uvicorn with the FastAPI app
|
||||
Reference in New Issue
Block a user