jolter.json can serve an entire monorepo.
Shared toolchain
Use a root configuration when the whole repository should use one runtime and tool set.repo/apps/web/src discovers repo/jolter.json.
Nested toolchain boundary
Add a nestedjolter.json when a subtree intentionally uses a different runtime, tool version, or plugin provider.
jolter sync from the boundary you want to prepare.
Precedence matters
Runtime sources are considered by type:jolter.json.node-version.nvmrc
jolter.json#toolspackage.json#packageManager
jolter.json runtime can win over a closer .node-version below it. Use a nested Jolter configuration when you need an explicit boundary.
Recommended layout
For most monorepos:jolter.json
CI in monorepos
Runsetup-ci from the workspace root when the root config applies: