build_course_index
Generates a draft course index by inventorying converted markdown files, creating summary, patterns, and coverage baseline documents.
Instructions
Inventory converted/ markdown files and write a draft course-index/{summary,patterns,coverage}.md baseline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weak_zones | No | Free-form hints about weak areas; passed through. | |
| force | No | Regenerate course-index/{summary,patterns,coverage}.md even if those files already exist. | |
| 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. |