MAP Docs
MIMESIS

CLI

`map invoke MIMESIS` recipes for every operation.

The CLI is a Rust binary at services/map-cli. After map login you can dispatch any operation on MIMESIS from the shell.

Common flags

FlagEffect
--input <json>Operation payload (or read from stdin)
--version v1.0.0Pin a specific protocol version
--idempotency-key <k>Required for safe retries of state-changing ops
--audit-tailPrint the audit record(s) produced
--output humanPretty-print response (default: json)

Recipes

surface

map invoke MIMESIS surface --input '{"example":true}'

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

Capability: map.mimesis.surface

precedent

map invoke MIMESIS precedent --input '{"example":true}'

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

Capability: map.mimesis.precedent

formalize

map invoke MIMESIS formalize --input '{"example":true}'

Propose formalization of a custom into explicit policy via MAXIM.

Capability: map.mimesis.formalize

See CLI reference for global flags, login, MCP integration.

On this page