openagentry

HOST · Error

E_VERCEL_NO_GIT_LINK

Project has no git source linked — deploy cannot proceed.

Package
@openagentry/adapter-host-vercel
Category
host

— · Resolution

How to recover

Link a git repo to the project in the Vercel dashboard, or use a different host adapter.

— · The shape

What an instance looks like

throw new AgentryError({
  code: 'E_VERCEL_NO_GIT_LINK',
  phase: 'init',
  message: '…contextual message…',
  context: { /* adapter-specific */ },
  suggestedFix: 'Link a git repo to the project in the Vercel dashboard, or use a different host adapter.',
  docs: 'https://openagentry.dev/errors/E_VERCEL_NO_GIT_LINK',
});

The context field carries adapter-specific detail (HTTP status, missing env-var names, validation issues). It never contains secret values.


— · See also

Related codes from @openagentry/adapter-host-vercel