memstead-engine 0.18.0

Full engine extension for Memstead — multi-mem policy, mem management, cross-mem-link resolution, lifecycle. Depends on memstead-base. A library surface you can program against — pre-1.0, experimental, no API stability promise.
Documentation
1
2
3
4
5
6
7
8
9
//! The `memstead_health` composer, re-exported from `memstead-base` so the
//! full engine's callers keep their import path. The composer lives in
//! the base crate because every renderer of the health report (the MCP
//! server, the CLI in both its full and lean builds) must build the same
//! bytes from one implementation (backlog-engine plan A7).

pub use memstead_base::ops::health_compose::{
    ComposeHealthError, HealthArgs, HealthConfig, compose_health, render_health_markdown,
};