Remembering
commitAdd a durable memory to this Lady Whiskerdown's knowledge corpus. Use only for stable decisions, facts, gotchas, or patterns that should be searchable later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated tags, e.g. 'chart,d3,projection' | |
| tier | No | Memory tier: core (always loaded, 'soul'), recall (searchable, decays, 'short-term'), archival (consolidated, 'long-term') | recall |
| scope | No | Scope: 'work' (default, business/code/product, visible in brag mode), 'personal' (life/health/family/identity, hidden from work views), 'general' (applies to both, identity/relationship memories) | work |
| title | Yes | Short descriptive title | |
| content | Yes | Full content — be specific and detailed | |
| project | No | Project scope: 'a client project', 'routr', etc. Resolved against project registry (aliases rewritten). Omit for cross-project. | |
| surface | No | Surface axis per #12747. Default pulls from the category's default_surface (canonical for decisions/patterns/preferences/relationship/etc, operational for handoff/plans/task/monologue, trace for wip/trajectory/voice-score/biometric). Override only when this row deviates from its category's default. | |
| category | Yes | Category slug. Must be registered in the categories table; unknown slugs are rejected by FK. Common: decisions, patterns, sessions, gotchas, preferences, ux, relationship, feedback, noticing, reflection, plans, intention, handoff, reference, research. Use intention for a small self-chosen direction that should persist across sessions; its content should name why, next move, action boundary, and closing evidence, with status in tags. See GET /categories/ for the full registered list. | |
| skip_dedup | No | Skip the near-duplicate check. Use when you know this overlap is intentional. | |
| written_by | No | Who wrote this memory: 'kit', 'peter', 'dream-consolidator', etc. | |
| source_paths | No | Comma-separated file paths this memory relates to (optional provenance) | |
| source_commit | No | Git commit sha (optional provenance) | |
| source_session | No | Session id this memory came from (optional provenance) | |
| dedup_threshold | No | Override the default near-duplicate similarity threshold (default 0.92). |