memstead-git-branch 0.6.0

Mem-repo engine for Memstead — multi-mem, git-backed typed entity graphs. Internal library surface consumed by the memstead binaries — pre-1.0, experimental, no API stability promise.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Re-export shim over `memstead_base::entity` plus the git-touching
//! `git_tree_source` submodule that stays in this crate.
//!
//! Downstream consumers (memstead-mcp, memstead-cli, memstead-swift) reach the
//! entity surface through `memstead_git_branch::entity::*` exactly as before;
//! the inner types come from `memstead-base`.

pub use memstead_base::entity::*;

pub mod git_tree_source;