Releases: mizcausevic-dev/ai-evidence-block
Release list
AI Evidence Block v1.0.0
First public release — the WordPress reference implementation of the AI Evidence Format (spec), part of the Kinetic Gain Protocol Suite.
Install
Download ai-evidence-block.zip below, then in WordPress go to Plugins → Add New → Upload Plugin, choose the zip, and activate. Requires WordPress 6.6+ and PHP 7.4+. (Cloning from source instead? Run npm install && npm run build — the block registers from build/.)
What it does
Mark the AI provenance of any claim — model, reviewer, confidence, source — and render it three ways at once, with no external requests and no tracking:
- a theme-friendly evidence card (and an accessible inline popover for marked sentences),
- namespaced, machine-readable
data-aeb-*attributes, - a schema.org
CreativeWorkJSON-LD graph (with IPTC DigitalSourceType) plus a spec-valid AI Evidence Format v0.1 object carrying a reproduciblesha256content hash (Level 2 "Verify" conformance).
Six provenance states: verified, cited, ai-assisted, ai-generated, auto-detected, disputed. Everything routes through kgaeb_* filters. GPL-2.0-or-later.
Verification
The emitted evidence objects validate against evidence.schema.json from the spec, and every content_hash reproduces under the spec's §5.1 canonicalization. auto-detected deliberately asserts no IPTC source type (origin is only suspected, not confirmed).