save_course_index
Save model-generated analysis outputs—summary, patterns, and coverage—to course-index files in one call. Specify project root and optional overwrite.
Instructions
Save model-generated analyze outputs to course-index/summary.md, course-index/patterns.md, and course-index/coverage.md in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| summary_md | Yes | ||
| patterns_md | Yes | ||
| coverage_md | Yes | ||
| overwrite | No |