Skip to content

Chronicle v1.0.2 Stable Release

Latest

Choose a tag to compare

@Leviathan0x0 Leviathan0x0 released this 16 Jun 07:30
· 15 commits to main since this release

This stable release implements the strict state-machine DAG schema for Handoff Receipts, including:

  1. Strict DAG State-Machine Schema: Transitions the Handoff Receipt tool to track dependencies, checks run, missing evidence, obligations, work state, invalidation, and supersedes pointers.
  2. Head Resolution (Active Chain Traversal): Inspects the active chain of parent receipts from the newest receipt. If any receipt in the active chain is open or has incomplete closure, the workspace is flagged as blocked.
  3. Active Invalidation (stale_if): Automatically forces the relevance search multiplier of receipts to 0 if any watched path (direct path or glob) is modified after the receipt was created.
  4. Coherence Integration Verification: Verifies state-machine block behavior in case of missing evidence.