get_tutorial_path
Reconstruct an ordered tutorial chain from a section ID by detecting frontmatter next/prev keys, inline markdown links, or numeric filename prefixes. Returns a sequence of sections with metadata.
Instructions
Reconstruct an ordered tutorial chain starting from section_id. Detects frontmatter next:/prev: keys, inline 'Next:' / 'Previous:' markdown links, or ordered numeric filename prefixes (01-intro.md). Returns chain[] of {section_id, doc_path, title} plus the strategy used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| section_id | Yes |