Policy commands have moved
The standalonemnemom 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
- Define your alignment card in YAML, including
capabilities,enforcement, andescalation_triggerssections - Validate locally:
mnemom card validate card.yaml - Evaluate against tools:
mnemom card evaluate card.yaml --tools mcp__browser__navigate,mcp__slack__post_message - Publish:
mnemom card publish card.yaml --agent my-agent
See also
- CLI Reference — Full CLI command reference including
card evaluate - Card Management — Creating and managing alignment cards with embedded policy
- CI/CD Policy Gates — Integrating card evaluation into CI/CD