course_phase
Determine the current course phase, days until exam, and top missed pattern from a project root to guide study focus.
Instructions
Return the artifact-derived course phase (setup/diag/drill/mock/cram/cool), days_until_exam, and top_miss_pattern.
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. |