Health-check your meeting knowledge for contradictions, stale commitments, and decision conflicts. Use when the user asks "any conflicts in my meetings", "check for stale action items", "lint my meetings", "consistency check", "are there contradictions", or wants to audit their decision history.
Run a consistency check across all meetings to find decision conflicts and stale commitments.
Run the consistency check:
minutes consistency --stale-after-days 14
Optional filters:
--owner <name> — limit to commitments assigned to a specific person--stale-after-days <N> — change the staleness threshold (default: 7)Parse the JSON output and present it as readable markdown.
For each conflict, show:
**Topic: {topic}**
- Latest: "{latest decision text}" — *{meeting title}* ({date})
- Prior: "{prior decision text}" — *{meeting title}* ({date})
- **Status**: These decisions may contradict each other.
For each stale item, show:
- [ ] **@{who}**: {task} (due {due_date}, {age_days} days overdue)
- Last discussed: *{meeting title}* ({date})
If no conflicts and no stale commitments, say: "No decision conflicts or stale commitments found across your meetings. Everything looks consistent."
/minutes-debrief on the most recent conflicting meeting, or /minutes-search "{topic}" to review the full decision historyminutes commitments --person "{name}"minutes people --rebuild to refresh the index