Improve Activity panel + task tracking rules

- Activity loads from tasks.json dynamically
- Added task tracking workflow in AGENTS.md
- Notes UI improvements
- Renamed recipe with date prefix
This commit is contained in:
Echo
2026-01-30 20:58:30 +00:00
parent fdabea7271
commit ea4101710f
8 changed files with 317 additions and 58 deletions

View File

@@ -221,7 +221,13 @@ Când primesc un link YouTube:
- Evită să rămână fișiere uncommitted prea mult timp
- **Script:** `python3 ~/clawd/tools/git_commit.py --push` (auto-generează commit message)
### 📋 Cron Jobs + Kanban (OBLIGATORIU)
### 📋 Task Tracking (OBLIGATORIU)
Când primesc o acțiune/cerere de la Marius:
1. **React:** Reacționez cu 👍 la mesaj (WhatsApp/Discord)
2. **Start:** Adaug task în kanban (in-progress) cu `python3 kanban/update_task.py add "titlu"`
3. **Lucrez:** Execut cererea
4. **Done:** Marchez task-ul terminat cu `python3 kanban/update_task.py done <task-id>`
Când se execută orice job cron:
1. **Start:** Creează task în kanban (Progress) cu numele job-ului
2. **Rulează:** Execută task-ul