Обновление agent harness из удалённого kit-репозитория

devops

vc-update is a Claude Code skill that pulls the latest agent harness improvements from the remote vibecode-pro-max-kit repository, presents a dry-run diff summary, waits for explicit confirmation, and then applies the updates. The workflow follows a strict sequence: checking worktree status with `git status`, reading the current version from `.vc-version`, shallow-cloning the kit into a temp directory, resolving the remote manifest via `resolve-manifest.mjs`, and computing a sync plan via `compute-sync-plan.mjs`. It handles user-customized files through a `merge` strategy, copies missing-only files via `copyIfMissing`, removes legacy artifacts listed in `legacyDeletions`, and supports offline or forked sources through the `VC_KIT_SOURCE` environment variable. Useful after `vc-setup`, for routine harness upgrades, or when migrating projects from older configuration layouts.