11---
2- description : Execute tasks from TASKS.md following vibe-sync specifications
2+ description : Execute tasks from TASKS.md following vsync specifications
33argument-hint : [phase-task or "next"]
44---
55
6- # Do Task - vibe-sync
6+ # Do Task - vsync
77
8- Execute development tasks from ` TASKS.md ` following vibe-sync project specifications and TDD workflow.
8+ Execute development tasks from ` TASKS.md ` following vsync project specifications and TDD workflow.
99
1010## Current Context
1111
@@ -175,7 +175,7 @@ spinner.succeed("Done");
175175
176176- MCP servers require user confirmation on first sync
177177- Show command, env vars, URL before approval
178- - Update whitelist in .vibe-sync .json
178+ - Update whitelist in .vsync .json
179179
180180** Phase 6 (Testing)** :
181181
@@ -189,15 +189,15 @@ spinner.succeed("Done");
189189src/
190190├── cli/ # CLI commands (Phase 4)
191191│ ├── commands/
192- │ │ ├── init.ts # vibe-sync init
193- │ │ ├── sync.ts # vibe-sync sync
194- │ │ ├── plan.ts # vibe-sync plan
195- │ │ ├── status.ts # vibe-sync status
196- │ │ ├── list.ts # vibe-sync list
197- │ │ └── clean.ts # vibe-sync clean
192+ │ │ ├── init.ts # vsync init
193+ │ │ ├── sync.ts # vsync sync
194+ │ │ ├── plan.ts # vsync plan
195+ │ │ ├── status.ts # vsync status
196+ │ │ ├── list.ts # vsync list
197+ │ │ └── clean.ts # vsync clean
198198│ └── index.ts # Commander setup
199199├── core/ # Core logic (Phase 1, 3, 5)
200- │ ├── config-manager.ts # Load/save .vibe-sync .json
200+ │ ├── config-manager.ts # Load/save .vsync .json
201201│ ├── manifest-manager.ts # Manifest CRUD
202202│ ├── diff.ts # Diff calculator
203203│ ├── planner.ts # Plan generator
210210│ ├── opencode.ts # Target adapter
211211│ └── registry.ts # Adapter factory
212212├── types/ # TypeScript types (Phase 1)
213- │ ├── config.ts # VibeConfig , SyncMode, etc.
213+ │ ├── config.ts # VSyncConfig , SyncMode, etc.
214214│ ├── models.ts # Skill, MCPServer, etc.
215215│ ├── manifest.ts # Manifest types
216216│ └── plan.ts # SyncPlan, DiffResult, etc.
@@ -352,4 +352,4 @@ pnpm build # Build project
352352
353353---
354354
355- ** Let's build vibe-sync with TDD and precision! 🚀**
355+ ** Let's build vsync with TDD and precision! 🚀**
0 commit comments