verify_claim
Verify that claimed output files exist and are not stale by checking freshness against a configurable time window.
Instructions
Verify whether claimed output artifacts exist and optionally whether they are fresh enough.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim_text | Yes | Completion claim text that may contain artifact paths or backtick-wrapped filenames. | |
| search_roots | No | Roots used to relocate missing claimed paths by leaf filename. Defaults to current working directory. | |
| since_minutes | No | Freshness window in minutes. 0 disables freshness checks. | |
| task_started_at | No | Optional ISO timestamp. Claimed artifacts older than this baseline are stale. |