get_vault_context
Retrieve current wikilinking context including entity slugs, active project and decision slugs, and the in-use semantic tag taxonomy. Use before proposing page compilations to ensure references use real slugs and existing tags.
Instructions
Read the vault's wikilinking context: entity slugs (people, organizations, places, tools, projects), active project/decision slugs (priority=active or recently updated), and the in-use semantic tag taxonomy. Call this BEFORE propose_compile_from_raw so the page you stage uses real entity slugs in [[wikilinks]] (not invented names) and existing tags (not new variants). Region/X and vibrance/X tags are excluded from the response — those are auto-computed by scripts/wiki_regions.py and must not be model-generated. Cached on a vault-mtime key; safe to call repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Force a re-scan even if the vault hasn't changed since the last call. Default false (use cache). |