Git DAG

Every action, decision, tool call, and artifact in an Allternit session is recorded as a node in a Git-like directed acyclic graph (DAG). This gives you:
  • Full auditability — every step is immutable and signed.
  • Branching runs — fork a session, try a different approach, and merge the best result.
  • Reproducibility — replay any path through the DAG to reproduce an outcome.

Core concepts

Using the DAG

The DAG is persisted automatically. Query it through the Sessions API or inspect it with gizzi history.