e76d0ad892
CI / Test (macos-latest, Node 18.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 18.x, bun) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 20.x, bun) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, yarn) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 22.x, bun) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 22.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, yarn) (push) Has been cancelled
CI / Validate Components (push) Has been cancelled
CI / Python Tests (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / Coverage (push) Has been cancelled
CI / Lint (push) Has been cancelled
31 lines
956 B
Markdown
31 lines
956 B
Markdown
# Hooks Sistemi
|
||
|
||
## Hook Tipleri
|
||
|
||
- **PreToolUse**: Tool yürütmeden önce (validasyon, parametre değişikliği)
|
||
- **PostToolUse**: Tool yürütmeden sonra (auto-format, kontroller)
|
||
- **Stop**: Session bittiğinde (final doğrulama)
|
||
|
||
## Auto-Accept İzinleri
|
||
|
||
Dikkatli kullan:
|
||
- Güvenilir, iyi tanımlanmış planlar için etkinleştir
|
||
- Keşifsel çalışmalar için devre dışı bırak
|
||
- Asla dangerously-skip-permissions flag'i kullanma
|
||
- Bunun yerine `~/.claude.json` içinde `allowedTools` yapılandır
|
||
|
||
## TodoWrite En İyi Uygulamalar
|
||
|
||
TodoWrite tool'unu şunlar için kullan:
|
||
- Çok adımlı görevlerdeki ilerlemeyi takip et
|
||
- Talimatların anlaşıldığını doğrula
|
||
- Gerçek zamanlı yönlendirmeyi etkinleştir
|
||
- Detaylı implementasyon adımlarını göster
|
||
|
||
Todo listesi şunları ortaya çıkarır:
|
||
- Sıra dışı adımlar
|
||
- Eksik öğeler
|
||
- Fazladan gereksiz öğeler
|
||
- Yanlış detay düzeyi
|
||
- Yanlış yorumlanmış gereksinimler
|