From e9e2e64e6ddc1235c0f6d0757bbcf0f01cd4622a Mon Sep 17 00:00:00 2001 From: kappa Date: Wed, 14 Jan 2026 13:50:20 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=EB=B4=87=20=EB=AA=85=EB=A0=B9?= =?UTF-8?q?=EC=96=B4=20=EC=84=B9=EC=85=98=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 사용자/개발자 명령어 분리 - /reset 확인 단계 문서화 - /reset-confirm 추가 - 숨김 명령어 (/context, /stats, /debug) 명시 Co-Authored-By: Claude Opus 4.5 --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0574256..ad31f09 100644 --- a/README.md +++ b/README.md @@ -261,14 +261,23 @@ curl https://telegram-summary-bot.kappa-d8e.workers.dev/webhook-info ## 봇 명령어 +### 사용자 명령어 + | 명령어 | 설명 | |--------|------| | `/start` | 봇 시작, 기능 소개 | | `/help` | 도움말 | -| `/context` | 현재 컨텍스트 상태 (버퍼 수, 프로필 버전) | | `/profile` | 내 프로필 보기 | +| `/reset` | 대화 초기화 (확인 필요) | +| `/reset-confirm` | 초기화 확인 (실제 삭제) | + +### 개발자 명령어 (숨김) + +| 명령어 | 설명 | +|--------|------| +| `/context` | 현재 컨텍스트 상태 (버퍼 수, 프로필 버전) | | `/stats` | 대화 통계 | -| `/reset` | 모든 대화 기록 삭제 | +| `/debug` | 디버그 정보 | ---