MAP Docs
MIMESIS

Operations

Every operation on MIMESIS.

The full operation table for MIMESIS. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/mimesis-lib crate.

Index

OperationSummary
surfaceSurface a pattern from the historical record: what has the institution done repeatedly?
precedentCite a precedent for a current decision; ranked similar cases with outcomes.
formalizePropose formalization of a custom into explicit policy via MAXIM.

Reference

surface

Surface a pattern from the historical record: what has the institution done repeatedly?

FieldValue
Capabilitymap.mimesis.surface
IdempotentYes
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

precedent

Cite a precedent for a current decision; ranked similar cases with outcomes.

FieldValue
Capabilitymap.mimesis.precedent
IdempotentYes
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

formalize

Propose formalization of a custom into explicit policy via MAXIM.

FieldValue
Capabilitymap.mimesis.formalize
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page