Some checks failed
Build and Deploy Docs / build-and-deploy (push) Has been cancelled
- Created logs/ structure (sessions, operations, incidents) - Added session-start/log/end scripts - Installed Git hooks for auto-logging commits/pushes - Added shell integration for zsh - Created CHANGELOG.md - Documented today's session (2026-01-10)
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
# AI Security Agent Configuration
|
|
|
|
# Telegram Alerts
|
|
TELEGRAM_BOT_TOKEN=8323412397:AAFxaru-hHRl08A3T6TC02uHLvO5wAB0m3M
|
|
TELEGRAM_CHAT_ID=your_admin_chat_id_here
|
|
|
|
# To get your chat ID:
|
|
# 1. Start a chat with @userinfobot on Telegram
|
|
# 2. It will show your chat ID
|
|
# 3. Update TELEGRAM_CHAT_ID above
|