Appearance
Configuration
Mono-Toolkit reads defaults from mono-toolkit/config/defaults/** and merges repo overrides from config/*.json.
Required config files
paths.jsonchanged.jsongit.jsondocker.jsontools.jsontasks.jsoncontracts.jsondocs.jsonpolicies.jsonscopes.jsonarch.json
Merge rules
- Objects: deep merge
- Arrays: concat unique
- Optional overrides via
config/merge-policy.json
Validation
Each config file is validated against schemas in schemas/**. Invalid config exits with code 2.
Example override
json
{
"git": {
"defaultBranch": "main",
"allowFetchBase": true
}
}Contracts config example:
json
{
"contracts": {
"driftIgnore": ["#/info/version"]
}
}Docs lint config:
docs/.markdownlint.jsoncdocs/.markdownlintignore