docs: devlog 구조 생성 + 초기 세션 기록

This commit is contained in:
2026-03-07 10:59:43 +09:00
parent 02c757f703
commit 26dcb51130
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Gravity Control 프로젝트 초기 구축
- **시간**: 2026-03-07 10:15~11:00
- **Commits**: `063257b`, `ea5001f`, `ba8454c`, `02c757f`
- **Vikunja**: #214~218 → done, #219 → 미착수 (Phase 2)
## 결정 사항
- **로컬 파일 감시 방식 채택**: VS Code Extension 없이 brain/ 디렉토리 watchdog 감시
- **채널명 AG-{프로젝트명}**: task.md 제목에서 추출, 언더스코어 형식
- **metadata.json 모니터링**: 아티팩트 요약 변경도 Discord로 릴레이
- **asyncio.Lock**: 동시 이벤트로 인한 채널 중복 생성 방지
## 미완료
- Discord 대화 내용 중계 (conversation은 binary protobuf로 직접 파싱 불가)
- Phase 2 양방향 입력 릴레이
- 서버 배포 (현재 로컬 실행)