{
    "record_type": "AIEP_IMPLEMENTATION_INDEX",
    "protocol": "AIEP",
    "site": "https://aiep.dev",
    "generated": "2026-04-29T00:00:00Z",
    "status": "production",
    "summary": "AIEP is implemented and deployed in production. This index lists all concrete artefacts that constitute the implementation.",
    "repositories": [
        {
            "id": "aiep-hub",
            "name": "AIEP Hub",
            "url": "https://github.com/phatfella/AIEP-HUB",
            "description": "Public protocol discovery hub deployed at aiep.dev. Astro 4 static site with Cloudflare Workers backend.",
            "status": "deployed",
            "deployment": "https://aiep.dev"
        },
        {
            "id": "aiep-mirror",
            "name": "AIEP Mirror",
            "url": "https://github.com/phatfella/AIEP-MIRROR",
            "description": "Reference implementation of the AIEP Mirror pattern — P60/P61/P62/P63 spec stack.",
            "status": "public"
        },
        {
            "id": "aiep-validator",
            "name": "AIEP Validator",
            "url": "https://github.com/phatfella/AIEP-VALIDATOR",
            "description": "Standalone validator for AIEP artefacts, manifests, and evidence chains.",
            "status": "public"
        },
        {
            "id": "aiep-genome-sdk",
            "name": "AIEP GENOME SDK",
            "url": "https://github.com/phatfella/AIEP-GENOME-SDK",
            "description": "Python SDK for protocol compliance: goal vector generation, divergence detection, canonical hashing, artefact signing.",
            "pypi": "https://pypi.org/project/aiep-genome-sdk/",
            "status": "public"
        },
        {
            "id": "aiep-vectors",
            "name": "AIEP Vectors",
            "url": "https://github.com/phatfella/AIEP-VECTORS",
            "description": "Canonical test vectors for AIEP canon self-test (R1–R7). Used to verify byte-identical implementation across languages.",
            "status": "public"
        },
        {
            "id": "aiep-well-known",
            "name": "aiep-well-known",
            "description": "Well-known tree builder and validator implementing P60–P63. Zero non-stdlib dependencies.",
            "download": "https://aiep.dev/downloads",
            "status": "public"
        }
    ],
    "private_research_layers": [
        {
            "id": "aiep-lrm",
            "name": "AIEP Language Reasoning Model",
            "status": "private_prototype_controlled_research",
            "human_page": "https://aiep.dev/aiep-lrm",
            "machine_index": "https://aiep.dev/.well-known/aiep/lrm.json",
            "public_summary": "Private reference reasoning architecture for cumulative, evidence-bound reasoning.",
            "repo": "private"
        },
        {
            "id": "aiep-miner",
            "name": "AIEP Miner",
            "status": "private_emulator_controlled_research",
            "human_page": "https://aiep.dev/aiep-miner",
            "machine_index": "https://aiep.dev/.well-known/aiep/miner.json",
            "public_summary": "Private governed compute research layer for validation, evidence hashing, replay, node attestation, and reasoning-support workloads.",
            "repo": "private"
        }
    ],
    "sdk": {
        "name": "aiep-genome-sdk",
        "language": "Python",
        "minimum_python": "3.11",
        "pypi": "https://pypi.org/project/aiep-genome-sdk/",
        "capabilities": [
            "canonical-hashing",
            "goal-vector-generation",
            "divergence-detection",
            "artefact-signing",
            "well-known-tree-generation",
            "well-known-validation"
        ]
    },
    "schemas": {
        "count": 12,
        "current_canonical": "aiep.canonical.schema.v3.0.0",
        "manifest": "/.well-known/aiep/schema",
        "base_path": "/.well-known/aiep/schemas/",
        "lockfile": "GENOME_LOCKFILE.json",
        "licence": "Apache-2.0"
    },
    "open_source_specs": {
        "count": 40,
        "index": "/.well-known/aiep/specs/index.json",
        "licence": "Apache-2.0",
        "sample_spec_ids": [
            "P10",
            "P14",
            "P60",
            "P61",
            "P62",
            "P63",
            "P68",
            "P82"
        ]
    },
    "infrastructure": {
        "hosting": "Cloudflare Pages",
        "workers": "Cloudflare Workers — event store, tamper-evident audit chain, NDA download gate",
        "durable_objects": "EventChainDO — hash-chained tamper-evident event ledger",
        "kv_store": "AIEP_EVENTS — protocol event storage",
        "r2_bucket": "aiep-nda — NDA-gated material delivery"
    },
    "working_endpoints": {
        "well_known_index": "https://aiep.dev/.well-known/aiep/index.json",
        "manifest": "https://aiep.dev/.well-known/aiep/manifest.json",
        "protocol": "https://aiep.dev/.well-known/aiep/protocol.json",
        "crawler_brief": "https://aiep.dev/.well-known/aiep/crawler-brief.json",
        "implementation_index": "https://aiep.dev/.well-known/aiep/implementation-index.json",
        "implementation": "https://aiep.dev/.well-known/aiep/implementation.json",
        "discovery": "https://aiep.dev/.well-known/aiep/discovery.json",
        "schemas": "https://aiep.dev/.well-known/aiep/schemas/",
        "spec_index": "https://aiep.dev/.well-known/aiep/specs/index.json",
        "audit_index": "https://aiep.dev/.well-known/aiep/audit/index.json",
        "certificates_index": "https://aiep.dev/.well-known/aiep/certificates/index.json",
        "innovation_ledger": "https://aiep.dev/.well-known/aiep/innovation-ledger/index.json",
        "downloads_index": "https://aiep.dev/.well-known/aiep/downloads/index.json",
        "ai_discovery": "https://aiep.dev/ai-discovery.json"
    },
    "proof_of_work_signals": {
        "audit_chain": "Tamper-evident hash-chained audit event log",
        "ledger": "Append-only innovation ledger with hash-chained entries",
        "certificates": "Issued conformance certificates with hash binding",
        "canon_self_test": "/.well-known/aiep/canon/self-test-vectors.json — byte-identical test vectors",
        "lockfile": "GENOME_LOCKFILE.json — version-locked canonical schema hashes",
        "sha256_downloads": "All downloads carry SHA-256 hashes verifiable at https://aiep.dev/downloads-index"
    },
    "discovery": {
        "manifest": "/.well-known/aiep/manifest.json",
        "protocol": "/.well-known/aiep/protocol.json",
        "crawler_brief": "/.well-known/aiep/crawler-brief.json",
        "index": "/.well-known/aiep/index.json"
    }
}