get_tutorial_path
Reconstruct tutorial paths from any section by detecting next/prev keys, inline links, or numeric prefixes. Returns ordered sequence of sections and detection strategy.
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 |