=====================================
ATTESTED INTELLIGENCE EVIDENCE BUNDLE
=====================================
Sample Bundle v1.0 - For Demonstration

This is a SAMPLE evidence bundle demonstrating the structure and
verification capabilities of Attested Governance Artifacts.

BUNDLE CONTENTS
===============
bundle_manifest.json     - Bundle manifest with file checksums
policy/
  policy_artifact.json   - The governance policy that was enforced
subject/
  subject_manifest.json  - Subject files and their baseline hashes
receipts/
  0001.json - 0006.json  - Signed receipt chain
  chain_head.json        - Chain head pointer
verifier/
  verify.js              - Offline verification script
  VERSION.txt            - Verifier version
README.txt               - This file

HOW TO VERIFY (Offline)
=======================
1. Extract this ZIP to a directory
2. Run: node verifier/verify.js .
3. Expected output: overall: PASS

WHAT THIS DEMONSTRATES
======================
- Policy artifact loaded and validated
- Integrity measurements performed (2 successful checks)
- Drift detected (simulated file change)
- Enforcement action triggered (ALERT)
- Evidence bundle exported

VERIFICATION GUARANTEES
=======================
- artifact: All file checksums match manifest
- receipts: All receipts are present and valid
- chain: Hash chain is intact (each receipt links to previous)
- drift: Shows if/when integrity drift was detected
- enforcement: Shows what action was taken

TAMPER TEST
===========
To test tamper detection:
1. Open any receipt JSON file
2. Change any character
3. Re-run verification
4. Expected: overall: FAIL

For more information:
https://attestedintelligence.com/docs

---
DISCLAIMER: This is evidentiary-grade integrity verification.
This is not legal advice. Admissibility varies by jurisdiction.
---
