Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.1 KB

File metadata and controls

12 lines (10 loc) · 1.1 KB

Changelog

v0.1.0 — 2026-05-27

  • Initial draft: Evidence Bundle v0.1 — portable format for shipping evidence packets between systems.
  • evidence-bundle.schema.json (JSON Schema 2020-12) covering manifest top-level shape: bundle, items[], relationships[], provenance, signature.
  • bundle.purpose enum: rag-citation-pack, audit-evidence, compliance-disclosure, incident-response, due-diligence, regulatory-submission, other.
  • relationships[].predicate enum: cites, supersedes, derived-from, contradicts, summarizes, redaction-of.
  • Cross-spec composition: provenance.agent_card_uri (agent-cards-spec), provenance.tool_card_uri (mcp-tool-card-spec), provenance.prompt_provenance_uri (prompt-provenance-spec), provenance.otel_trace_id (OTel GenAI semconv).
  • signature block: ed25519 or BLS12-381-aggregate; covers canonical-JSON of the manifest minus the signature field.
  • Examples: rag-citation-pack and compliance-disclosure. CI validates every examples/**/manifest.json against the schema using AJV.
  • AGPL-3.0-or-later, Dependabot for GitHub Actions.