AGDR-PHOENIX V1.8 ยท VERSION HISTORY

AgDR Changelog.

Version history for the AgDR standard and Phoenix SDK. Every change is committed to the open record.

Phoenix SDK v1.8.1 (April 2026): Tamper-Resistant Timing

  • Added libc dependency for POSIX clock_gettime binding.
  • Implemented monotonic_raw_nanos() helper using CLOCK_MONOTONIC_RAW (Linux) with fallback for other platforms.
  • Added monotonic_nanos field to SealedRecord for forensic chain integrity.
  • Updated Rust edition to 2021 for improved pyo3 compatibility.
  • Optimized release profile: LTO, strip symbols, panic=abort for production deployments.
  • Wall-clock timestamps (timestamp field) retained for legal mapping; monotonic timestamps (monotonic_nanos) ensure tamper-resistant ordering.

v0.2.1 (March 2026): PPP Framework Completion

  • Completed getting-started.md: full implementation guide with SDK usage, PPP guidance, human delta and FOI examples, and next-steps navigation.
  • Added foi-formal-definition.md: formal definition, designation process, data structure, liability mapping, and multi-FOI registry for the Fiduciary Office Intervener.
  • Added human-delta-chain-spec.md: complete data structure spec for the human delta chain including action codes, invariants, timing requirements, and legal significance.
  • Added PPP triplet, human delta chain, and AgDR record JSON schemas to specs/agdr-v0.2.json.
  • Added ppp-industry-templates.md: sector-specific PPP definitions for capital markets, healthcare, government, legal, financial services, and critical infrastructure.
  • Added beauty-truth-wisdom.md: formal explanation of the three closing principles of the Purpose pillar.
  • Added eu-ai-act-mapping.md: article-by-article mapping of AgDR v0.2 to EU AI Act (Regulation 2024/1689) high-risk obligations including GDPR interaction.
  • Added verification-audit-procedure.md: CLI, Python, and manual cryptographic verification methods with court-ready evidence packaging procedure.
  • Added horizontal-scaling.md: Root Merkle Coordinator architecture for scaling beyond 2.85B single-process ceiling with throughput table and evidentiary properties.
  • Added sdk/python/: agdr-aki Python SDK reference implementation (capture, delta chain, verify, evidence packaging, pyproject.toml).
  • Removed empty archive stub.

v0.2 (March 2026)

  • Renamed from ADR to AgDR (Atomic Genesis Decision Record).
  • Reduced Policy to PPP (Provenance, Place, Purpose): meaning of the beholder.
  • Introduced Atomic Kernel Inference (AKI): mathematically indivisible capture.
  • Replaced 100ms timing language with true atomic kernel enforcement.
  • Added binary human delta policy and escalation to Fiduciary Office Intervener (FOI).
  • Added full reasoning trace capture at inference instant.
  • Added universal inference wrapper for any model and runtime.
  • Published comparisons to aviation black boxes and medical records.
  • Added legal compliance mapping (Canada Evidence Act, CBCA s.122).
  • Added AGI court vision (2076) and precedents pages.
  • Added Technical Note on Coherence.
  • Switched license to CC0 1.0 Universal.
  • Proved scale with 100 million decisions on TSX Toronto desk.
  • Added new raw data source value proposition.

v0.1 (February 2026)

  • Initial ADR Specification and Reasoning Capture Methodology.

This repository is the canonical source of truth for AgDR under CC0 1.0 Universal. Phoenix SDK is dual-licensed: Apache 2.0 OR CC0 1.0.