17 lines
722 B
Markdown
17 lines
722 B
Markdown
# 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
|