generate_verification_plan
Generate a tiered verification plan covering structural, behavioral, and adversarial checks for impacted nodes, with risk-ranked targets and truncation handling.
Instructions
Generates a tiered verification plan for every impacted node. Tier 1 is structural (lint, schema, types), Tier 2 behavioral (contracts, integration boundaries), Tier 3 adversarial (concurrency, idempotency, retries, replay, partial failure). Directives are templates parameterized by node id — for concrete failure scenarios use generate_adversarial_probes instead. Returns tier counts plus up to 200 targets ranked by node risk, with a 'truncated' field when there are more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||