This repository vendors the Track A runtime substrate as a Git submodule at
third_party/full-monty/.
Consumers building Zamburak from source must initialize and update submodules before building:
git submodule update --init --recursive
Maintainers syncing Track A fork state can use the repository-local workflow:
make monty-sync
Track A changes are constrained by Monty fork policy. Zamburak semantics are prohibited in fork API surface, and pull requests that violate that policy are rejected by automated review checks.