docs: README 봇 명령어 섹션 업데이트

- 사용자/개발자 명령어 분리
- /reset 확인 단계 문서화
- /reset-confirm 추가
- 숨김 명령어 (/context, /stats, /debug) 명시

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-01-14 13:50:20 +09:00
parent d72b099605
commit e9e2e64e6d

View File

@@ -261,14 +261,23 @@ curl https://telegram-summary-bot.kappa-d8e.workers.dev/webhook-info
## 봇 명령어 ## 봇 명령어
### 사용자 명령어
| 명령어 | 설명 | | 명령어 | 설명 |
|--------|------| |--------|------|
| `/start` | 봇 시작, 기능 소개 | | `/start` | 봇 시작, 기능 소개 |
| `/help` | 도움말 | | `/help` | 도움말 |
| `/context` | 현재 컨텍스트 상태 (버퍼 수, 프로필 버전) |
| `/profile` | 내 프로필 보기 | | `/profile` | 내 프로필 보기 |
| `/reset` | 대화 초기화 (확인 필요) |
| `/reset-confirm` | 초기화 확인 (실제 삭제) |
### 개발자 명령어 (숨김)
| 명령어 | 설명 |
|--------|------|
| `/context` | 현재 컨텍스트 상태 (버퍼 수, 프로필 버전) |
| `/stats` | 대화 통계 | | `/stats` | 대화 통계 |
| `/reset` | 모든 대화 기록 삭제 | | `/debug` | 디버그 정보 |
--- ---