Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / path / FLOW_PACKAGE

Variable: FLOW_PACKAGE

const FLOW_PACKAGE: object

Defined in: packages/fireflow-vfs/src/path/flow-package.ts:52

Flow package folder structure constants.

Type Declaration

DIRS

readonly DIRS: object

Internal directory names

DIRS.EVENTS

readonly EVENTS: "events" = 'events'

EVENT_EXTENSION

readonly EVENT_EXTENSION: ".ffevent" = '.ffevent'

Event file extension

EXTENSION

readonly EXTENSION: ".fflow" = '.fflow'

Folder extension that identifies a flow package

FILES

readonly FILES: object

Internal file names

FILES.FLOW_DATA

readonly FLOW_DATA: "flow.json" = 'flow.json'

FILES.KEEP

readonly KEEP: ".keep" = '.keep'

FILES.MANIFEST

readonly MANIFEST: "manifest.json" = 'manifest.json'

INDEX_PATH

readonly INDEX_PATH: ".fireflow/flow-index.json" = '.fireflow/flow-index.json'

Workspace-level paths

MANIFEST_VERSION

readonly MANIFEST_VERSION: "1.0.0" = '1.0.0'

Current manifest schema version

Licensed under BUSL-1.1