Go to file
jordan 3cfaa1e1d3 feat: Complete Phase 1 (The Spine) - storage foundation
Phase 1 delivers the complete durability and storage layer:

- WAL with crash recovery: Append-only journal with BLAKE3 checksums,
  fsync guarantees, and proper seek-to-EOF on reopen
- Storage engine: sled-backed KVStore with scan_prefix for range queries
- Content-addressed storage: H:{hash}, V:{hash}, E:{hash} key patterns
- Ingestor: Background worker tailing WAL, writing to KV with 8-byte
  aligned record headers for rkyv zero-copy deserialization
- Comprehensive tests: 31 tests covering crash recovery, round-trips,
  and multi-cycle durability

New crates: stemedb-wal, stemedb-storage, stemedb-ingest

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 14:15:34 -07:00
.agentive-remediation feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
.cargo Initial project setup with Claude Code monorepo structure 2026-01-31 10:56:26 -07:00
.claude feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
ai-lookup feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
crates feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
docs feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
use-cases feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
.gitignore Initial project setup with Claude Code monorepo structure 2026-01-31 10:56:26 -07:00
.jscpd.json Initial project setup with Claude Code monorepo structure 2026-01-31 10:56:26 -07:00
architecture.md feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
Cargo.toml feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
CLAUDE.md feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
clippy.toml Initial project setup with Claude Code monorepo structure 2026-01-31 10:56:26 -07:00
CODING_GUIDELINES.md Initial project setup with Claude Code monorepo structure 2026-01-31 10:56:26 -07:00
GEMINI.md feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
Makefile Initial project setup with Claude Code monorepo structure 2026-01-31 10:56:26 -07:00
roadmap.md feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
rustfmt.toml Initial project setup with Claude Code monorepo structure 2026-01-31 10:56:26 -07:00
simulation-vision.md feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
usage.md feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00
vision.md feat: Complete Phase 1 (The Spine) - storage foundation 2026-01-31 14:15:34 -07:00