fbp-spec
Installation
SKILL.md
Storage specification and manipulation API for flow-based programming graphs.
Installation
pnpm add @fbp/spec
Overview
@fbp/spec provides a two-layer type system for flow-based programming graphs:
| Layer | Purpose |
|---|---|
| Storage | Minimal canonical format for persistence |
| Renderer | Extended types with derived data for UI |
| API | Pure functions for graph manipulation |
The storage layer is designed for content-addressable storage (merkle trees) where each graph state can be uniquely hashed.