Forge Miniv1.1.0Feature Complete

AI Claim Ledger

Turn supplied AI claims into a local evidence and verification ledger.

v1.1.0Current release
MITSource license
3Supported platform groups
Developer ToolsCatalog category

The problem it solves

AI Claim Ledger [](https://github.com/loganpendragonmultiverse/ai-claim-ledger/actions/workflows/ci.yml)

Who AI Claim Ledger is for

  • Developers and maintainers who need reviewable evidence before changing or releasing software.
  • Users working with AI review, claims, sources who want the documented v1.1.0 behavior.
  • People who prefer an open-source release with visible limitations, source, and license terms.

Intended result

Turn supplied AI claims into a local evidence and verification ledger.

This summary is reconciled from the current catalog and repository documentation.

Features in v1.1.0

Capabilities below come from the current project README and release documentation.

01

[](https://github.com/loganpendragonmultiverse/ai-claim-ledger/actions/workflows/ci.yml)

02

AI Claim Ledger converts factual claims copied from an AI response into a portable source and verification checklist. Claims remain explicitly unverified, in need of a source, verified, or disputed. Version 2 ledgers keep reusable sources in one registry and record whether each source supports, contradicts, or provides context for a claim.

Verified examples

Screenshots are shown only when the current README references a local source image. Otherwise, repository example files are linked directly.

Platforms and implementation

The public release claims only the cataloged platforms and technologies.

Supported platforms

  • Windows
  • macOS
  • Linux

Built with

  • Python

Quick start

The shortest documented path into the current release.

python -m pip install .
claim-ledger examples/claims.json
claim-ledger examples/claims.json --status needs-source --format json

Verified claims require at least one supporting relationship to a syntactically valid HTTP or HTTPS source. Reports group claims by status, retain notes and source labels, and flag unused sources, disputed claims without contradictory evidence, and claims that have both supporting and contradictory evidence. The same source can be linked to multiple claims without copying its URL and title. Existing version 1 ledgers remain supported.

Version 2 uses a top-level source registry and claim-level evidence links:

{
  "version": 2,
  "sources": [
    {"id": "python-json", "url": "https://docs.python.org/3/library/json.html", "title": "Python JSON documentation"}
  ],
  "claims": [
    {
      "id": "claim-1",
      "claim": "Python includes a standard JSON encoder and decoder.",
      "status": "verified",
      "evidence": [{"source_id": "python-json", "relation": "supports"}]
    }
  ]
}

Current limitations

These boundaries are part of the product and prevent the page from implying unverified capability.

This tool does not call an AI model, extract claims automatically, browse URLs, judge source quality, or decide whether a relationship label is correct. A valid URL or a supports label is not evidence of truth. The person reviewing the ledger remains responsible for opening authoritative sources, recording the relationship accurately, and updating the claim status.

Requires Python 3.10 or newer. Development checks use Ruff, pytest with branch coverage, and package builds.

Part of the Logan Pendragon Forge open-source collection. Licensed under the [MIT License](LICENSE).

Privacy and licensing

Review the actual data boundary before using a tool with sensitive inputs.

Privacy and safety

No privacy behavior beyond the current repository documentation is claimed. Review the source, security policy, and input/output behavior before using sensitive material.

License and release

AI Claim Ledger is published under MIT. The current cataloged release is v1.1.0, published 2026-08-07.

Related projects

Related projects are selected deterministically from shared catalog tags, category, and implementation technologies—not popularity or paid placement.

Current public release

AI Claim Ledger v1.1.0

Use the tagged release for downloads and release notes. Use the repository for source, issues, contribution guidance, security reporting, and complete documentation.

Page source: current Forge catalog plus README and CHANGELOG from the canonical local repository. Fingerprint: 8e0cd70dabb3bcec.