Salvaged from old Continuum crates/jitos-graph/src/ids.rs, preserved only in git history (formerly listed in GoodIdeas.md, now deleted).
Idea: deterministic ID allocation should be order-independent for independent operations.
- antichain swaps must not change identity
- IDs should come from normalized operation content, not accidental insertion order
- replay should reproduce identity exactly
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-graph/src/ids.rs, preserved only in git history (formerly listed inGoodIdeas.md, now deleted).Idea: deterministic ID allocation should be order-independent for independent operations.
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.