Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / / CGUriNamespace

Interface: CGUriNamespace

Defined in: packages/fireflow-vfs/src/types/uri.ts:44

Namespace context for resolving a ff:// URI This is passed separately from the URI itself

Properties

branch?

optional branch: string

Defined in: packages/fireflow-vfs/src/types/uri.ts:48

Branch name (optional, defaults to workspace default)


ref?

optional ref: string

Defined in: packages/fireflow-vfs/src/types/uri.ts:50

Specific commit or tag reference (optional, for read-only ops)


workspaceId

workspaceId: string

Defined in: packages/fireflow-vfs/src/types/uri.ts:46

Workspace ID (required)

Licensed under BUSL-1.1