Add "Home"

2026-03-07 01:13:28 +00:00
commit b4712f8406

43
Home.md Normal file

@@ -0,0 +1,43 @@
# Gravity Control — Antigravity Discord Bridge
## 개요
Antigravity IDE의 에이전트 활동을 Discord로 실시간 중계하는 브리지 시스템.
## 아키텍처
```
Antigravity IDE (brain/ 디렉토리에 파일 생성/수정)
↓ watchdog 파일 감시
Bridge Server (Python)
- watcher.py: brain/ 디렉토리 변화 감지
- parser.py: MD→Discord 텍스트 변환
- bot.py: Discord 봇 (세션별 채널)
↓ discord.py
Discord (실시간 중계)
```
## 핵심 기능
| 기능 | 설명 |
|------|------|
| 세션 감지 | Antigravity 실행 시 새 conversation-id 폴더 생성 → Discord 채널 자동 생성 |
| 상태 중계 | task.md 변경 → 진행 상태 embed |
| 아티팩트 중계 | implementation_plan.md 등 → Discord 텍스트 메시지 |
| 에러 알림 | 에러 감지 시 즉시 Discord 알림 |
## 프로젝트 관리
- **Git**: https://git.variet.net/Variet/gravity_control
- **Tasks**: https://plan.variet.net/projects/8
- **기술 스택**: Python, discord.py, watchdog
## Phase 1 (MVP): 단방향 모니터링
Antigravity → Discord 방향만 구현.
task.md, implementation_plan.md, walkthrough.md 변경을 Discord 텍스트로 중계.
## Phase 2: 양방향 상호작용
Discord 사용자 입력 → Antigravity 전달.
명령 승인/거부, 사용자 입력 릴레이.