sync_core
Multi-file sync - atomic changes, dependency tracking ve conflict resolution.
npxskills add vuralserhat86/antigravity-agentic-skills--skill sync_coreLoading…
Multi-file sync - atomic changes, dependency tracking ve conflict resolution.
npxskills add vuralserhat86/antigravity-agentic-skills--skill sync_coreLoading…
Multi-file synchronization ve atomic changes.
Birden fazla dosya değişikliği gerektiğinde:
1. Tüm değişiklikleri önceden planla
2. Sıralı değişiklik yap
3. Her adımda build/test çalıştır
4. Tek commit'te birleştir
// Değişiklik yapmadan önce etkilenen dosyaları bul
// import/export chain'i takip et
// file-a.ts
export const API_URL = 'https://api.example.com';
// file-b.ts
import { API_URL } from './file-a';
// Değişiklik: API_URL → Tüm import'ları güncelle
1. Types/Interfaces (önce)
2. Utils/Helpers
3. Services
4. Components (son)
Kaynak: Conventional Commits & Trunk Based Development - Syncing
| Aşama | Doğrulama |
|---|---|
| 1 | Değişiklikler "Breaking Change" içeriyor mu? (Versiyonlama kontrolü) |
| 2 | Tek bir dosya değişikliğiyle sistem "Inconsistent" hale geliyor mu? |
| 3 | Tüm import yolları (Alias/Relative) doğru güncellendi mi? |
Sync Core v1.5 - With Workflow
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).