Skip to main contentCrate tidemark
Source - builder
- Compose walk + hash into a Manifest.
- cli
- CLI command tree and dispatch.
- diff
- Pure diff over two manifests.
- error
- Error types mapped to clispec error kinds.
- hash
- Content hashing (blake3) and symlink target capture.
- manifest
- Manifest data model and deterministic Merkle digest. Pure (no filesystem).
- output
- Output rendering: JSON envelopes and human tables, pagination, field selection.
- refs
- Resolve a ref string to a Manifest. A ref is
@ (current tree),
a manifest file path, or a store label. - schema
- The clispec v0.3 schema document for tidemark.
- store
- Labeled snapshot store under
.tidemark/snapshots/. - walk
- Directory traversal with .gitignore/.tidemarkignore support.