omni_map_changelog
Append an entry to a map's CHANGE_LOG.md, keeping history append-only. Correct past errors by appending a new entry referencing the old one, or read the log when read is true.
Instructions
Append an entry to a map's CHANGE_LOG.md (append-only: existing history is never rewritten). Required at the end of every task. To correct an earlier entry, set corrects and append a new entry instead of editing the old one. Pass read: true to read the log instead of writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map | No | Map/world folder name, e.g. my_village | |
| read | No | Return the current change log instead of appending | |
| agent | No | Your model/tool name | |
| notes | No | Notes for the next agent: occupied regions, dead ends, why-decisions | |
| title | No | Short title, e.g. 'Built the market square' | |
| mapDir | No | Absolute path to the map folder itself (wins over `map`) | |
| batches | No | ||
| corrects | No | Which earlier entry this corrects, and why | |
| decisions | No | Choices you made that the user did not specify | |
| requested | No | The user's request, in their own words | |
| worldsDir | No | Absolute path to the worlds folder that contains `map` | |
| blocksUsed | No | Translated 1.8 ids with meta, e.g. ['planks(0) oak','wool(14) red'] | |
| reportPath | No | Path of the verification report backing this entry | |
| verification | No | One line per check WITH its result. Omitting this marks the entry as unverified. | |
| interpretation | No | Your numeric interpretation: origin, size, materials, orientation |