Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npx @peac/cli verify <receipt.jws>

## What It Does

`@peac/cli` provides the `peac` command for working with signed interaction receipts from the terminal. It supports verifying receipt signatures, decoding receipt contents, validating issuer configurations, managing policies, running conformance test suites, generating sample receipts, and reconciling evidence bundles.
`@peac/cli` provides the `peac` command for working with signed interaction records from the terminal. It supports verifying record signatures, decoding record contents, validating issuer configurations, managing policies, running conformance test suites, generating sample records, and reconciling evidence bundles.

## How Do I Use It?

Expand Down Expand Up @@ -86,11 +86,11 @@ peac reconcile <bundle-a.json> <bundle-b.json>

Merges two evidence bundles and detects conflicts using composite `(iss, jti)` keys with fallback resolution. Conflicts are surfaced for human decision; no auto-resolution.

### Generate sample receipts
### Generate sample records

```bash
peac samples list # List available samples
peac samples show basic-receipt # Show a specific sample
peac samples show basic-record # Show a specific sample
peac samples generate --output ./out # Generate sample files
```

Expand Down
Loading
Loading