changed
Identify changed entities in an ingested repo and retrieve next actions for reverification or impact analysis.
Instructions
List changed entities for an ingested repo and get the ready-to-call reverify/impact next actions. Local-only; may initialize .weft/heddle state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| rev_range | No | ||
| base_ref | No | ||
| head_ref | No | ||
| filters | No | ||
| sort_by | No | ||
| sort_order | No | ||
| limit | No | ||
| cursor | No | ||
| include_next_actions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | ||
| ok | Yes | ||
| query | Yes | ||
| data | Yes | ||
| warnings | Yes | ||
| next_actions | Yes | ||
| enrichment | Yes | ||
| meta | Yes |