amberfork 0.4.0

The amberfork command: diff two agent-run traces and render where they fork.
[package]
# The product crate carries the product name — `cargo install amberfork` — while the
# libraries stay amberfork-* namespaced. The binary target is inferred from src/main.rs
# and inherits this name.
name = "amberfork"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "The amberfork command: diff two agent-run traces and render where they fork."
readme = "README.md"
keywords.workspace = true
categories = ["command-line-utilities", "development-tools::debugging"]

[lints]
workspace = true

[dependencies]
amberfork-align = { workspace = true }
amberfork-ingest = { workspace = true }
amberfork-model = { workspace = true }
clap = { workspace = true }
serde_json = { workspace = true }
terminal_size = { workspace = true }

[dev-dependencies]
assert_cmd = { workspace = true }
predicates = { workspace = true }
insta = { workspace = true }