omni_map_bootstrap
Creates or repairs a map folder's context pack, updating stale docs and seeding overview, change log, and file-map files only when missing. Use for copied or exported maps lacking provisioning.
Instructions
Create or repair the agent context pack inside a map folder. Static knowledge docs are (re)written when missing or version-stale; MAP_OVERVIEW.md / CHANGE_LOG.md / FILE_MAP.md are seeded only when absent and never overwritten. Use this for map folders the running game has not provisioned (copies pulled off a device, exported maps, Web-target saves).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map | No | Map/world folder name, e.g. my_village | |
| force | No | Rewrite the static docs even when the version already matches | |
| mapDir | No | Absolute path to the map folder itself (wins over `map`) | |
| worldsDir | No | Absolute path to the worlds folder that contains `map` |