sync

A midday project-synchronization command that processes scratch notes, updates the daily record and task board, and checks whether the current focus is still correct.

In plain words
What is it for?
Use it during the day to process notes, move completed or blocked tasks, update priorities, and reassess the simplest next action.
Why use it?
It turns scattered notes into tracked tasks, decisions, and learnings before they are forgotten or become outdated.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/komunite/kalfa/sync
Clone the repo
git clone --depth 1 https://github.com/komunite/kalfa

Made for: Claude Code.

Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 798 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00025 $0.00798
Opus 5 $0.00013 $0.00399
Sonnet 5 $0.00005 $0.00160
Haiku 4.5 $0.00003 $0.00080

Measured 2d ago against content hash 64575e31d606, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sync scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/sync.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Gün ortası bağlam yenilemesi. Yakalanan notları işle, hafızayı güncelle, sağlık kontrolü yap.

Adımlar

Adım 1: Mevcut durumu oku (paralel)

Eşzamanlı oku:

  • .claude/memory.md
  • .claude/workspace/DailyNotes/MMDDYY.md (bugünün tarihi)
  • .claude/workspace/Scratchpad.md

Adım 2: Not Defteri'ni işle

Not Defteri'ndeki her kalem için:

  • Görev mi? → Görev Panosu'na taşı
  • Karar mı? → Günlük Not → Kararlar'a ekle
  • Öğrenim mi? → .claude/knowledge-nominations.md'ye aday göster
  • Not mu? → Günlük Not → Notlar'a ekle
  • Eski mi? → Sil

İşlenen kalemleri Not Defteri'nden temizle.

Adım 3: Görev panosunu tara

.claude/workspace/TaskBoard.md oku:

  • Tamamlanan görevleri Bugün → Tamamlanan'a taşı
  • Engellenen görevleri işaretle
  • Öncelikler değişti mi kontrol et

Adım 4: Bağlam sağlık kontrolü

Öz-değerlendirme:

  • Hâlâ doğru probleme mi odaklanıyorum?
  • Herhangi bir konuda dönüp duruyor muyum?
  • Bağlamım ağırlaşıyor mu? (Evetse, senkronizasyon sonrası /clear düşün)

Adım 5: Oryantasyon kontrolü (Boyd Kuralı)

Kendine sor:

  • Bu sabahtan beri ne değişti?
  • Yanlış olabilecek hangi varsayımları yapıyorum?
  • En basit sonraki eylem ne?

Adım 6: Hafızayı güncelle

.claude/memory.md düzenle:

  • "Şimdi"yi mevcut odakla güncelle
  • "Açık Konular"a kalem ekle/çöz
  • Yeni kararları "Son Kararlar"a kaydet
  • Değişen varsa "Engeller"i güncelle

Adım 7: Olay günlüğünü incele

.claude/logs/incident-log.md oku (varsa). Şunları ara:

  • Tekrarlayan başarısızlıklar (aynı hata 3+ kez)
  • İzin verilmesi gereken engellenen komutlar (veya tam tersi)
  • CRITICAL önem derecesindeki olaylar

Dikkat çekici bir şey varsa kullanıcıya bildir.

Adım 8: Koç içgörüsü (hızlı)

.claude/agent-memory/coach/MEMORY.md oku. Eğer koç hafızasında aktif bir öneri varsa ve henüz uygulanmamışsa, durum raporunun sonuna tek satırlık bir hatırlatma ekle:

💡 Koç hatırlatması: [önceki öneri özeti]

Eğer koç hafızası boşsa veya öneri yoksa bu adımı atla.

Adım 9: Durum raporu

Read the full file on GitHub · 89 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 89 lines · 25 tokens per session scan A 64575e31d606

Subscribe to this mod's changes

sync is a command published in the GitHub repository komunite/kalfa (244 stars, last pushed 4mo ago), licensed MIT. It adds 25 tokens to every session and 798 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.