@younndai/lyt-mesh
PackagesThe mesh layer. It manages the topology between vaults: named meshes, subscriptions, sources, rollups, validation, and sync.
Install it from npm:
npm install -g @younndai/lyt-meshThe mesh layer
A mesh is a named topology of vaults with declared edges. This package manages the graph across local, shared, and subscribed vaults, without changing the fact that each vault remains its own git repo.
Sources, subscriptions, and rollups
Configure vault sources, clone the configured set on another machine, or subscribe to a vault from another mesh. Edges declare relationships between vaults; rollups summarize activity across a mesh while mesh-scoped search reads the participating vaults.
The sync engine
The mesh commands validate the declared topology before it is trusted, report broken edges and missing parents, and rebuild rollups when required. Sync reconciles each participating vault through its git remote under its publish gate; local writes are never blocked by it. The unified lyt includes this layer; use the graph view to inspect it:
lyt mesh status