Skip to content

Releases: chrislyonsKY/FaultLine

FaultLine v0.1.0

07 Mar 17:08

Choose a tag to compare

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.0 contracts 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 -- --check
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo test --workspace
  • cargo check --workspace

Repository

Notes

This release is architecture- and contract-first, with research-heavy implementations intentionally deferred to subsequent milestones.