Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@wly12312 wly12312 released this 12 Aug 08:35

v0.1.0 prerelease

IssueProof for Codex turns a Codex-assisted OSS maintenance run into an independently verifiable maintenance receipt.

Included

  • Reproduce an issue baseline and preserve bounded, redacted evidence.
  • Ingest a user-supplied JSONL trace without persisting the raw trace by default.
  • Run an explicitly authorized verification command independently of Codex's narrative claims.
  • Produce deterministic JSON and Markdown maintenance receipts with supported, refuted, and inconclusive claims.
  • Provide the reproduce-github-issue Codex Skill, offline fixtures, schemas, and Git/AGENTS provenance checks.

Verification for this prerelease

  • GitHub Actions passed on Ubuntu and Windows with Python 3.11 and 3.14.
  • Local Windows validation passed on Python 3.12: 45 tests passed and one symlink-specific test was skipped because this host does not grant symlink creation.
  • Offline success and failure end-to-end fixtures were exercised locally.

Quick start

Requires Python 3.11+:

python -m pip install -e .[dev]
issue-proof codex doctor
issue-proof codex ingest --trace examples/codex-maintenance/trace-order-a.jsonl --output .issue-proof/codex-run

This is an early-stage community prerelease. macOS has not been exercised by this release, and the tool does not replace maintainer review or sandbox explicitly authorized commands.