Hub
Life commitments — soft reminder suggestions
After Life ingest, rule-based extractor proposes reminder candidates with citations — accept creates a reminder; dismiss clears the inbox (Mem Agent-style, no screen recording).
Before you start
- Life notebook enabled with recent ingest (notes or history).
- Hub Self tab for inbox UI.
Steps
- 1
New Life source with commitment phrasing («I will…», «напомни…», «by Friday») → candidate appears in Self → Life commitments card.
- 2
Each row shows citation snippet + source link — read before accepting.
- 3
Accept — POST /v1/self/life/commitments/{id}/accept creates a one-shot reminder via reminder bridge.
- 4
Dismiss — POST …/dismiss removes candidate without creating a reminder.
- 5
Training opt-out blocks LLM-heavy branches; rule extractor still runs on your private Life text.
- 6
Calendar-aware: ritual nudges skip when UserCalendarBusyNow during busy blocks (self_context_calendar).
Common mistakes
- Not ambient monitoring — only text you already synced into Life.
- GET /v1/self/life/query complements commitments for «show me last week by project».
- Team admins cannot see your commitment inbox — personal Self boundary.