From 790bd456018ddbe01f6e798e407354b022d8f0fb Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Wed, 24 Jun 2026 10:47:29 +0200 Subject: [PATCH] fix(build): point agent-harness reference to AGENTS.md --- build.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.cfg b/build.cfg index 3b33515..7c4a0eb 100644 --- a/build.cfg +++ b/build.cfg @@ -105,8 +105,8 @@ COLIBRI_COST_MODE="${COLIBRI_COST_MODE:-smart}" # lightweight `colibri_daemon` control plane directly. Add deployed-system # service packaging only after that implementation is chosen. -# Colibri's bundled agent harness (the consolidation target — see colibri ADR -# docs/ADR-agent-harness-consolidation.md). Shipped under the colibri umbrella as +# Colibri's bundled agent harness (the consolidation target — see colibri +# AGENTS.md). Shipped under the colibri umbrella as # a single static Go binary (providers incl. DeepSeek, Telegram bot, json/rpc # modes, SKILL.md, extensions), so it has NO separate feature flag: it stages # automatically whenever FEATURE_COLIBRI=YES. Internal escape hatch only — -- 2.45.3