Skip to content

Releases: malikdraz/prooflog

v0.1.1

18 May 15:20

Choose a tag to compare

[0.1.1] - 2026-05-19

Added

  • Local Rust CLI with init, doctor, ingest, and proof commands.
  • Local config and SQLite storage under ~/.prooflog, with owner-only config and database permissions on Unix-like systems.
  • Codex JSONL discovery, incremental raw ingestion, malformed-line handling, and parser diagnostics.
  • Derived sessions, messages, commands, approvals, file changes, verification facts, failure facts, and failure-resolution facts.
  • Git context detection, changed-file reporting, session correlation, risky path classification, and risky command classification.
  • Conservative proof decision engine with READY, NOT READY, and UNKNOWN outcomes.
  • Plain text, Markdown, and experimental JSON proof reports.
  • Decision-based proof exit codes.
  • Obvious-secret redaction in proof report output.
  • Public installation, CLI, contributing, parser fixture, and release documentation.