-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Companion Observations
Lists the behavioural record the connectors have gathered.
Usage:
ed companion observations [--json] [--endpoint <url>] [--limit <n>] [--kind <kind>]
Options:
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emits one JSON document on stdout. |
--endpoint |
URL | resolution order | Uses this Companion API base URL. |
--limit |
1 to 200 | 20 | How many observations to list. |
--kind |
stored kind string | all | Only this exact observation kind. |
--json shape:
[
{
"id": "0d5c53a4-52f0-4be3-a121-c7f3ac53f7de",
"kind": "commit",
"observedAt": "2026-08-09T09:12:44Z",
"source": "github",
"summary": "pulkitxm/edith 72d2aeb Route audio files through ed companion ingest"
}
]Each item is one observed action: source names the connector, kind the
action type, summary a one-line rendering, and observedAt when it happened.
Newest comes first. GitHub produces commit, pull_request, issue and
review; file imports add meeting, meeting_moved, play and watch;
Edith usage can add its own exact kind strings.
Examples:
$ ed companion observations --kind commit --limit 3
# KIND SUMMARY OBSERVED
1 commit pulkitxm/edith 72d2aeb Route audio files ... 2026-08-09T09:12:44Z
Behaviour: read-only; an empty record prints no observations yet.
Observations are what corroboration checks claims against, so they come from
connectors and usage records, not from notes ingested as episodes. Notion live
sync is the exception among connectors in storage shape: it writes Markdown
episodes, not observation rows.
-
ed companion, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides