Expand description
§pf-core
Core primitives for ProcessFork: the content-addressed store (CAS), the
.pfimg manifest format, and atomic-snapshot orchestration across the four
layers (model, cache, world, effects).
Phase 0: scaffold only. Real implementation lands in Phase 1.
Re-exports§
Modules§
- cas
- Content-addressed blob store.
- digest
- SHA-256 content digests, OCI-style.
- error
- Typed error hierarchy for
pf-core. - fixture
- Synthetic four-layer capture fixtures.
- manifest
.pfimgmanifest format (schema v1).- snapshot
- Atomic four-layer snapshot orchestration.
- store
- High-level store: a
BlobStoreplus a manifest catalog.