append_error
Append a structured YAML error entry to the error log to track and manage course project errors.
Instructions
Append one canonical YAML error entry to errors/log.md.
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. | |
| problem_id | Yes | ||
| pattern | Yes | Pk label, e.g. P3. | |
| error_type | Yes | ||
| summary | Yes | ||
| source | Yes | ||
| date | No |