You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix runSync failing to copy newly-added @deepseek-ai packages (a missing profile dir made realpath throw ENOENT and abort the sync).
Fix parseGhRepo truncating repository names that contain dots.
Tests
Add integration tests that simulate real-copy and junction deployment layouts in a temp dir, covering eco-version reads, sync planning/execution, backup, and deploy-root detection.
npm test now runs 30 assertions + the host apply() smoke test.