moose_ingest
Index a Moose.lua file into the framework reference to provide version-matched MOOSE knowledge for DCS mission code. Accepts local, MIZ-embedded, or bundled reference sources.
Instructions
Index a Moose.lua file into the framework reference. Provide a path to a local Moose.lua (e.g. from Saved Games\DCS\Scripts\Moose.lua or a UNC path) optionally with source = local | miz-embedded | reference-download. If path is omitted, indexes the bundled latest reference build from GitHub. Re-ingesting is a no-op if the file hash is unchanged. Stamps every record with which file/hash/commit it came from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a Moose.lua file. Omit to use the bundled reference download. | |
| label | No | Optional human-readable label (e.g. "OpenBeta host"). | |
| source | No | Provenance tag. Defaults to local when a path is provided, reference-download otherwise. |