Skip to content

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

Interface: VFSStatus

Defined in: packages/fireflow-vfs/src/types/git.ts:54

VFS Status (like git status)

Properties

branch

branch: string

Defined in: packages/fireflow-vfs/src/types/git.ts:56

Current branch name


clean

clean: boolean

Defined in: packages/fireflow-vfs/src/types/git.ts:60

Whether the working tree is clean


staged

staged: VFSStagedChange[]

Defined in: packages/fireflow-vfs/src/types/git.ts:58

Staged/uncommitted changes

Licensed under BUSL-1.1