PAIDEIA__build_course_index
Converts markdown files into a draft course-index with summary, patterns, and coverage. Supports forced regeneration and weak zone hints.
Instructions
PAIDEIA namespace alias for build_course_index. Use this exact name when Alt searches for PAIDEIA__build_course_index. Inventory converted/ markdown files and write a draft course-index/{summary,patterns,coverage}.md baseline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Regenerate course-index/{summary,patterns,coverage}.md even if those files already exist. | |
| weak_zones | No | Free-form hints about weak areas; passed through. | |
| project_root | No | Absolute path to the course project root. Defaults to the server's CWD when omitted; set this explicitly if the user has cd'd between courses within the same Codex session. |