Releases: chrislyonsKY/FaultLine
Releases · chrislyonsKY/FaultLine
FaultLine v0.1.0
FaultLine v0.1.0
Initial public crate release for the FaultLine Rust workspace.
Published Crates
faultline_core- Canonical domain models, identifiers, and manifests.faultline_geometry- Geometry abstractions and spatial metric contracts.faultline_diff- Diff and change classification contracts.faultline_sync- Local-first synchronization models and operation envelopes.faultline_index- Spatial index abstractions.faultline_compute- Execution backend abstractions.faultline_agents- Planner/executor/reviewer orchestration contracts.
Highlights
- Established stable
0.1.0contracts across all core workspace crates. - Added deterministic diff artifact models and baseline compare engine.
- Added sync operation envelopes, causal context, and in-memory session behavior.
- Added compute backend and index abstraction traits with baseline implementations.
- Added agent workflow graph, tool registry, and artifact store contracts.
Quality Gates
Release passed:
cargo fmt --all -- --checkcargo clippy --workspace --all-targets -- -D warningscargo test --workspacecargo check --workspace
Repository
- GitHub: https://github.com/chrislyonsKY/FaultLine
- Tag:
v0.1.0
Notes
This release is architecture- and contract-first, with research-heavy implementations intentionally deferred to subsequent milestones.