chamber_verify
Detect evidence drift by re-checking pinned source hashes against the current corpus, reporting any missing or changed sources under existing conclusions.
Instructions
Re-check every stored belief's pinned sources against the corpus as it stands now, and report the ones whose evidence moved: a source that no longer exists (not_found) or whose text changed under the pin (hash_mismatch). This is drift detection — the conclusion did not change, the ground under it did. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Only check beliefs committed at or after this date (any format Date can parse, e.g. 2026-07-01). Omit to check all. |