# Project configuration for Mistral Vibe Code. # # The repository's telemetry policy, in the repository rather than in someone's # shell profile. Traces are written locally by ./tools/trace_ingest.py and stay # there; nothing is exported to a vendor backend. # # `enable_otel` sends spans - including prompts, tool arguments and tool results # - to the Mistral Studio trace explorer, and Mistral documents no way to point # it at a collector you run yourself. `enable_telemetry` is the separate # anonymous product/error telemetry, and also gates OTel: vibe/core/tracing.py # exports only when both are true. Both are off here. enable_otel = false enable_telemetry = false