kiseki-composition 2026.1.0

Composition context for Kiseki: file/object metadata, namespaces, multipart, versioning.
docs.rs failed to build kiseki-composition-2026.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Composition context for Kiseki.

A composition is a tenant-scoped metadata structure describing how to assemble chunks into a coherent data unit (file or object). Stored as a sequence of deltas in the Log, reconstructed by replay.

Invariant mapping:

  • I-X1 — composition belongs to exactly one tenant
  • I-X2 — chunks respect tenant dedup policy
  • I-X3 — mutation history fully reconstructible from deltas
  • I-L5 — composition not visible until finalize (multipart)
  • I-L8 — cross-shard rename returns EXDEV