Agent-readable export

A clean JSON summary for judges, agents, and future rebuilds.

This replaces dirty patch fragments with a compact, portable description of the MVP state.

{
  "project": "CounterArchive",
  "version": "recovered-mvp",
  "rules": [
    "Do not store sensitive raw content on-chain.",
    "Do not infer woman identity from voice automatically.",
    "Keep locked categories separate.",
    "Gate advanced semantic transformation, not basic archive access."
  ],
  "records": [
    {
      "id": "credit-theft-001",
      "category": "Credit Theft",
      "hash": "0x91c8f9d4a1b2c70019ea",
      "metadataURI": "ipfs://counterarchive/credit-theft-001",
      "tags": [
        "authorship",
        "timestamp",
        "platform visibility"
      ]
    },
    {
      "id": "manufactured-lies-001",
      "category": "Manufactured Lies",
      "hash": "0x72af66d9014d8bce03ff",
      "metadataURI": "ipfs://counterarchive/manufactured-lies-001",
      "tags": [
        "rumor chain",
        "procedure",
        "credibility"
      ]
    },
    {
      "id": "misogyny-crimes-001",
      "category": "Misogyny Crimes",
      "hash": "0xa4c87219de9004bb88ae",
      "metadataURI": "ipfs://counterarchive/misogyny-crimes-001",
      "tags": [
        "evidence chain",
        "authority",
        "memory"
      ]
    },
    {
      "id": "other-001",
      "category": "Other",
      "hash": "0xb602a3dd4400ef119c0a",
      "metadataURI": "ipfs://counterarchive/other-001",
      "tags": [
        "review needed",
        "taxonomy",
        "contribution"
      ]
    }
  ]
}