Skip to content

RelayPact 0.1.2 Public Preview

Pre-release
Pre-release

Choose a tag to compare

@chasechou007 chasechou007 released this 21 Aug 17:56

Fixed

  • Replaced raw Git index byte identity with a canonical semantic fingerprint
    over staged path, conflict stage, mode, object ID, assume-unchanged,
    skip-worktree, and intent-to-add state. Read-only Git stat-cache refreshes no
    longer invalidate an otherwise unchanged pending review or terminal decision.
  • Kept HEAD, refs, objects, hooks, configuration, worktree controls, filesystem
    evidence, and actual staged/index-flag tampering fail-closed.

Compatibility

  • v0.1.2 is the latest published release. npm publication remains out of
    scope; installation uses the versioned GitHub release tag.
  • Tasks prepared by v0.1.1 lack the new preparation-time semantic index
    baseline and remain ineligible for migration or terminal decision under
    v0.1.2. Prepare a new task instead.