Append log entry
wiki_append_logAppend a dated log entry to the wiki's log.md after any content change, recording the operation and affected page to maintain a chronological history.
Instructions
Append an entry in the form '## [YYYY-MM-DD] | ' to log.md at the wiki root. Call after every content change (ingest, update, merge, split, delete, refactor) so history stays chronological.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO date (YYYY-MM-DD); default today. | |
| title | Yes | Affected page or topic. | |
| details | No | Optional note placed under the heading. | |
| operation | Yes | Short operation name, e.g. 'ingest', 'update', 'merge'. |