Skip to content

Working on new VibeApps spec + custom deploy command - #191

Merged
sawka-harness merged 6 commits into
mainfrom
sawka/vibeapp
Sep 4, 2026
Merged

Working on new VibeApps spec + custom deploy command#191
sawka-harness merged 6 commits into
mainfrom
sawka/vibeapp

Conversation

@sawka-harness

Copy link
Copy Markdown
Collaborator

No description provided.

sawka-harness and others added 6 commits September 3, 2026 10:40
…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>
@sawka-harness
sawka-harness merged commit be34864 into main Sep 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant