From 80808d42c257823feb873f80d06b325430c9350e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2026 10:09:42 +0200 Subject: add per-project .hexaiconfig.toml config override and lower coverage target to 80% MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduce support for a .hexaiconfig.toml file at the git repository root that selectively overrides the global config. Precedence order: defaults → global config → project config → env vars. Also lower the coverage threshold from 85% to 80%. Co-Authored-By: Claude Opus 4.6 --- config.toml.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.toml.example') diff --git a/config.toml.example b/config.toml.example index bb8165d..81d8ba0 100644 --- a/config.toml.example +++ b/config.toml.example @@ -1,4 +1,10 @@ # Hexai sectioned config example +# +# Global location: $XDG_CONFIG_HOME/hexai/config.toml (usually ~/.config/hexai/config.toml) +# +# Per-project overrides: place a .hexaiconfig.toml at the root of a git +# repository. It uses the same format and selectively overrides the global +# config. Environment variables (HEXAI_*) always take precedence over both. [general] max_tokens = 4000 -- cgit v1.2.3