-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Companion Claims
github-actions[bot] edited this page Aug 16, 2026
·
2 revisions
Lists the extracted claims, newest first, with the latest verdict where one exists.
Usage:
ed companion claims [--json] [--endpoint <url>] [--limit <n>]
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 to list. |
--json shape:
[
{
"assertedAt": "2026-03-14T00:00:00Z",
"claimType": "progress",
"id": "77b7a0e2-4a37-4b3f-8b0f-0a9d1c2c8e21",
"statement": "Shipped the auth refactor this week.",
"testable": true,
"verdict": "corroborated",
"verdictNote": "Commits to the auth paths land in the same week."
}
]verdict and verdictNote are null until a corroboration pass has judged the claim.
Examples:
$ ed companion claims --limit 1
1. [progress] -> corroborated Shipped the auth refactor this week.
Commits to the auth paths land in the same week.
Behaviour: read-only.
-
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