Skip to content

Tags: ApiliumCode/aingle

Tags

v0.6.3

Toggle v0.6.3's commit message
AIngle v0.6.3 — Total data integrity hardening

18 bugs fixed across the entire data pipeline. Zero data loss on crash,
zero panics from lock poisoning, zero silent write failures.

- Persistent ProofStore with Sled backend (was in-memory only)
- Proofs included in Raft cluster snapshots
- Periodic auto-flush every 300s (--flush-interval)
- Audit log fsync + error reporting
- Atomic batch insert via sled::Batch
- P2P DAG action sync via tip exchange
- Sled lock contention fix (separate proofs.sled)

- DAG signing key, Kaneru agent state, Ineru snapshot,
  P2P node key, peer store — all now fsync after write

- WAL writer, rule engine, Kaneru agent, P2P REST,
  ProofStore init — no more unwrap/expect in production paths

- POST /api/v1/triples/batch — atomic bulk insert endpoint
- --flush-interval CLI flag
- Proof verify returns 200+valid:false instead of 422

- 8 new cross-subsystem data integrity tests
- 1747+ tests passing, 0 regressions
- 45 files changed, 1816 insertions, 154 deletions

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #79 from ApiliumCode/dev

Release v0.6.2

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #78 from ApiliumCode/dev

fix: enable dag feature by default in aingle_cortex

v0.6.0

Toggle v0.6.0's commit message
AIngle v0.6.0 — Semantic DAG

Append-only causal graph with mandatory Ed25519 signing,
time-travel queries, cross-node sync, and 12 REST endpoints.

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #75 from ApiliumCode/dev

release: v0.5.0 — Raft clustering, TLS, streaming snapshots

v0.4.2

Toggle v0.4.2's commit message
v0.4.2 — HNSW vector search for Ineru

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #60 from ApiliumCode/feat/persistent-cortex-storage

Persistent Cortex storage with Sled backend and Ineru snapshots

v0.4.0

Toggle v0.4.0's commit message
Release v0.4.0 — Rebrand AI crates & legal standardization

v0.3.8

Toggle v0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #58 from ApiliumCode/dev

Release v0.3.8 — Kitsune P2P Phase 2

v0.3.7

Toggle v0.3.7's commit message
Release v0.3.7 — Security hardening + legacy separation