---
name: Always sync all files on deploy
description: When deploying to plugin cache, always copy all files (binary, skills, hooks, manifest) — never partial sync
type: feedback
---

Always sync all plugin files when deploying to cache, not just the ones that changed in the current session.

**Why:** Partial syncs cause subtle mismatches between binary and skill definitions. User expects full deploy every time.

**How to apply:** When running deploy steps from DEPLOY.md, always execute all cp commands (binary, skills/*, hooks/*, plugin.json) regardless of what changed.
