get_doc_coverage
Check which jcodemunch symbols are documented by comparing symbol IDs against section titles in a documentation index. Returns documented, undocumented, and coverage percentage.
Instructions
Check which jcodemunch symbols have matching documentation in this doc index. Given a list of jcodemunch symbol IDs, reports which symbols are mentioned in section titles (documented) vs absent (undocumented). Bridges jcodemunch <-> jdocmunch. symbol_ids capped at 200. Output: {documented, undocumented, coverage_pct}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Doc repo identifier (owner/repo or just repo name) | |
| symbol_ids | Yes | List of jcodemunch symbol IDs to check coverage for |