Expand description
Fret’s kernel facade crate.
This crate is intended to be the small, memorable entry point for manual/advanced assembly
and integrations. It re-exports selected workspace crates behind opt-in feature flags, without
pulling ecosystem defaults (components, policies, tooling) into crates/*.
For the batteries-included desktop-first experience, prefer:
fret(ecosystem meta crate; app entry points)fretboard(dev tooling)
See ADR 0109: docs/adr/0109-user-facing-crate-surfaces-and-golden-path.md.
Default features are intentionally minimal (core only). Enable additional feature bundles
explicitly, or use fret for the batteries-included golden path.