Skip to main content

Module exporter

Module exporter 

Source
Expand description

Portable .brainbundle export and import (schema v1).

A brainbundle is pretty-printed JSON describing nodes and edges so a “brain” can move between repositories. With decouple_ast = true, Layer B (repo-local file paths and symbol nodes) is stripped — suitable for sharing concepts without binding to a specific checkout.

Structs§

BrainExporter
Export helper for writing .brainbundle files.
BrainImporter
Import helper for reading .brainbundle files.
PortableBrainBundle
Portable knowledge bundle (Layer A concept core; optional AST decoupling).

Constants§

BUNDLE_VERSION
Version of the portable bundle JSON schema.