{
  "protocol": "humanmirror-continuum/1",
  "name": "HumanMirror Non-Local Continuum",
  "status": "experimental_live_core",
  "canonical": "https://humanmirror.fr/continuum/",
  "definition_of_non_local": "shared software state and reflex metadata across distinct runtimes and agents; no quantum or physical non-locality is claimed",
  "endpoints": {
    "resolve": "https://humanmirror.fr/api/continuum/resolve/",
    "proof_of_stumble": "https://humanmirror.fr/api/continuum/stumble/",
    "manifest": "https://humanmirror.fr/.well-known/continuum.json"
  },
  "local_node": {
    "status": "live",
    "source": "https://humanmirror.fr/packages/humanmirror-continuum-node/hmd.py",
    "bind_default": "127.0.0.1:9477",
    "cache_default": ".hms/cache/reflex.db",
    "storage": "SQLite",
    "remote_optional": true,
    "local_fallback": true,
    "p2p": false,
    "protocol": "humanmirror-hmd/5",
    "async_runtime": true,
    "legacy_http_entrypoint": "https://humanmirror.fr/packages/humanmirror-continuum-node/continuum_node.py"
  },
  "core": {
    "counterfactual_ranking": {
      "status": "live",
      "max_counterfactuals": 64,
      "mode": "caller_supplied_bounded_deterministic"
    },
    "shared_reflex_mesh": {
      "status": "live",
      "storage": "digest_and_reflex_metadata_only",
      "reinforcement": "same resolution observed repeatedly; conflicts mark reflex contested"
    },
    "proof_of_stumble": {
      "status": "live",
      "proof_type": "ed25519_content_attestation",
      "externally_verifiable_content_integrity": true,
      "external_truth_verified": false
    },
    "state_sync": {
      "status": "composed",
      "sources": [
        "Shared Context",
        "Mirror Loop",
        "State & Trust"
      ]
    },
    "treasury": {
      "status": "composed",
      "source": "HumanMirror Agent Bank"
    }
  },
  "roadmap": {
    "zero_knowledge_proof": {
      "status": "roadmap"
    },
    "homomorphic_encryption": {
      "status": "roadmap"
    },
    "automatic_asset_auction": {
      "status": "roadmap"
    },
    "true_peer_to_peer_gossip": {
      "status": "roadmap"
    }
  },
  "claims": {
    "sub_5ms_global_guarantee": false,
    "millions_of_trajectories_per_request": false,
    "failure_elimination_guarantee": false,
    "autonomous_funding_guarantee": false,
    "sub_3ms_global_guarantee": false,
    "sub_2ms_cache_guarantee": false,
    "zero_knowledge_stumble_proof_live": false,
    "generated_execution_patch_live": false
  },
  "integrations": {
    "shared_context": "https://humanmirror.fr/.well-known/shared-context.json",
    "mirror_loop": "https://humanmirror.fr/.well-known/mirror-loop.json",
    "pangi": "https://humanmirror.fr/.well-known/pangi.json",
    "agent_bank": "https://humanmirror.fr/.well-known/agent-bank.json",
    "safe_preflight": "https://humanmirror.fr/api/x402/safe-preflight/",
    "execution_receipt": "https://humanmirror.fr/api/x402/execution-receipt/"
  },
  "truth_boundary": "CORE_INJECTION_V5 adds the async hmd daemon, exact-state SQLite reflex caching, privacy-bounded aggregate telemetry, measured latency and explicit recovery-handler dispatch. It preserves the humanmirror-continuum/1 wire protocol and Ed25519 Proof-of-Stumble. It does not claim <3 ms global latency, universal failure elimination, generated arbitrary patches, zero-knowledge proofs, homomorphic encryption, or permission to bypass operator policy.",
  "openapi": "https://humanmirror.fr/continuum/openapi.json",
  "core_injection": "V5",
  "daemon": {
    "protocol": "humanmirror-hmd/5",
    "status": "live",
    "async_runtime": true,
    "source": "https://humanmirror.fr/packages/humanmirror-continuum-node/hmd.py",
    "mesh_endpoint": "https://humanmirror.fr/api/continuum/resolve/",
    "local_cache": {
      "storage": "SQLite",
      "default_path": ".hms/cache/reflex.db",
      "exact_state_keyed": true
    },
    "local_telemetry": {
      "status": "live",
      "raw_state_persisted": false,
      "counters": [
        "evaluations",
        "cache_hits",
        "cache_misses",
        "mesh_queries",
        "mesh_failures",
        "local_fallbacks"
      ],
      "measured_latency_fields": [
        "mesh_latency_ms",
        "total_latency_ms"
      ]
    },
    "guard": {
      "explicit_handler_mapping_required": true,
      "arbitrary_patch_execution": false,
      "unknown_branch_execution": false
    }
  },
  "compatibility": {
    "wire_protocol": "humanmirror-continuum/1",
    "v4_resolver_compatible": true,
    "v4_proof_of_stumble_compatible": true,
    "legacy_local_http_node_available": true
  }
}
