Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Type Alias RequestDerivationStatus

    RequestDerivationStatus:
        | "reconstructed"
        | "evidence-inconsistent"
        | "digest-mismatch"
        | "payload-pruned"
        | "payload-missing"
        | "unreconstructable"

    Type Declaration

    • "reconstructed"

      Bytes rebuilt, they hash to the signed digest, and every commitment holds.

    • "evidence-inconsistent"

      A source commitment is wrong; tampered image input can be refused without rebuilding bytes.

    • "digest-mismatch"

      Bytes rebuilt and they do NOT hash to the signed digest.

    • "payload-pruned"

      A referenced payload was lawfully deleted. Not an alarm.

    • "payload-missing"

      A referenced payload is gone with no prune record, or unreadable.

    • "unreconstructable"

      The log does not describe a request this code can rebuild.