hicortex_ingest
Store a new memory in long-term storage for explicitly requested knowledge, decisions, or learnings, with optional links to correct or supersede existing memories.
Instructions
Store a new memory in long-term storage. Use for Knowledge, Decisions, or Learnings. Capture is automatic (nightly) — use this ONLY for explicitly requested learnings, never routine content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Memory content to store | |
| project | No | Project this memory belongs to | |
| corrects | No | ID (8-char prefix or full UUID) of an existing memory this one CORRECTS — records a corrected_by link and retracts the old memory (deterministic, no LLM). Mutually exclusive with supersedes. | |
| supersedes | No | ID (8-char prefix or full UUID) of an existing memory this one SUPERSEDES — records a superseded_by link and marks the old memory superseded (deterministic, no LLM). Mutually exclusive with corrects. | |
| memory_type | No | Type of memory (default: Experience). Accepted: Knowledge/Experience/Decisions/Learnings (legacy raw enum also accepted, normalized to the canonical term). |