Curate History
Usebrv curate view to inspect past curate operations.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
id | string | No | Log entry ID to view in detail (e.g. cur-1739700001000) |
| Flag | Description | Default |
|---|---|---|
--since <time> | Show entries after this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w) | — |
--before <time> | Show entries before this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w) | — |
--status <status> | Filter by status (repeatable): cancelled, completed, error, processing | All |
--detail | Show operations for each entry in list view | false |
--limit <n> | Maximum number of entries to display | 10 |
--format <text|json> | Output format | text |
Query History
Usebrv query-log view to inspect past query operations and the knowledge files that were matched.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
id | string | No | Log entry ID to view in detail (e.g. qry-1712345678901) |
| Flag | Description | Default |
|---|---|---|
--since <time> | Show entries after this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w) | — |
--before <time> | Show entries before this time (ISO date or relative: 30m, 1h, 24h, 7d, 2w) | — |
--status <status> | Filter by status (repeatable): cancelled, completed, error, processing | All |
--tier <n> | Filter by resolution tier (repeatable): 0–4 | All |
--detail | Show matched docs for each entry in list view | false |
--limit <n> | Maximum number of entries to display | 10 |
--format <text|json> | Output format | text |
| Tier | Label | Description |
|---|---|---|
0 | exact cache hit | Result served directly from an exact cache match |
1 | fuzzy cache match | Result served from a semantically similar cached query |
2 | direct search | Knowledge retrieved via direct vector search |
3 | optimized LLM | LLM-guided search with optimized retrieval |
4 | full agentic | Full agentic search across the context tree |
Query Recall Metrics
Usebrv query-log summary to view aggregated metrics across recent queries — cache hit rate, coverage, response times, and knowledge gaps.
Flags
| Flag | Description | Default |
|---|---|---|
--last <time> | Relative time window (e.g. 1h, 24h, 7d, 30d). Takes precedence over --since | 24h |
--since <time> | Entries after this time (ISO date or relative) | — |
--before <time> | Entries before this time (ISO date or relative) | — |
--format <text|json|narrative> | Output format | text |