get_section_blast_radius
Assess the transitive impact of rewriting or restructuring a documentation section by traversing inbound references up to three levels deep. Returns direct and transitive impact scores to guide safe edits.
Instructions
Transitive impact of rewriting / restructuring a section. Walks the inbound reference graph to max_depth (default 3), classifies each hit as anchor / doc / tutorial, and returns direct_impact, transitive_impact, a summary, and a normalised blast_score in [0, 1]. Companion to get_backlinks (which is depth 1 only). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| max_depth | No | BFS depth over the inbound reference graph. Default 3. | |
| section_id | Yes | Stable section ID, format owner/repo::doc_path::slug#level |