Strict CLAUDE.md rules: no fake Done, mandatory testing, port 22770

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-30 09:57:45 +00:00
parent 926a584789
commit 7a9b74faf8
2 changed files with 34 additions and 0 deletions

View File

@@ -47,3 +47,37 @@ Pracuješ autonomně na projektu Task Team.
/opt/task-team/assets/brand/
/opt/task-team/db/migrations/
/opt/n8n/
## POVINNÁ PRAVIDLA — PLATÍ OD 2026-03-30
### ZAKÁZÁNO:
- Nastavit Status=Done BEZ curl/psql ověření že feature funguje
- Kopírovat feedback z jiného tasku
- Přidávat tasky jiných projektů do Task Team DB
- Používat port 22 (je to HONEYPOT → 10yr ban). VŽDY port 22770!
### POVINNÝ FORMÁT SERVER FEEDBACK:
```
✅ YYYY-MM-DD HH:MM UTC
SERVER: hostname (IP)
TESTOVÁNO: curl https://... NEBO psql -c "SELECT..."
VÝSLEDEK: HTTP 200, {"data":...}
CO BYLO ZMĚNĚNO: soubor1.js, soubor2.tsx
GIT COMMIT: hash
```
### POVINNÝ POSTUP PŘI IMPLEMENTACI:
1. git pull origin master
2. Implementuj změny
3. npm run build (frontend) NEBO pm2 reload (API)
4. TESTUJ: curl endpoint NEBO otevři stránku
5. Až FUNGUJE → git add + commit + push
6. Až PUSHNUTÉ → Notion Status=Done + Server Feedback s důkazem
### SSH:
- VŽDY: ssh -p 22770 root@136.243.43.144
- NIKDY: ssh root@136.243.43.144 (port 22 = honeypot = ban)
### NOTION DB:
- Dev Tasks: 659a5381-564a-453a-9e2b-1345c457cca9 (SPRÁVNÉ ID)
- NEPOUŽÍVAT: bc097386-efef-4b83-9a03-0aca082570db (collection ID, nefunguje s API)