fix: summary message, stats back, admin cancel/back buttons, keyword added confirmation, notifications logging
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user