docs(17-03): complete bot command handlers plan

- SUMMARY.md with implementation details and self-check passed
- STATE.md updated with progress, metrics, decisions
- Requirements TELE-01, TELE-02, TELE-03, TELE-04, TELE-06 marked complete
This commit is contained in:
salvacybersec
2026-04-06 17:36:39 +03:00
parent 202473a799
commit f49bf57942
4 changed files with 165 additions and 12 deletions

View File

@@ -232,12 +232,12 @@ Requirements for initial release. Each maps to roadmap phases.
### Telegram Bot
- [ ] **TELE-01**: /scan command — remote scan trigger
- [ ] **TELE-02**: /verify command — key verification
- [ ] **TELE-03**: /recon command — dork execution
- [ ] **TELE-04**: /status, /stats, /providers, /help commands
- [x] **TELE-01**: /scan command — remote scan trigger
- [x] **TELE-02**: /verify command — key verification
- [x] **TELE-03**: /recon command — dork execution
- [x] **TELE-04**: /status, /stats, /providers, /help commands
- [ ] **TELE-05**: /subscribe and /unsubscribe for auto-notifications
- [ ] **TELE-06**: /key <id> command — full key detail in private chat
- [x] **TELE-06**: /key <id> command — full key detail in private chat
- [ ] **TELE-07**: Auto-notification on new key findings
### Scheduled Scanning