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.
-d, --date TEXT- Date inYYYY-MM-DDformat (defaults to today)-a, --agent TEXT- Agent identifier (defaults to active agent)
No sessions found for conflict detection. instead.
Notes:
- Requires an active agent, or pass
--agentexplicitly. - This command only detects and reports conflicts — it does not resolve them. Use
memanto conflictsto resolve. - Backed by the Generate Conflict Report API endpoint.