Skip to main content

Policy commands have moved

The standalone mnemom policy commands have been removed. Policy — capability mappings, forbidden rules, escalation triggers, and defaults — is now defined directly in the alignment card using the unified schema.

What changed

New workflow

  1. Define your alignment card in YAML, including capabilities, enforcement, and escalation_triggers sections
  2. Validate locally: mnemom card validate card.yaml
  3. Evaluate against tools: mnemom card evaluate card.yaml --tools mcp__browser__navigate,mcp__slack__post_message
  4. Publish: mnemom card publish card.yaml --agent my-agent

See also