Salvaged from old Continuum crates/jitos-core/src/delta.rs, preserved only in git history (formerly listed in GoodIdeas.md, now deleted).
Idea: counterfactuals/deltas should be explicit, hashed, content-addressed, self-validating first-class objects.
- a counterfactual/delta spec is a first-class runtime object
- it should be content-addressed
- it should validate itself on deserialize
This maps cleanly to current work on strands, causal slicing, and witnessed merge/obstruction handling.
Scope: Echo / git-warp runtime-internal concern, not a Continuum-owned contract. Filed here to preserve the idea before deleting the salvage note; move it to the owning runtime repo when picked up.
Salvaged from old Continuum
crates/jitos-core/src/delta.rs, preserved only in git history (formerly listed inGoodIdeas.md, now deleted).Idea: counterfactuals/deltas should be explicit, hashed, content-addressed, self-validating first-class objects.
This maps cleanly to current work on strands, causal slicing, and witnessed merge/obstruction handling.
Scope: Echo /
git-warpruntime-internal concern, not a Continuum-owned contract. Filed here to preserve the idea before deleting the salvage note; move it to the owning runtime repo when picked up.