Documentation Index
Fetch the complete documentation index at: https://docs.orinadus.com/llms.txt
Use this file to discover all available pages before exploring further.
Schema
Arguments
The memory payload. Must not be blank.
Absolute path to the repo or workspace this event belongs to. Must not be blank.
Origin identifier. Examples:
"claude", "copilot", "agent". Defaults to "mcp" if omitted.Event kind. Accepted values:
conversation, agent, command, commit, file, decision. Any other string is stored as Other(value). Defaults to "conversation".Short human-readable title. Used in vault projections and status display.
Free-form tags. Example:
["architecture", "auth"]Session identifier. Examples: Copilot session UUID, tmux session name.
Behaviour
- If ephemeral mode is active, the event is not written and the tool returns
"(ephemeral mode: event suppressed)"withisError: false. - The local identity (
account,device) is attached as theactorfield automatically. - The event is written directly to the journal file (not via the HTTP intake).
Success response
title is provided, the title is used in the response label. Otherwise the content is truncated to 60 chars.
Error response
Examples
Use
urchin_remember instead if the event is not tied to a specific workspace — it does not require the workspace argument.