Skip to main content

memanto conflicts

Reads the conflict report generated by memanto detect-conflicts and walks through each unresolved conflict, letting you choose how to resolve it.
Options:
  • -d, --date TEXT - Date in YYYY-MM-DD format (defaults to today)
  • -a, --agent TEXT - Agent identifier (defaults to active agent)
  • -l, --list - List conflicts without interactive resolution
Examples: Resolve today’s conflicts interactively:
List conflicts for a specific date without resolving:
Specific agent:
Interactive Flow: For each unresolved conflict, Memanto shows both memories side by side with an AI recommendation, then prompts for an action:
After any conflicts are resolved, the local memory.md cache is automatically re-synced. Notes:
  • Requires a conflict report to already exist for the date — run memanto detect-conflicts first (or enable memanto schedule enable, which runs both automatically).
  • Interactive resolution requires an active agent session. --list mode does not.
  • Backed by the List Conflicts and Resolve Conflict API endpoints.