@fractalcode/parser
v2.0.0
Published
Fractal Code .fc file parser — reads YAML-based cell definitions and validates constitutional constraints
Maintainers
Readme
@fractal-code/parser
Reads Fractal Code .fc files (YAML-based cell definitions with block-scalar logic bodies) and validates the constitutional shape: identity, classified input/output schemas, channel bindings, lineage, signature.
import { parseFcFile } from "@fractal-code/parser";
const cell = parseFcFile("./pipelines/foo/cells/plan.fc");
// → { identity, input, output, lineage, signature, ... }See the Fractal Code repo for the spec.
License
See LICENSE.
