fix: summary message, stats back, admin cancel/back buttons, keyword added confirmation, notifications logging

This commit is contained in:
2026-06-17 13:18:33 +02:00
parent c48706ac9c
commit b59a2ab922
3 changed files with 70 additions and 12 deletions
+16
View File
@@ -0,0 +1,16 @@
# Agent Instructions
## Standard Practice
- **Always use subagents** (`Task` tool) to implement code changes unless explicitly told otherwise by the user. This optimizes token usage and enables parallel work.
- Each subagent should handle a single, well-scoped task with clear acceptance criteria.
- After subagents complete, verify syntax, commit, and deploy.
## Deployment Pattern
```bash
ssh tizona "cd /mnt/user/appdata/willhaben-tracker && docker compose down worker && git pull origin main && docker compose build worker --no-cache && docker compose up -d"
```
## Key Context
- Bot token: `8653489932:AAG_Ins2_z3sNHX8ZlGI4mhyzmUhWAWCZlg` (in `.env`)
- Admin TG ID: `298181113`
- PTB v21, asyncpg with Postgres 15