Публикация обновлений harness в kit-репозиторий
devops
vc-publish is a Claude Code skill that pushes harness improvements from a local development repository into the remote vibecode-pro-max-kit repository. It reads the kit checkout path from `.vc-publish-config`, verifies the worktree is clean, then runs `resolve-manifest.mjs` and `compute-sync-plan.mjs` to compute a diff between the dev repo and the kit repo — surfacing added, modified, and deleted files before anything is written. A pre-publish step regenerates the skills catalog via `generate-skills-catalog.mjs` to ensure it is current. After user confirmation, the skill bumps the semantic version (patch, minor, or major), copies changed files, and pushes to the remote. It is the maintainer-side counterpart to vc-update, which pulls kit updates into end-user projects.
- #git-publish
- #version-management
- #manifest-sync
- #kit-distribution
- #harness-deployment