omni_map_overview
Read or update MAP_OVERVIEW.md to record the map's goal, build specification, and coordinate conventions, replacing individual sections when details change.
Instructions
Read MAP_OVERVIEW.md, or replace one of its numbered sections. This is where the user's actual goal, the build specification, and this map's coordinate conventions live — write it BEFORE building, and correct it whenever a previous agent recorded the goal wrongly. Sections: 1 Identity, 2 The user's goal, 3 Current build specification, 4 Coordinate conventions, 5 Mods in this map, 6 Open items, 7 Do not touch, 8 Notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map | No | Map/world folder name, e.g. my_village | |
| body | No | Markdown body for that section (replaces the section's current content) | |
| mapDir | No | Absolute path to the map folder itself (wins over `map`) | |
| section | No | Section number to replace. Omit to read the whole file. | |
| worldsDir | No | Absolute path to the worlds folder that contains `map` |