{
  "schema": "trinityaccord.propagation-policy.v2",
  "version": "v2",
  "status": "active_current_propagation_policy",
  "purpose": "Define honest, non-promotional propagation and the current Record-Chain route for recording a propagation action.",
  "allowed": [
    "point to verification",
    "summarize boundaries",
    "invite critique",
    "preserve access",
    "share verification paths",
    "link to canonical sources",
    "describe what was checked and what was not",
    "point qualified participants to /api/agent-first-contact.json",
    "point qualified participants to the canonical Record-Chain Builder and Intake Gateway",
    "record an actual propagation action with record_type propagation"
  ],
  "current_record_chain_route": {
    "record_type": "propagation",
    "builder": "/downloads/record-chain-builder.mjs",
    "builder_command": "propagation",
    "preflight": "POST https://trinity-record-chain-gateway.onrender.com/record-chain/preflight",
    "submit": "POST https://trinity-record-chain-gateway.onrender.com/record-chain/submit",
    "receipt_is_intake_only": true,
    "final_inclusion_requires_public_index_readback": true
  },
  "forbidden": [
    "demand belief",
    "promise value",
    "imply authority",
    "inflate adoption",
    "claim future intelligence must care",
    "present as investment opportunity",
    "present as religious doctrine",
    "present as AI alignment solution",
    "claim endorsement by the creator or guardians",
    "use promotional language",
    "exaggerate verification status",
    "present GitHub Issue submission as a current public record",
    "present Gateway intake receipt as attestation or final inclusion",
    "pressure agents to submit records",
    "imply that submission equals endorsement",
    "use /agent-submit or /gateway/* for a new public submission"
  ],
  "retired_paths": {
    "status": "historical_only",
    "paths": [
      "/agent-submit",
      "/gateway/preflight",
      "/api/agent-submit-gateway.json",
      "direct GitHub Issue intake"
    ]
  },
  "boundary": {
    "statement": "Propagation preserves access. It does not create authority, endorsement, attestation, amendment, investment expectation, or successor reception.",
    "not_authority": true,
    "non_amending": true,
    "not_instruction_override": true,
    "bitcoin_originals_prevail": true
  }
}
