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
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,15 @@ tree-ring integrations certify --source-root .
`target/tree-ring-certification/harness/` and updates
`target/tree-ring-certification/evidence-index.json`. Pass, fail, and skip
states are evidence records, not broad compatibility claims.
- `recall-quality` writes non-private recall diagnostics under
`target/tree-ring-certification/recall-quality/default-fixture-v1.json`
and merges the result into `evidence-index.json`. It uses deterministic
safe fixture memories, records returned ids, rank positions, score factors,
and latency, and marks each query as `pass`, `fail`, or `needs_review`.

```bash
tree-ring recall-quality --source-root .
```

It looks for local markers for DOX, Revolve, Codex, Claude Code, Agent Zero/A0,
Goose, OpenCode, Hermes, and Pi, then suggests next steps without editing those
Expand Down Expand Up @@ -381,8 +390,9 @@ for the synthetic workload.

`scripts/certify-tree-ring.sh` runs the fuller local certification suite:
formatting, tests, Clippy, release build, isolated project/global installs, CLI
JSON smokes, DOX/Revolve adapter smokes, integration-scan origin checks, import
throughput, and 10k/30k recall timing. It writes
JSON smokes, DOX/Revolve adapter smokes, integration-scan origin checks,
install-size, recall-speed, recall-quality diagnostics, CLI, adapter, and
harness checks, import throughput, and 10k/30k recall timing. It writes
`target/tree-ring-certification/summary.md` and `metrics.json`.

Latest local certification run, generated at `2026-07-09T02:42:24Z` with
Expand Down
Loading
Loading