v0.3.0
Highlights
- Consolidates the HigherGraphen Rust package surface into core, structure, reasoning, evidence, projection, interpretation, and runtime packages.
- Preserves conceptual primitives as modules while reducing public package sprawl.
- Keeps CaseGraphen and HigherGraphen CLI workflows release-ready after static-limit cleanup.
- Includes Darwin arm64 binaries for casegraphen and highergraphen.
Verification
- scripts/static-analysis.sh
- cargo build --workspace --release --locked
- cargo package --workspace --locked --allow-dirty
- cargo audit -q
- cargo tree --workspace --duplicates
- git diff --check
Notes
This is a pre-1.0 breaking release because package boundaries changed from the 0.2.x surface.