omni_map_report
Create verification reports for map building tasks, storing them in the map's _dev/state/verification folder. Generate a blank template to fill in when needed.
Instructions
Write a verification report into worlds//_dev/state/verification/. Every task owes one. Pass template: true to get the blank report skeleton to fill in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map | No | Map/world folder name, e.g. my_village | |
| slug | No | Short name, e.g. 'market-square'. The date is prefixed automatically. | |
| mapDir | No | Absolute path to the map folder itself (wins over `map`) | |
| content | No | The full report markdown | |
| template | No | Return the blank template instead of writing | |
| worldsDir | No | Absolute path to the worlds folder that contains `map` |