docs: known-issues 아카이빙 + Collector 폐기 마킹 + 레퍼런스 문서 보강 #task-409

This commit is contained in:
Variet Worker
2026-03-18 06:28:14 +09:00
parent d06b1ea0db
commit 881a424b23
8 changed files with 706 additions and 691 deletions

View File

@@ -1,5 +1,10 @@
"""Collector — local relay between Extension (file-based) and Gateway (HTTP).
.. deprecated::
Extension이 WebSocket으로 Hub에 직접 연결하므로 Collector는 더 이상 필요하지 않습니다.
BOT_MODE=gateway + Extension WS 연결을 사용하세요.
이 모듈은 하위 호환을 위해 유지되며, 향후 제거될 수 있습니다.
The Collector runs on the local PC alongside the AG IDE.
It bridges the gap between the Extension (which writes to local bridge/ files)
and the remote Gateway (which manages Discord).