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§
- Brain
Exporter - Export helper for writing
.brainbundlefiles. - Brain
Importer - Import helper for reading
.brainbundlefiles. - Portable
Brain Bundle - Portable knowledge bundle (Layer A concept core; optional AST decoupling).
Constants§
- BUNDLE_
VERSION - Version of the portable bundle JSON schema.