// arbor-core — fundamental types for Arbor diagrams. // Node IDs (sanitised), shape vocabulary, edge kinds, and the lightweight // graph value used by every other vessel. vessel "arbor-core" { version "0.1.0" description "Core types for Arbor diagrams: NodeId, ArborShape, ArborEdgeKind, graphs" authors ["Neuron Technologies"] edition "2026" } dependencies { } build { entry "src/main.el" output "dist/" }