PAIDEIA__append_error
Append a structured YAML error entry to the errors log for documenting and tracking common issues in course projects.
Instructions
PAIDEIA namespace alias for append_error. Use this exact name when Alt searches for PAIDEIA__append_error. 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. |