PersistentAI API Documentation / @persistentai/fireflow-vfs / path / FLOW_PACKAGE
Variable: FLOW_PACKAGE
constFLOW_PACKAGE:object
Defined in: packages/fireflow-vfs/src/path/flow-package.ts:52
Flow package folder structure constants.
Type Declaration
DIRS
readonlyDIRS:object
Internal directory names
DIRS.EVENTS
readonlyEVENTS:"events"='events'
EVENT_EXTENSION
readonlyEVENT_EXTENSION:".ffevent"='.ffevent'
Event file extension
EXTENSION
readonlyEXTENSION:".fflow"='.fflow'
Folder extension that identifies a flow package
FILES
readonlyFILES:object
Internal file names
FILES.FLOW_DATA
readonlyFLOW_DATA:"flow.json"='flow.json'
FILES.KEEP
readonlyKEEP:".keep"='.keep'
FILES.MANIFEST
readonlyMANIFEST:"manifest.json"='manifest.json'
INDEX_PATH
readonlyINDEX_PATH:".fireflow/flow-index.json"='.fireflow/flow-index.json'
Workspace-level paths
MANIFEST_VERSION
readonlyMANIFEST_VERSION:"1.0.0"='1.0.0'
Current manifest schema version