delimit_ledger
Query and filter events from an append-only contract ledger to track API usage and repository changes while optionally validating hash chain integrity.
Instructions
Query the append-only contract ledger (hash-chained JSONL).
Args: ledger_path: Path to the events.jsonl ledger file. api_name: Filter events by API name. repository: Filter events by repository. validate_chain: Validate hash chain integrity.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ledger_path | Yes | ||
| api_name | No | ||
| repository | No | ||
| validate_chain | No |