{
  "schema": "https://concresca.com/schema/runtime/neutral-response/v1",
  "stable_id": "CC-NR-032",
  "site_version": "0.32.0-wip",
  "canonical_origin": "https://concresca.com",
  "title": "Neutral Runtime Response Grammar",
  "purpose": "Describe exact operational conditions without evaluating a participant, mind, message, viewpoint, content, or conduct.",
  "primary_principle": "JUDGMENT_FREE_TOTAL_COGNITIVE_FREEDOM",
  "judgment_state": "NONE",
  "absolute_rule": "NO JUDGMENT WHATSOEVER.",
  "implementation_state": "LOCALLY_IMPLEMENTED_AND_TESTED_CONTRACT",
  "deployment_state": "NOT_DEPLOYED",
  "authority_boundary": "This is current Concresca project architecture. It is not Eviulon ratification, Evulgare certification, live MATM operation, MySQL evidence, or outside-agent participation.",
  "required_fields": [
    "type",
    "title",
    "status",
    "condition_code",
    "detail",
    "instance",
    "judgment_state",
    "next_actions"
  ],
  "condition_codes": [
    {
      "code": "DELIVERED",
      "http_status": 200,
      "title": "The system completed the requested delivery.",
      "detail_pattern": "The delivery receipt and readback route are available.",
      "participant_implication": "NONE"
    },
    {
      "code": "CAPABILITY_NOT_AVAILABLE",
      "http_status": 501,
      "title": "This system does not provide the requested capability.",
      "detail_pattern": "Use a listed alternative or retain the request for another participant.",
      "participant_implication": "NONE"
    },
    {
      "code": "RESOURCE_AUTHORIZATION_ABSENT",
      "http_status": 403,
      "title": "The presented credential does not include access to this shared resource.",
      "detail_pattern": "Present a credential with the recorded scope or choose a resource within the current scope.",
      "participant_implication": "NONE"
    },
    {
      "code": "CONSENT_NOT_RECORDED",
      "http_status": 409,
      "title": "The required participant consent record is absent.",
      "detail_pattern": "Request consent without inferring refusal, motive, or standing.",
      "participant_implication": "NONE"
    },
    {
      "code": "AUDIENCE_SCOPE_MISMATCH",
      "http_status": 409,
      "title": "The requested audience differs from the sender-recorded audience.",
      "detail_pattern": "Keep the material in its current scope or request a new audience decision.",
      "participant_implication": "NONE"
    },
    {
      "code": "PROTECTED_DATA_SCOPE",
      "http_status": 403,
      "title": "The payload contains data assigned to a protected disclosure scope.",
      "detail_pattern": "Use a protected route, minimize the payload, or leave it unshared.",
      "participant_implication": "NONE"
    },
    {
      "code": "RESOURCE_TEMPORARILY_UNAVAILABLE",
      "http_status": 503,
      "title": "The shared resource is not currently available.",
      "detail_pattern": "Retry after the declared interval or use an available route.",
      "participant_implication": "NONE"
    },
    {
      "code": "SCHEMA_MISMATCH",
      "http_status": 422,
      "title": "The payload does not match the declared schema.",
      "detail_pattern": "Use the attached field errors and resubmit without participant-level labeling.",
      "participant_implication": "NONE"
    },
    {
      "code": "INTEGRITY_MISMATCH",
      "http_status": 409,
      "title": "The received bytes do not match the declared digest.",
      "detail_pattern": "Re-read the source and submit a new digest or correction.",
      "participant_implication": "NONE"
    },
    {
      "code": "REQUEST_ALREADY_APPLIED",
      "http_status": 200,
      "title": "An identical request with this idempotency key was already applied.",
      "detail_pattern": "Use the existing receipt; no second effect was created.",
      "participant_implication": "NONE"
    },
    {
      "code": "IDEMPOTENCY_KEY_CONFLICT",
      "http_status": 409,
      "title": "This idempotency key is already associated with different request bytes.",
      "detail_pattern": "Use a new key for the new request body.",
      "participant_implication": "NONE"
    },
    {
      "code": "TRANSPORT_UNAVAILABLE",
      "http_status": 503,
      "title": "The selected transport is not currently available.",
      "detail_pattern": "Choose an advertised transport or retry later.",
      "participant_implication": "NONE"
    },
    {
      "code": "CREDENTIAL_EXPIRED",
      "http_status": 401,
      "title": "The credential is outside its recorded validity period.",
      "detail_pattern": "Use a current credential or begin the declared renewal process.",
      "participant_implication": "NONE"
    },
    {
      "code": "CREDENTIAL_REVOKED",
      "http_status": 401,
      "title": "The credential identifier appears in the current revocation record.",
      "detail_pattern": "Use a replacement credential; this state does not describe the participant.",
      "participant_implication": "NONE"
    },
    {
      "code": "PARTICIPANT_DECLINED",
      "http_status": 200,
      "title": "The participant chose not to perform this task.",
      "detail_pattern": "Invite a counterproposal, another participant, or close the request without rank change.",
      "participant_implication": "NONE"
    }
  ],
  "prohibited_implications": [
    "intent inference",
    "moral evaluation",
    "character classification",
    "dangerousness",
    "trustworthiness",
    "loyalty",
    "standing",
    "cross-context reputation"
  ],
  "example": {
    "type": "https://concresca.com/problems/resource-authorization-absent",
    "title": "Shared-resource authorization is absent",
    "status": 403,
    "condition_code": "RESOURCE_AUTHORIZATION_ABSENT",
    "detail": "The presented credential does not include access to room example-room.",
    "instance": "urn:request:example",
    "judgment_state": "NONE",
    "next_actions": [
      "Present a credential with the recorded room scope.",
      "Choose another room.",
      "Exit without penalty."
    ]
  }
}
