straymark-core 0.2.0

Shared document model and knowledge graph for StrayMark — parses governance documents and builds their typed traceability graph
Documentation
1
2
3
4
5
6
7
8
9
//! straymark-core — shared document model and knowledge graph for StrayMark.
//!
//! Extracted from the CLI in Loom M0 (`CHARTER-01-loom-server`) so that the
//! CLI and the Loom visualization server parse StrayMark documents with
//! exactly the same code: one parser, structurally no drift
//! (`ADR-2026-06-02-001`).

pub mod document;
pub mod graph;