append_error
Append a canonical YAML error entry to the errors/log.md file, recording problem details like pattern label, error type, and summary.
Instructions
Append one canonical YAML error entry to errors/log.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| source | Yes | ||
| pattern | Yes | Pk label, e.g. P3. | |
| summary | Yes | ||
| error_type | Yes | ||
| problem_id | Yes | ||
| 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. |