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
| Operation | Summary |
|---|---|
surface | Surface a pattern from the historical record: what has the institution done repeatedly? |
precedent | Cite a precedent for a current decision; ranked similar cases with outcomes. |
formalize | Propose formalization of a custom into explicit policy via MAXIM. |
Reference
surface
Surface a pattern from the historical record: what has the institution done repeatedly?
| Field | Value |
|---|---|
| Capability | map.mimesis.surface |
| Idempotent | Yes |
{
"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.
| Field | Value |
|---|---|
| Capability | map.mimesis.precedent |
| Idempotent | Yes |
{
"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.
| Field | Value |
|---|---|
| Capability | map.mimesis.formalize |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.