Skip to content

PromptScript API


Interface: RemoteValidation

Defined in: resolver/src/git-registry.ts:1002

Result of validating remote repository accessibility.

Properties

accessible

accessible: boolean

Defined in: resolver/src/git-registry.ts:1004

Whether the remote repository is accessible


error?

optional error?: string

Defined in: resolver/src/git-registry.ts:1008

Error message describing why the repository is not accessible


headCommit?

optional headCommit?: string

Defined in: resolver/src/git-registry.ts:1006

HEAD or default branch commit hash (only present when accessible)