Working on new VibeApps spec + custom deploy command - #191
Merged
Conversation
…y to :run execute vibeapp:deploy zips the current git working tree (respecting .gitignore, with a hard .git/.harness/node_modules exclusion), pushes it as a new source, creates or updates the linked Vibe App via a .harness/vibeapp.yaml link file, and streams the run's log — a Netlify/Vercel-style "deploy my project dir" command. The old granular trigger command is renamed to execute vibeapp:run to free up the :deploy name. pull vibeapp now writes the link file on clone so a subsequent deploy updates the same app instead of creating a duplicate. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> AI-Session-Id: 3a3f7693-39fd-4bca-9a2b-fd725bfd4cb5 AI-Tool: claude-code AI-Model: unknown
Lets a deploy be previewed (project root, file count/size, create-vs-update plan) without any mutating API calls, backed by the same resolveDeployPlan used by a real deploy so the preview can't drift. Also always prints the resolved root and file stats, and warns (non-fatal) if the project has no .gitignore. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The md5 field sent to the vibe-orchestrator was hex-encoded but passed through verbatim into a GCS-signed Content-MD5 header, which requires base64 — uploads were failing with InvalidDigest. Also adds debug logging for the upload target/response, source status polling, and link-file writes, plus prints the source id, resolved app id, and a Launchpad UI link during a deploy, to make live deploys easier to follow/debug. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> AI-Session-Id: 3a3f7693-39fd-4bca-9a2b-fd725bfd4cb5 AI-Tool: claude-code AI-Model: unknown
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.