Place martin.config.yaml in your repo root to set default governance policy.
budget:
maxUsd: 5.00
softLimitUsd: 3.75
maxIterations: 5
maxTokens: 40000
governance:
destructiveActionPolicy: approval
telemetryDestination: local-only
verifierRules:
- pnpm testCLI flags override config values when provided.
maxUsd: hard USD cap for the runsoftLimitUsd: warning thresholdmaxIterations: maximum attemptsmaxTokens: maximum token budget
destructiveActionPolicy: how MartinLoop handles potentially destructive actionstelemetryDestination: where run telemetry should be sentverifierRules: verifier commands that are expected for the repository