Skip to main content

memanto detect-conflicts

Runs the LLM conflict-detection pass over the day’s session memories and writes the JSON report to ~/.memanto/conflicts/. This is the same work the schedule job performs. Resolve the detected conflicts interactively with memanto conflicts.
Options:
  • -d, --date TEXT - Date in YYYY-MM-DD format (defaults to today, UTC)
  • -a, --agent TEXT - Agent identifier (defaults to active agent)
Examples: Detect conflicts for the active agent, today:
Detect conflicts for a specific agent and date:
Output:
If no session data exists for the date, the command reports No sessions found for conflict detection. instead. Notes:
  • Requires an active agent, or pass --agent explicitly.
  • This command only detects and reports conflicts — it does not resolve them. Use memanto conflicts to resolve.
  • Backed by the Generate Conflict Report API endpoint.