You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [Unreleased]
9
+
10
+
### Added
11
+
12
+
-**Documentation enhancements in README.md** — Added a high-level Documentation Map, a detailed Graph Traversal Directory, an expanded Time-Travel (Seek) guide, and updated Runtime Compatibility information (Node.js, Bun, Deno).
13
+
-**Local-First Applications use-case** — Added git-warp as a backend for LoFi software.
All commands accept `--repo <path>` to target a specific Git repository, `--json` for machine-readable output, and `--view [mode]` for visual output (ascii by default, or browser, svg:FILE, html:FILE).
545
589
546
-
When a seek cursor is active, `query`, `info`, `materialize`, and `history` automatically show state at the selected tick.
@@ -673,6 +715,7 @@ npm run test:matrix # All runtimes in parallel
673
715
- **Audit-critical systems.** Tamper-evident records with cryptographic proof (via Audit Receipts).
674
716
- **IoT sensor networks.** Sensors logging readings and relationships, syncing when bandwidth allows.
675
717
- **Game world state.** Modders independently adding content that composes without a central manager.
718
+
- **Local-First Applications.** A backend for LoFi software that needs Git's robust sync and versioning capabilities without the overhead of a standard Git worktree or a heavy database server.
676
719
677
720
## When NOT to Use It
678
721
@@ -686,6 +729,16 @@ npm run test:matrix # All runtimes in parallel
686
729
687
730
This package is the reference implementation of WARP (Worldline Algebra for Recursive Provenance) graphs as described in the AIΩN Foundations Series. The papers formalize the graph as a minimal recursive state object ([Paper I](https://doi.org/10.5281/zenodo.17908005)), equip it with deterministic tick-based semantics ([Paper II](https://doi.org/10.5281/zenodo.17934512)), develop computational holography and provenance payloads ([Paper III](https://doi.org/10.5281/zenodo.17963669)), and introduce observer geometry with the translation cost metric ([Paper IV](https://doi.org/10.5281/zenodo.18038297)).
688
731
732
+
## Runtime Compatibility
733
+
734
+
Architected with **Hexagonal Ports and Adapters**, git-warp is runtime-agnostic and tested across the following environments:
0 commit comments