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 a settled status before the starting proposal becomes implementable, with each prerequisite's current status. Accepts both merged CIPs ("CIP-0005", "5") and open-PR drafts ("PR-203"). Celestia 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. "5", "CIP-0005", or "PR-203". |