jacquardSnapshot

← snapshot

734 bytes
# Content plane: the bridge back to plain git. The port models what a real
# adapter must preserve — above all, that provenance and decision links ride
# in commit trailers, so a jacquard snapshot round-trips through git without
# losing what makes it a jacquard snapshot.
[package]
name = "jac-git"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish.workspace = true
description = "Content plane: the GitInterop port and its round-trip-faithful fake"

[package.metadata.jacquard]
plane = "content"
forbids = ["jac-rendezvous"]

[dependencies]
jac-core.workspace = true
jac-object.workspace = true
smallvec.workspace = true
thiserror.workspace = true

[lints]
workspace = true