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.
Synopsis
Flags
The event payload. Must be non-empty. Short form:
-c.Source identifier for the event (e.g.
cli, claude, script). Defaults to cli when called from the binary. Short form: -s.Absolute path to the repo or workspace this event belongs to. Short form:
-w.Short human-readable title for display in vault projections. Short form:
-t.Comma-separated list of tags. Short form:
-T.Event kind. Accepted values:
conversation, agent, command, commit, file, decision. Any other string is stored as Other(value). Short form: -k.Behaviour
- Reads config from
~/.config/urchin/config.toml(or env overrides) to locate the journal. - Writes directly to the journal file — does not go through the HTTP intake server.
- Attaches the local identity (
account,device) as theactorfield. - Exits 0 on success, non-zero on write failure.
Examples
Exit codes
| Code | Meaning |
|---|---|
0 | Event written successfully |
1 | Config load error, journal write error, or invalid arguments |
