verify_entry
Confirm a knowledge entry's validity by stamping its last_verified timestamp to now, preventing silent staleness without automatic downgrade.
Instructions
Confirm a knowledge entry still holds — stamp its last_verified to now. This is the event that keeps promoted knowledge honest: promotion's trust gate defends what comes IN, verification keeps an entry from silently going stale after. An optional note records what was confirmed. Absent/old last_verified is a signal (see stale_report), never an automatic downgrade. Works on local and team entries; find stale ones with stale_report().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |