detect_cip_dependency_chain
Walk the CIP requires: graph from a starting CIP or PR draft. Returns the full chain of prerequisites that must reach Final before the starting proposal becomes implementable, with each prerequisite's current status. Accepts both approved CIPs ("CIP-0112", "0112") and dev-fund PR drafts ("PR-203"). Canton governance only. Use when planning around a CIP that hasn't shipped yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cip_id | Yes | Starting CIP or PR id, e.g. "0112", "CIP-0112", or "PR-203". |