fix: asyncio.Lock on channel create + PROJECT_NAME in .env.example

This commit is contained in:
2026-03-07 13:37:22 +09:00
parent efaf29a6d2
commit 51cfd57930
2 changed files with 31 additions and 22 deletions

View File

@@ -10,5 +10,8 @@ BRAIN_PATH=C:\Users\Certes\.gemini\antigravity\brain
# 세션 활성 판단: 마지막 파일 변경으로부터 이 시간(초) 이내면 활성
ACTIVE_TIMEOUT_SECONDS=300
# Project name (used for Discord channel: AG-{PROJECT_NAME})
PROJECT_NAME=gravity_control
# Watcher Settings
DEBOUNCE_SECONDS=2